Symbol: P1
crypto/krb5/src/clients/kpasswd/kpasswd.c
145
ret = krb5_read_password(context, P1, P2, pw, &pwlen);
crypto/openssl/crypto/sm3/sm3_local.h
87
#ifndef P1
crypto/openssl/crypto/sm3/sm3_local.h
98
(P1(W0 ^ W7 ^ ROTATE(W13, 15)) ^ ROTATE(W3, 7) ^ W10)
crypto/openssl/test/modes_internal_test.c
275
static const u8 K1[16], P1[] = { 0 }, A1[] = { 0 }, IV1[12], C1[] = { 0 };
crypto/openssl/test/modes_internal_test.c
730
#define P19 P1
lib/msun/bsdsrc/b_tgamma.c
165
P1 = 2.6575719865153347e-1,
lib/msun/bsdsrc/b_tgamma.c
187
p = P0 + z * (P1 + z * (P2 + z * (P3 + z * P4)));
lib/msun/ld128/s_exp2l.c
415
r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6
lib/msun/ld128/s_exp2l.c
46
P1 = 0x1.62e42fefa39ef35793c7673007e6p-1L,
lib/msun/ld80/b_tgammal.c
210
p = P0 + z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 +
lib/msun/ld80/s_exp2l.c
276
r = t_lo + (t_hi + t_lo) * z * (P1.e + z * (P2 + z * (P3 + z * (P4
lib/msun/ld80/s_exp2l.c
50
P1 = LD80C(0xb17217f7d1cf79ac, -1, 6.93147180559945309429e-1L);
lib/msun/src/e_exp.c
147
c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
lib/msun/src/e_exp.c
90
P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */
lib/msun/src/e_expf.c
35
P1 = 1.6666625440e-1, /* 0xaaaa8f.0p-26 */
lib/msun/src/e_expf.c
86
c = x - t*(P1+t*P2);
lib/msun/src/e_pow.c
298
t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
lib/msun/src/e_pow.c
80
P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */
lib/msun/src/e_powf.c
241
t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
lib/msun/src/e_powf.c
39
P1 = 1.6666667163e-01, /* 0x3e2aaaab */
lib/msun/src/s_cbrt.c
28
P1 = -1.88497979543377169875, /* 0xbffe28e0, 0x92f02420 */
lib/msun/src/s_cbrt.c
86
t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4));
lib/msun/src/s_exp2.c
382
r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5))));
lib/msun/src/s_exp2.c
39
P1 = 0x1.62e42fefa39efp-1,
lib/msun/src/s_exp2f.c
132
tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);
lib/msun/src/s_exp2f.c
39
P1 = 0x1.62e430p-1f,