Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 87) sorted by relevance

1234

/sysdeps/pthread/
A Dtst-attr1.c64 int e = pthread_attr_setdetachstate (&a, r); in do_test() local
94 int e = pthread_attr_setinheritsched (&a, r); in do_test() local
124 int e = pthread_attr_setschedpolicy (&a, r); in do_test() local
154 int e = pthread_attr_setscope (&a, r); in do_test() local
184 int e = pthread_mutexattr_setpshared (&ma, r); in do_test() local
240 int e = pthread_setcancelstate (r, NULL); in do_test() local
270 int e = pthread_setcanceltype (r, NULL); in do_test() local
A Dtst-cond10.c43 int e = pthread_barrier_wait (&b2); in tf() local
117 int e = pthread_barrier_wait (&b2); in do_test() local
145 int e = pthread_barrier_wait (&bN1); in do_test() local
A Dtst-robust1.c45 int e = LOCK (&m1); in tf() local
107 int e = pthread_mutex_init (&m1, &a); in do_test() local
164 int e = pthread_barrier_wait (&b); in do_test() local
A Dtst-mutex2.c31 int e = pthread_mutex_unlock (&m); in tf() local
101 int e; in do_test() local
A Dtst-mutex3.c31 int e = pthread_mutex_unlock (&m); in tf() local
122 int e; in do_test() local
A Dtst-cancel25.c30 int e = pthread_barrier_wait (&b); in tf2() local
65 int e = pthread_barrier_wait (&b); in tf() local
101 int e = pthread_barrier_wait (&b); in do_test() local
A Dtst-exit3.c32 int e = pthread_barrier_wait (&b); in tf() local
62 int e = pthread_create (&th, NULL, tf, NULL); in do_test() local
A Dtst-kill1.c37 int e = pthread_barrier_wait (&b); in tf() local
68 int e = pthread_barrier_wait (&b); in do_test() local
A Dtst-robust8.c59 int e; in tf() local
102 int e = pthread_mutex_unlock (&map[r]); in tf() local
188 int e = pthread_mutex_init (&map[n], &ma); in do_test() local
234 int e = pthread_mutex_lock (&map[n]); in do_test() local
251 int e = pthread_mutex_destroy (&map[n]); in do_test() local
A Dtst-basic6.c40 int e; in tf() local
100 int e; in do_test() local
A Dtst-kill5.c31 int e = pthread_kill (pthread_self (), INT_MAX); in do_test() local
A Dtst-cancel12.c50 int e = pthread_barrier_wait (&bar); in tf() local
97 int e = pthread_barrier_wait (&bar); in do_test() local
A Dtst-cancel13.c50 int e = pthread_barrier_wait (&bar); in tf() local
91 int e = pthread_barrier_wait (&bar); in do_test() local
A Dtst-cancel9.c54 int e = pthread_barrier_wait (&b); in tf() local
87 int e = pthread_barrier_wait (&b); in do_test() local
A Dtst-eintr2.c43 int e = pthread_mutex_timedlock (&m1, &ts); in tf1() local
80 int e = pthread_mutex_lock (&m1); in do_test() local
A Dtst-cancel11.c50 int e = pthread_barrier_wait (&bar); in tf() local
90 int e = pthread_barrier_wait (&bar); in do_test() local
A Dtst-kill2.c50 int e = pthread_barrier_wait (&b); in tf() local
93 int e = pthread_barrier_wait (&b); in do_test() local
A Dtst-basic5.c48 int e = pthread_setconcurrency (-1); in do_test() local
A Dtst-clock1.c31 int e = pthread_getcpuclockid (pthread_self (), &cl); in do_test() local
A Dtst-cancel14.c51 int e = pthread_barrier_wait (&bar); in tf() local
107 int e = pthread_barrier_wait (&bar); in do_test() local
A Dtst-cancel15.c49 int e; in tf() local
102 int e = pthread_barrier_wait (&bar); in do_test() local
A Dtst-cond2.c44 int e = pthread_barrier_wait (&bar); in tf() local
113 int e = pthread_barrier_wait (&bar); in do_test() local
/sysdeps/s390/fpu/
A Dfraiseexcpt.c25 fexceptdiv (float d, float e) in fexceptdiv()
31 fexceptadd (float d, float e) in fexceptadd()
38 fexceptround (double e) in fexceptround()
/sysdeps/hppa/fpu/
A Dfraiseexcpt.c78 double e = 3.0; in __feraiseexcept() local
89 double e = 69.69; in __feraiseexcept() local
/sysdeps/x86/fpu/
A Dfenv_private.h30 libc_feholdexcept_sse (fenv_t *e) in libc_feholdexcept_sse()
40 libc_feholdexcept_387 (fenv_t *e) in libc_feholdexcept_387()
104 libc_fetestexcept_sse (int e) in libc_fetestexcept_sse()
120 libc_fesetenv_sse (fenv_t *e) in libc_fesetenv_sse()
126 libc_fesetenv_387 (fenv_t *e) in libc_fesetenv_387()
177 libc_feupdateenv_sse (fenv_t *e) in libc_feupdateenv_sse()
183 libc_feupdateenv_387 (fenv_t *e) in libc_feupdateenv_387()
189 libc_feholdsetround_sse (fenv_t *e, int r) in libc_feholdsetround_sse()
211 libc_feholdsetround_387 (fenv_t *e, int r) in libc_feholdsetround_387()
223 libc_feresetround_sse (fenv_t *e) in libc_feresetround_sse()
[all …]

Completed in 20 milliseconds

1234