Searched refs:P5 (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/lib/msun/src/
H A De_exp.c37 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
38 * (where z=r*r, and the values of P1 to P5 are listed below)
41 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
52 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
98 P5 = 4.13813679705723846039e-08; /* 0x3E663769, 0x72BEA4D0 */ variable
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_pow.c88 P5 = 4.13813679705723846039e-08, /* 0x3E663769, 0x72BEA4D0 */ variable
302 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_powf.c46 P5 = 4.1381369442e-08, /* 0x3331bb4c */ variable
244 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A Ds_exp2.c46 P5 = 0x1.5d88003875c74p-10; variable
385 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5))));
/freebsd-13-stable/lib/msun/ld128/
H A Ds_exp2l.c53 P5 = 0x1.5d87fe78a67311071dee13fd11d9p-10L, variable
418 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6
H A Ds_logl.c103 P5 = 2.00000000000000000000000085468039943e-1L, /* 0x19999999999999999999a6d3567f4.0p-115L */ variable
553 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 +
662 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 +
/freebsd-13-stable/lib/msun/ld80/
H A Ds_exp2l.c64 P5 = 1.3333563089183052e-3, /* 0x15d8806f67f251.0p-62 */ variable
280 + z * (P5 + z * P6))))) + t_hi;
H A Ds_logl.c108 P5 = 1.9999999992970016e-1, /* 0x1999999972f3c7.0p-55 */ variable
542 val_lo = z * d * z * (z * (d * P8 + P7) + (d * P6 + P5)) +
589 f_lo = 0; /* avoid underflow of the P5 term */
652 val_lo = z * d * z * (z * (d * P8 + P7) + (d * P6 + P5)) +
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dghash-armv4.S439 veor d20, d20, d21 @ t2 = (N) (P4 + P5) << 24
477 veor d20, d20, d21 @ t2 = (N) (P4 + P5) << 24
514 veor d20, d20, d21 @ t2 = (N) (P4 + P5) << 24
H A Darmv4-gf2m.S200 veor d6, d6, d7 @ t2 = (N) (P4 + P5) << 24
/freebsd-13-stable/sys/sys/
H A Dpmc.h151 __PMC_CLASS(P5, 0x03, "Intel Pentium counters") \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp606 AArch64::P4, AArch64::P5, AArch64::P6, AArch64::P7,
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-actions.h1344 #define GMOCK_INTERNAL_COUNT_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) P5
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2243 .Case("p5", AArch64::P5)
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c15861 #define OP_AggInverse 156 /* synopsis: accum=r[P3] inverse(r[P2@P5]) */
15862 #define OP_AggStep 157 /* synopsis: accum=r[P3] step(r[P2@P5]) */
15863 #define OP_AggStep1 158 /* synopsis: accum=r[P3] step(r[P2@P5]) */
15991 SQLITE_PRIVATE void sqlite3VdbeChangeP5(Vdbe*, u16 P5);
19038 ** Bitfield flags for P5 value in various opcodes.
19050 /* Also used in P2 (not P5) of OP_Delete */
[all...]

Completed in 628 milliseconds