Home
last modified time | relevance | path

Searched refs:m1 (Results 1 – 11 of 11) sorted by relevance

/sysdeps/ieee754/ldbl-128ibm/
A Dtest-fmodrem-ldbl-128ibm.c37 volatile union u m1 = { .d = { -DBL_MIN, 0.0 } }; variable
66 result |= TEST_FUNC (p1.ld, m1.ld, 0.0L); in do_test()
70 result |= TEST_FUNC (p2.ld, m1.ld, 0.0L); in do_test()
72 result |= TEST_FUNC (m1.ld, p1.ld, -0.0L); in do_test()
73 result |= TEST_FUNC (m1.ld, p2.ld, -0.0L); in do_test()
74 result |= TEST_FUNC (m1.ld, m1.ld, -0.0L); in do_test()
75 result |= TEST_FUNC (m1.ld, m2.ld, -0.0L); in do_test()
78 result |= TEST_FUNC (m2.ld, m1.ld, -0.0L); in do_test()
/sysdeps/pthread/
A Dtst-robust1.c24 static pthread_mutex_t m1; variable
45 int e = LOCK (&m1); in tf()
107 int e = pthread_mutex_init (&m1, &a); in do_test()
118 pthread_mutex_destroy (&m1); in do_test()
123 if (pthread_mutex_init (&m1, &a) != 0) in do_test()
201 e = LOCK (&m1); in do_test()
243 e = pthread_mutex_consistent (&m1); in do_test()
258 e = pthread_mutex_unlock (&m1); in do_test()
273 e = LOCK (&m1); in do_test()
286 if (pthread_mutex_destroy (&m1) != 0) in do_test()
[all …]
A Dtst-eintr2.c32 static pthread_mutex_t m1 = PTHREAD_MUTEX_INITIALIZER; variable
43 int e = pthread_mutex_timedlock (&m1, &ts); in tf1()
70 TEST_COMPARE (pthread_mutex_lock (&m1), 0); in do_test()
80 int e = pthread_mutex_lock (&m1); in do_test()
A Dtst-abstime.c26 static pthread_mutex_t m1 = PTHREAD_MUTEX_INITIALIZER; variable
37 TEST_COMPARE (pthread_mutex_timedlock (&m1, &t), ETIMEDOUT); in th()
38 TEST_COMPARE (pthread_mutex_clocklock (&m1, CLOCK_REALTIME, &t), ETIMEDOUT); in th()
39 TEST_COMPARE (pthread_mutex_clocklock (&m1, CLOCK_MONOTONIC, &t), ETIMEDOUT); in th()
62 xpthread_mutex_lock (&m1); in do_test()
A Dtst-cancel1.c25 static pthread_mutex_t m1 = PTHREAD_MUTEX_INITIALIZER; variable
74 err = pthread_mutex_lock (&m1); in tf()
98 err = pthread_mutex_lock (&m1); in do_test()
/sysdeps/ieee754/ldbl-96/
A Ds_fma.c61 long double m1 = (long double) x * y; in __fma() local
66 long double m2 = (((x1 * y1 - m1) + x1 * y2) + x2 * y1) + x2 * y2; in __fma()
69 long double a1 = z + m1; in __fma()
72 t1 = m1 - t1; in __fma()
86 return z + m1; in __fma()
A Ds_fmal.c194 long double m1 = x * y; in __fmal() local
199 long double m2 = (((x1 * y1 - m1) + x1 * y2) + x2 * y1) + x2 * y2; in __fmal()
202 long double a1 = z + m1; in __fmal()
205 t1 = m1 - t1; in __fmal()
219 return z + m1; in __fmal()
/sysdeps/wordsize-32/
A Ddivdi3.c235 UWtype m1, m0; in __udivmoddi4() local
247 umul_ppmm (m1, m0, q0, d0); in __udivmoddi4()
249 if (m1 > n1 || (m1 == n1 && m0 > n0)) in __udivmoddi4()
252 sub_ddmmss (m1, m0, m1, m0, d1, d0); in __udivmoddi4()
260 sub_ddmmss (n1, n0, n1, n0, m1, m0); in __udivmoddi4()
/sysdeps/ieee754/dbl-64/
A De_remainder.c48 int4 kx, ky, n, nn, n1, m1, l; in __ieee754_remainder() local
86 m1 = r.i[HIGH_HALF]; in __ieee754_remainder()
89 r.i[HIGH_HALF] = m1 - l; in __ieee754_remainder()
97 r.i[HIGH_HALF] = m1; in __ieee754_remainder()
A Ds_fma.c202 double m1 = x * y; in __fma()
207 double m2 = (((x1 * y1 - m1) + x1 * y2) + x2 * y1) + x2 * y2; in __fma()
210 double a1 = z + m1; in __fma()
213 t1 = m1 - t1; in __fma()
227 return z + m1; in __fma()
/sysdeps/ieee754/ldbl-128/
A Ds_fmal.c204 _Float128 m1 = x * y; in __fmal()
209 _Float128 m2 = (((x1 * y1 - m1) + x1 * y2) + x2 * y1) + x2 * y2; in __fmal()
212 _Float128 a1 = z + m1; in __fmal()
215 t1 = m1 - t1; in __fmal()
229 return z + m1; in __fmal()

Completed in 14 milliseconds