/sysdeps/pthread/ |
A D | tst-basic6.c | 44 char *p2 = getcwd (NULL, 0); in tf() local 45 if (p2 == NULL) in tf() 51 if (strcmp (p, p2) != 0) in tf() 53 printf ("initial cwd mismatch: \"%s\" vs \"%s\"\n", p, p2); in tf() 58 free (p2); in tf() 109 char *p2 = getcwd (NULL, 0); in do_test() local 110 if (p2 == NULL) in do_test() 116 if (strcmp (p, p2) != 0) in do_test() 118 printf ("cwd after chdir mismatch: \"%s\" vs \"%s\"\n", p, p2); in do_test() 123 free (p2); in do_test()
|
/sysdeps/ieee754/ldbl-128ibm/ |
A D | test-fmodrem-ldbl-128ibm.c | 36 volatile union u p2 = { .d = { DBL_MIN, -0.0 } }; variable 65 result |= TEST_FUNC (p1.ld, p2.ld, 0.0L); in do_test() 68 result |= TEST_FUNC (p2.ld, p1.ld, 0.0L); in do_test() 69 result |= TEST_FUNC (p2.ld, p2.ld, 0.0L); in do_test() 70 result |= TEST_FUNC (p2.ld, m1.ld, 0.0L); in do_test() 71 result |= TEST_FUNC (p2.ld, m2.ld, 0.0L); in do_test() 73 result |= TEST_FUNC (m1.ld, p2.ld, -0.0L); in do_test() 77 result |= TEST_FUNC (m2.ld, p2.ld, -0.0L); in do_test()
|
A D | s_atanl.c | 164 p2 = -5.713554848244551350855604111031839613216E1L, variable 239 p = ((((p4 * u) + p3) * u + p2) * u + p1) * u + p0; in __atanl()
|
/sysdeps/unix/sysv/linux/x86/ |
A D | tst-cet-vfork-1.c | 57 pid_t p2 = 0; in do_test_1() local 58 if (TEMP_FAILURE_RETRY (read (fd[0], &p2, sizeof (pid_t))) in do_test_1()
|
/sysdeps/ieee754/flt-32/ |
A D | e_asinf.c | 60 p2 = 4.547037598e-2f, variable 81 w = t * (p0 + t * (p1 + t * (p2 + t * (p3 + t * p4)))); in __ieee754_asinf() 88 p = t * (p0 + t * (p1 + t * (p2 + t * (p3 + t * p4)))); in __ieee754_asinf()
|
A D | e_lgammaf_r.c | 140 float t,y,z,nadj,p,p1,p2,p3,q,r,w; in __ieee754_lgammaf_r() local 194 p2 = z*(a1+z*(a3+z*(a5+z*(a7+z*(a9+z*a11))))); in __ieee754_lgammaf_r() 195 p = y*p1+p2; in __ieee754_lgammaf_r() 201 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13))); in __ieee754_lgammaf_r() 203 p = z*p1-(tt-w*(p2+y*p3)); in __ieee754_lgammaf_r() 207 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*v5)))); in __ieee754_lgammaf_r() 208 r += (-(float)0.5*y + p1/p2); in __ieee754_lgammaf_r()
|
/sysdeps/ieee754/dbl-64/ |
A D | e_lgamma_r.c | 205 double t,y,z,nadj,p,p1,p2,p3,q,r,w; in __ieee754_lgamma_r() local 259 p2 = z*(a1+z*(a3+z*(a5+z*(a7+z*(a9+z*a11))))); in __ieee754_lgamma_r() 260 p = y*p1+p2; in __ieee754_lgamma_r() 266 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13))); in __ieee754_lgamma_r() 268 p = z*p1-(tt-w*(p2+y*p3)); in __ieee754_lgamma_r() 272 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*v5)))); in __ieee754_lgamma_r() 273 r += (-0.5*y + p1/p2); in __ieee754_lgamma_r()
|
/sysdeps/ieee754/ldbl-96/ |
A D | e_lgammal_r.c | 277 long double t, y, z, nadj, p, p1, p2, q, r, w; in __ieee754_lgammal_r() local 375 p2 = b0 + y * (b1 + y * (b2 + y * (b3 + y * (b4 + y)))); in __ieee754_lgammal_r() 376 r += half * y + y * p1/p2; in __ieee754_lgammal_r() 380 p2 = h0 + y * (h1 + y * (h2 + y * (h3 + y * (h4 + y * (h5 + y))))); in __ieee754_lgammal_r() 381 p = tt + y * p1/p2; in __ieee754_lgammal_r() 386 p2 = v0 + y * (v1 + y * (v2 + y * (v3 + y * (v4 + y * (v5 + y))))); in __ieee754_lgammal_r() 387 r += (-half * y + p1 / p2); in __ieee754_lgammal_r()
|
/sysdeps/ieee754/ldbl-128/ |
A D | s_atanl.c | 164 p2 = L(-5.713554848244551350855604111031839613216E1), variable 243 p = ((((p4 * u) + p3) * u + p2) * u + p1) * u + p0; in __atanl()
|
/sysdeps/x86_64/fpu/ |
A D | e_powl.S | 29 .type p2,@object 30 p2: .byte 0, 0, 0, 0, 0, 0, 0x10, 0x40 label 31 ASM_SIZE_DIRECTIVE(p2) 141 fldl MO(p2) // 4 : y : x
|
/sysdeps/i386/fpu/ |
A D | e_powl.S | 29 .type p2,@object 30 p2: .byte 0, 0, 0, 0, 0, 0, 0x10, 0x40 label 31 ASM_SIZE_DIRECTIVE(p2) 153 fcompl MO(p2) // y : x
|
/sysdeps/generic/ |
A D | dl-cache.h | 353 extern int _dl_cache_libcmp (const char *p1, const char *p2) attribute_hidden;
|
/sysdeps/posix/ |
A D | getaddrinfo.c | 1374 rfc3484_sort (const void *p1, const void *p2, void *arg) in rfc3484_sort() argument 1377 const size_t idx2 = *(const size_t *) p2; in rfc3484_sort() 1616 in6aicmp (const void *p1, const void *p2) in in6aicmp() argument 1619 struct in6addrinfo *a2 = (struct in6addrinfo *) p2; in in6aicmp() 1738 prefixcmp (const void *p1, const void *p2) in prefixcmp() argument 1741 const struct prefixentry *e2 = (const struct prefixentry *) p2; in prefixcmp() 1752 scopecmp (const void *p1, const void *p2) in scopecmp() argument 1755 const struct scopeentry *e2 = (const struct scopeentry *) p2; in scopecmp()
|
/sysdeps/x86/ |
A D | dl-cacheinfo.h | 102 intel_02_known_compare (const void *p1, const void *p2) in intel_02_known_compare() argument 108 i2 = (const struct intel_02_cache_info *) p2; in intel_02_known_compare()
|