Home
last modified time | relevance | path

Searched refs:p (Results 1 – 25 of 204) sorted by relevance

123456789

/sysdeps/ieee754/ldbl-128ibm/
A De_lgammal_r.c779 p = p * z * z; in __ieee754_lgammal_r()
780 p = p + y0b; in __ieee754_lgammal_r()
781 p = p + y0a; in __ieee754_lgammal_r()
806 p = p * z * z; in __ieee754_lgammal_r()
807 p = p + y0b; in __ieee754_lgammal_r()
808 p = p + y0a; in __ieee754_lgammal_r()
850 p = p * z * z; in __ieee754_lgammal_r()
851 p = p + y0b; in __ieee754_lgammal_r()
852 p = p + y0a; in __ieee754_lgammal_r()
863 p = p + y0b; in __ieee754_lgammal_r()
[all …]
A De_remainderl.c41 ldbl_unpack (p, &phi, &plo); in __ieee754_remainderl()
55 if(hp==0) return (x*p)/(x*p); /* p = 0 */ in __ieee754_remainderl()
58 return (x*p)/(x*p); in __ieee754_remainderl()
61 if (hp<=0x7fdfffffffffffffLL) x = __ieee754_fmodl(x,p+p); /* now x < 2p */ in __ieee754_remainderl()
64 p = fabsl(p); in __ieee754_remainderl()
66 if(x+x>p) { in __ieee754_remainderl()
67 x-=p; in __ieee754_remainderl()
68 if(x+x>=p) x -= p; in __ieee754_remainderl()
71 p_half = 0.5L*p; in __ieee754_remainderl()
73 x-=p; in __ieee754_remainderl()
[all …]
A De_j0l.c575 p += n; in neval()
576 y = *p--; in neval()
593 p += n; in deval()
594 y = x + *p--; in deval()
629 p -= 0.25L * z; in __ieee754_j0l()
630 p += 1; in __ieee754_j0l()
631 return p; in __ieee754_j0l()
714 p = 1 + z * p; in __ieee754_j0l()
775 p = TWOOPI * __ieee754_logl (x) * __ieee754_j0l (x) + p; in __ieee754_y0l()
776 return p; in __ieee754_y0l()
[all …]
A De_j1l.c580 p += n; in neval()
581 y = *p--; in neval()
598 p += n; in deval()
599 y = x + *p--; in deval()
641 p = -p; in __ieee754_j1l()
642 return p; in __ieee754_j1l()
729 p = 1 + z * p; in __ieee754_j1l()
797 p = -TWOOPI / xx + p; in __ieee754_y1l()
798 p = TWOOPI * __ieee754_logl (x) * __ieee754_j1l (x) + p; in __ieee754_y1l()
799 return p; in __ieee754_y1l()
[all …]
/sysdeps/ieee754/ldbl-128ibm-compat/
A Dtest-scanf-ldbl-compat.sh29 -0x1.0p+0 -0x2.0p+0
30 -0x1.0p+0 -0x2.0p+0
31 -0x1.0p+0 -0x2.0p+0
32 -0x1.0p+0 -0x2.0p+0
33 -0x1.0p+0 -0x2.0p+0
34 -0x1.0p+0 -0x2.0p+0
35 -0x1.0p+0 -0x2.0p+0
36 -0x1.0p+0 -0x2.0p+0
/sysdeps/ieee754/flt-32/
A De_remainderf.c30 GET_FLOAT_WORD(hp,p); in __ieee754_remainderf()
36 if(hp==0) return (x*p)/(x*p); /* p = 0 */ in __ieee754_remainderf()
39 return (x*p)/(x*p); in __ieee754_remainderf()
42 if (hp<=0x7effffff) x = __ieee754_fmodf(x,p+p); /* now x < 2p */ in __ieee754_remainderf()
45 p = fabsf(p); in __ieee754_remainderf()
47 if(x+x>p) { in __ieee754_remainderf()
48 x-=p; in __ieee754_remainderf()
49 if(x+x>=p) x -= p; in __ieee754_remainderf()
52 p_half = (float)0.5*p; in __ieee754_remainderf()
54 x-=p; in __ieee754_remainderf()
[all …]
A Dsincosf_poly.h40 c2 = p->c3 + x2 * p->c4; in sincosf_poly()
41 s1 = p->s2 + x2 * p->s3; in sincosf_poly()
48 c1 = p->c0 + x2 * p->c1; in sincosf_poly()
52 s = x + x3 * p->s1; in sincosf_poly()
53 c = c1 + x4 * p->c2; in sincosf_poly()
62 sinf_poly (double x, double x2, const sincos_t *p, int n) in sinf_poly() argument
69 s1 = p->s2 + x2 * p->s3; in sinf_poly()
72 s = x + x3 * p->s1; in sinf_poly()
79 c2 = p->c3 + x2 * p->c4; in sinf_poly()
80 c1 = p->c0 + x2 * p->c1; in sinf_poly()
[all …]
A De_j1f.c251 float x0 = p[0]; in j1f_near_root()
252 float x1 = p[2]; in j1f_near_root()
256 float xmid = p[1]; in j1f_near_root()
258 float p6 = (index > 0) ? p[6] : p[6] + y * -0x1.3e51aap-8f; in j1f_near_root()
259 return sign * (p[3] + y * (p[4] + y * (p[5] + y * p6))); in j1f_near_root()
533 float x0 = p[0]; in y1f_near_root()
534 float x1 = p[2]; in y1f_near_root()
545 p6 = p[6]; in y1f_near_root()
546 return p[3] + y * (p[4] + y * (p[5] + y * p6)); in y1f_near_root()
702 r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); in ponef()
[all …]
A Ds_cosf.c43 const sincos_t *p = &__sincosf_table[0]; in COSF_FUNC() local
52 return sinf_poly (x, x2, p, 1); in COSF_FUNC()
56 x = reduce_fast (x, p, &n); in COSF_FUNC()
59 s = p->sign[n & 3]; in COSF_FUNC()
62 p = &__sincosf_table[1]; in COSF_FUNC()
64 return sinf_poly (x * s, x * x, p, n ^ 1); in COSF_FUNC()
74 s = p->sign[(n + sign) & 3]; in COSF_FUNC()
77 p = &__sincosf_table[1]; in COSF_FUNC()
79 return sinf_poly (x * s, x * x, p, n ^ 1); in COSF_FUNC()
A Ds_sinf.c43 const sincos_t *p = &__sincosf_table[0]; in SINF_FUNC() local
57 return sinf_poly (x, s, p, 0); in SINF_FUNC()
61 x = reduce_fast (x, p, &n); in SINF_FUNC()
64 s = p->sign[n & 3]; in SINF_FUNC()
67 p = &__sincosf_table[1]; in SINF_FUNC()
69 return sinf_poly (x * s, x * x, p, n); in SINF_FUNC()
79 s = p->sign[(n + sign) & 3]; in SINF_FUNC()
82 p = &__sincosf_table[1]; in SINF_FUNC()
84 return sinf_poly (x * s, x * x, p, n); in SINF_FUNC()
/sysdeps/ieee754/ldbl-128/
A De_remainderl.c38 GET_LDOUBLE_WORDS64(hp,lp,p); in __ieee754_remainderl()
44 if((hp|lp)==0) return (x*p)/(x*p); /* p = 0 */ in __ieee754_remainderl()
48 return (x*p)/(x*p); in __ieee754_remainderl()
51 if (hp<=0x7ffdffffffffffffLL) x = __ieee754_fmodl(x,p+p); /* now x < 2p */ in __ieee754_remainderl()
54 p = fabsl(p); in __ieee754_remainderl()
56 if(x+x>p) { in __ieee754_remainderl()
57 x-=p; in __ieee754_remainderl()
58 if(x+x>=p) x -= p; in __ieee754_remainderl()
61 p_half = L(0.5)*p; in __ieee754_remainderl()
63 x-=p; in __ieee754_remainderl()
[all …]
A De_lgammal_r.c829 p = p * z * z; in __ieee754_lgammal_r()
830 p = p + y0b; in __ieee754_lgammal_r()
831 p = p + y0a; in __ieee754_lgammal_r()
856 p = p * z * z; in __ieee754_lgammal_r()
857 p = p + y0b; in __ieee754_lgammal_r()
858 p = p + y0a; in __ieee754_lgammal_r()
900 p = p * z * z; in __ieee754_lgammal_r()
901 p = p + y0b; in __ieee754_lgammal_r()
902 p = p + y0a; in __ieee754_lgammal_r()
913 p = p + y0b; in __ieee754_lgammal_r()
[all …]
/sysdeps/ieee754/ldbl-96/
A Ds_remquol.c44 return (x * p) / (x * p); /* p = 0 */ in __remquol()
48 return (x * p) / (x * p); in __remquol()
60 p = fabsl (p); in __remquol()
65 x -= 4 * p; in __remquol()
70 x -= 2 * p; in __remquol()
76 if (x + x > p) in __remquol()
78 x -= p; in __remquol()
80 if (x + x >= p) in __remquol()
82 x -= p; in __remquol()
92 x -= p; in __remquol()
[all …]
/sysdeps/pthread/
A Dtst-cond12.c67 } *p = mmap (NULL, sizeof (*p), PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0); in do_test() local
68 if (p == MAP_FAILED) in do_test()
118 if (pthread_mutex_lock (&p->m) != 0) in do_test()
124 p->var = 42; in do_test()
135 void *oldp = p; in do_test()
136 p = mmap (NULL, sizeof (*p), PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0); in do_test()
138 if (p == oldp) in do_test()
145 munmap (oldp, sizeof (*p)); in do_test()
154 p->var = 0; in do_test()
183 pthread_cond_wait (&p->c, &p->m); in do_test()
[all …]
A Dtst-basic6.c25 static char *p; variable
51 if (strcmp (p, p2) != 0) in tf()
53 printf ("initial cwd mismatch: \"%s\" vs \"%s\"\n", p, p2); in tf()
57 free (p); in tf()
66 p = getcwd (NULL, 0); in tf()
67 if (p == NULL) in tf()
93 p = getcwd (NULL, 0); in do_test()
94 if (p == 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()
[all …]
/sysdeps/generic/
A Dlibc-mtag.h41 __libc_mtag_tag_region (void *p, size_t n) in __libc_mtag_tag_region() argument
44 return p; in __libc_mtag_tag_region()
49 __libc_mtag_tag_zero_region (void *p, size_t n) in __libc_mtag_tag_zero_region() argument
52 return memset (p, 0, n); in __libc_mtag_tag_zero_region()
58 __libc_mtag_address_get_tag (void *p) in __libc_mtag_address_get_tag() argument
61 return p; in __libc_mtag_address_get_tag()
67 __libc_mtag_new_tag (void *p) in __libc_mtag_new_tag() argument
70 return p; in __libc_mtag_new_tag()
A Dunwind-pe.h164 return p; in read_uleb128()
190 return p; in read_sleb128()
234 p = read_uleb128 (p, &tmp); in read_encoded_value_with_base()
242 p = read_sleb128 (p, &tmp); in read_encoded_value_with_base()
249 p += 2; in read_encoded_value_with_base()
253 p += 4; in read_encoded_value_with_base()
257 p += 8; in read_encoded_value_with_base()
262 p += 2; in read_encoded_value_with_base()
266 p += 4; in read_encoded_value_with_base()
270 p += 8; in read_encoded_value_with_base()
[all …]
/sysdeps/unix/sysv/linux/
A Dtst-getpid1.c53 pid_t p = clone (f, st + sizeof (st), TEST_CLONE_FLAGS, 0); in do_test() local
55 pid_t p = clone (f, st, TEST_CLONE_FLAGS, 0); in do_test() local
60 if (p == -1) in do_test()
65 printf ("new thread: %d\n", (int) p); in do_test()
72 kill (p, SIGKILL); in do_test()
78 if (waitpid (p, &e, __WCLONE) != p) in do_test()
81 kill (p, SIGKILL); in do_test()
98 if (si.si_int != (int) p) in do_test()
101 kill (p, SIGKILL); in do_test()
105 if (si.si_pid != p) in do_test()
[all …]
A Dtst-getpid1-internal.c76 pid_t p = __clone_internal (&clone_args, f, 0); in do_test() local
77 if (p == -1) in do_test()
82 printf ("new thread: %d\n", (int) p); in do_test()
89 kill (p, SIGKILL); in do_test()
95 xwaitpid (p, &e, __WCLONE); in do_test()
110 if (si.si_int != (int) p) in do_test()
112 printf ("expected PID %d, got si_int %d\n", (int) p, si.si_int); in do_test()
113 kill (p, SIGKILL); in do_test()
117 if (si.si_pid != p) in do_test()
119 printf ("expected PID %d, got si_pid %d\n", (int) p, (int) si.si_pid); in do_test()
[all …]
/sysdeps/mach/hurd/htl/
A Dpt-docancel.c32 __pthread_do_cancel (struct __pthread *p) in __pthread_do_cancel() argument
37 assert (p->cancel_pending == 1); in __pthread_do_cancel()
38 assert (p->cancel_state == PTHREAD_CANCEL_ENABLE); in __pthread_do_cancel()
40 __pthread_mutex_unlock (&p->cancel_lock); in __pthread_do_cancel()
43 me = p->kernel_thread == ktid; in __pthread_do_cancel()
51 struct hurd_sigstate *ss = _hurd_thread_sigstate (p->kernel_thread); in __pthread_do_cancel()
56 err = __thread_suspend (p->kernel_thread); in __pthread_do_cancel()
61 err = __thread_abort (p->kernel_thread); in __pthread_do_cancel()
64 err = __thread_set_pcsptp (p->kernel_thread, in __pthread_do_cancel()
68 err = __thread_resume (p->kernel_thread); in __pthread_do_cancel()
/sysdeps/x86_64/multiarch/
A Dmemset-avx2-unaligned-erms-rtm.S6 #define SECTION(p) p##.avx.rtm argument
7 #define MEMSET_SYMBOL(p,s) p##_avx2_##s##_rtm argument
8 #define WMEMSET_SYMBOL(p,s) p##_avx2_##s##_rtm argument
/sysdeps/x86/fpu/
A Dsincosf_poly.h56 sincosf_poly (double x, double x2, const sincos_t *p, int n, float *sinp, in sincosf_poly() argument
64 vs1c2 = p->s2c3 + vx2x2 * p->s3c4; in sincosf_poly()
74 double c1 = p->c0 + x2 * p->c1; in sincosf_poly()
78 v2df_t vsincos = vxc1 + vx3x4 * p->s1c2; in sincosf_poly()
86 sinf_poly (double x, double x2, const sincos_t *p, int n) in sinf_poly() argument
93 s1 = p->s2c3[0] + x2 * p->s3c4[0]; in sinf_poly()
96 s = x + x3 * p->s1c2[0]; in sinf_poly()
103 c2 = p->s2c3[1] + x2 * p->s3c4[1]; in sinf_poly()
104 c1 = p->c0 + x2 * p->c1; in sinf_poly()
107 c = c1 + x4 * p->s1c2[1]; in sinf_poly()
/sysdeps/mach/i386/
A Dsysdep.h31 char **p; \
34 p = argv; \
35 while (*p++ != NULL) \
37 if (p >= (char **) argv[0]) \
38 --p; \
39 envp = p; \
/sysdeps/x86_64/
A Dmemmove.S29 #define SECTION(p) p argument
33 # define MEMCPY_SYMBOL(p,s) memcpy argument
37 # define MEMCPY_SYMBOL(p,s) __memcpy argument
39 # define MEMCPY_SYMBOL(p,s) memcpy argument
43 # define MEMPCPY_SYMBOL(p,s) __mempcpy argument
46 # define MEMMOVE_CHK_SYMBOL(p,s) p argument
47 # define MEMMOVE_SYMBOL(p,s) memmove argument
A Dmemset.S43 #define SECTION(p) p argument
46 # define MEMSET_CHK_SYMBOL(p,s) p argument
47 # define MEMSET_SYMBOL(p,s) memset argument
51 # define WMEMSET_CHK_SYMBOL(p,s) p argument
52 # define WMEMSET_SYMBOL(p,s) __wmemset argument

Completed in 42 milliseconds

123456789