Home
last modified time | relevance | path

Searched refs:p2 (Results 1 – 12 of 12) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/headers/
Dlog2d2.h78 vec_double2 x2, x4, x8, x10, p1, p2; in _log2d2() local
96 p2 = spu_madd(spu_splats(-1.43988260692073185E-01), vxw, spu_splats(1.60245637034704267E-01)); in _log2d2()
98 p2 = spu_madd(vxw, p2, spu_splats(-1.80329036970820794E-01)); in _log2d2()
100 p2 = spu_madd(vxw, p2, spu_splats(2.06098446037376922E-01)); in _log2d2()
102 p2 = spu_madd(vxw, p2, spu_splats(-2.40449108727688962E-01)); in _log2d2()
104 p2 = spu_madd(vxw, p2, spu_splats(2.88539004851839364E-01)); in _log2d2()
106 p2 = spu_madd(vxw, p2, spu_splats(-3.60673760117245982E-01)); in _log2d2()
108 p2 = spu_madd(vxw, p2, spu_splats(4.80898346961226595E-01)); in _log2d2()
110 p2 = spu_madd(vxw, p2, spu_splats(-7.21347520444469934E-01)); in _log2d2()
112 p2 = spu_madd(vxw, p2, spu_splats(0.44269504088896339E+00)); in _log2d2()
[all …]
Dexp2d2.h95 vec_double2 p1, p2, x2, x4, x8; in _exp2d2() local
123 p2 = spu_madd(spu_splats(EXP_C07), vxw, spu_splats(EXP_C06)); in _exp2d2()
126 p2 = spu_madd(vxw, p2, spu_splats(EXP_C05)); in _exp2d2()
129 p2 = spu_madd(vxw, p2, spu_splats(EXP_C04)); in _exp2d2()
131 p2 = spu_madd(vxw, p2, spu_splats(EXP_C03)); in _exp2d2()
134 p2 = spu_madd(vxw, p2, spu_splats(EXP_C02)); in _exp2d2()
136 p2 = spu_madd(vxw, p2, spu_splats(EXP_C01)); in _exp2d2()
137 p2 = spu_madd(vxw, p2, spu_splats(EXP_C00)); in _exp2d2()
138 vy = spu_madd(x8, p1, p2); in _exp2d2()
Dexpd2.h129 vec_double2 p1, p2, r4, r6; in _expd2() local
132 p2 = spu_madd(f05, r, f04); in _expd2()
135 p2 = spu_madd(p2, r, f03); in _expd2()
137 p2 = spu_madd(p2, r, f02); in _expd2()
141 p2 = spu_madd(p2, r2, r); in _expd2()
144 result = spu_madd(r6, p1, p2); in _expd2()
Dacosf4.h82 vec_float4 p2 = (vec_float4)spu_splats((unsigned int)0x3E4E0AA8); in _acosf4() local
109 p = spu_madd(p,z,p2); in _acosf4()
/picolibc-latest/newlib/libc/string/
Dtimingsafe_memcmp.c25 const unsigned char *p1 = b1, *p2 = b2; in timingsafe_memcmp() local
31 int lt = (p1[i] - p2[i]) >> CHAR_BIT; in timingsafe_memcmp()
34 int gt = (p2[i] - p1[i]) >> CHAR_BIT; in timingsafe_memcmp()
Dtimingsafe_bcmp.c24 const unsigned char *p1 = b1, *p2 = b2; in timingsafe_bcmp() local
28 ret |= *p1++ ^ *p2++; in timingsafe_bcmp()
/picolibc-latest/newlib/libc/search/
Dhcreate_r.c90 unsigned int p2; in hcreate_r() local
108 for (p2 = 0; nel != 0; p2++) in hcreate_r()
110 nel = 1 << p2; in hcreate_r()
/picolibc-latest/newlib/libm/ld/ld80/
De_lgammal_r.c269 long double t, y, z, nadj = 0, p, p1, p2, q, r, w; in lgammal_r() local
365 p2 = b0 + y * (b1 + y * (b2 + y * (b3 + y * (b4 + y)))); in lgammal_r()
366 r += half * y + y * p1/p2; in lgammal_r()
370 p2 = h0 + y * (h1 + y * (h2 + y * (h3 + y * (h4 + y * (h5 + y))))); in lgammal_r()
371 p = tt + y * p1/p2; in lgammal_r()
376 p2 = v0 + y * (v1 + y * (v2 + y * (v3 + y * (v4 + y * (v5 + y))))); in lgammal_r()
377 r += (-half * y + p1 / p2); in lgammal_r()
/picolibc-latest/newlib/libm/math/
Dsrf_lgamma.c151 float t, y, z, nadj = 0.0, p, p1, p2, p3, q, r, w; in __math_lgammaf_r() local
226 p2 = z * (a1 + z * (a3 + z * (a5 + z * (a7 + z * (a9 + z * a11))))); in __math_lgammaf_r()
227 p = y * p1 + p2; in __math_lgammaf_r()
235 p2 = t1 + w * (t4 + w * (t7 + w * (t10 + w * t13))); in __math_lgammaf_r()
237 p = z * p1 - (tt - w * (p2 + y * p3)); in __math_lgammaf_r()
242 p2 = one + y * (v1 + y * (v2 + y * (v3 + y * (v4 + y * v5)))); in __math_lgammaf_r()
243 r += (-(float)0.5 * y + p1 / p2); in __math_lgammaf_r()
Dsr_lgamma.c219 __float64 t, y, z, nadj = 0.0, p, p1, p2, p3, q, r, w; in __math_lgamma_r() local
294 p2 = z * (a1 + z * (a3 + z * (a5 + z * (a7 + z * (a9 + z * a11))))); in __math_lgamma_r()
295 p = y * p1 + p2; in __math_lgamma_r()
303 p2 = t1 + w * (t4 + w * (t7 + w * (t10 + w * t13))); in __math_lgamma_r()
305 p = z * p1 - (tt - w * (p2 + y * p3)); in __math_lgamma_r()
310 p2 = one + y * (v1 + y * (v2 + y * (v3 + y * (v4 + y * v5)))); in __math_lgamma_r()
311 r += (-0.5 * y + p1 / p2); in __math_lgamma_r()
/picolibc-latest/newlib/libc/posix/
Dengine.c122 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2) argument
126 #define AT(t, p1, p2, s1, s2) /* nothing */ argument
/picolibc-latest/newlib/libc/iconv/
Diconv.tex1374 @option{-i cns11643.txt -p2 -N cns11643_plane2 -o cns11643_plane2.cct}