| /freebsd-14.2/lib/msun/src/ |
| H A D | s_exp2f.c | 42 P4 = 0x1.3b2c9cp-7f; variable 132 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4); in exp2f()
|
| H A D | s_cbrt.c | 32 P4 = 0.145996192886612446982; /* 0x3fc2b000, 0xd4e4edd7 */ variable 87 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4)); in cbrt()
|
| H A D | s_exp2.c | 42 P4 = 0x1.3b2ab88f70400p-7, variable 382 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5)))); in exp2()
|
| H A D | e_exp.c | 94 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ variable 148 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in exp()
|
| H A D | e_powf.c | 42 P4 = -1.6533901999e-06, /* 0xb5ddea0e */ variable 241 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in powf()
|
| H A D | e_pow.c | 84 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ variable 299 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in pow()
|
| /freebsd-14.2/lib/msun/ld80/ |
| H A D | s_exp2l.c | 60 P4 = 9.6181291055695180e-3, /* 0x13b2ab6fa8321a.0p-59 */ variable 276 r = t_lo + (t_hi + t_lo) * z * (P1.e + z * (P2 + z * (P3 + z * (P4 in exp2l()
|
| H A D | s_logl.c | 104 P4 = -2.5000000000004424e-1, /* -0x1000000000031d.0p-54 */ variable 540 (F_lo(i) + dk * ln2_lo + z * d * (d * P4 + P3)) + z * P2; in k_logl() 649 (F_lo(i) + dk * ln2_lo + d_lo + z * d * (d * P4 + P3)) + z * P2; in log1pl()
|
| H A D | b_tgammal.c | 188 #define P4 (P4u.e) macro 210 p = P0 + z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + in ratfun_gam()
|
| /freebsd-14.2/lib/msun/ld128/ |
| H A D | s_exp2l.c | 49 P4 = 0x1.3b2ab6fba4e7729ccbbe0b4f3fc2p-7L, variable 415 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6 in exp2l()
|
| H A D | s_logl.c | 99 P4 = -2.49999999999999999999999999941139296e-1L, /* -0x1ffffffffffffffffffffffdab14e.0p-115L */ variable 550 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 + in k_logl() 658 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 + in log1pl()
|
| /freebsd-14.2/crypto/openssl/VMS/ |
| H A D | msg_staging.com | 8 $ ! P4 final data installation directory
|
| /freebsd-14.2/lib/msun/bsdsrc/ |
| H A D | b_tgamma.c | 168 P4 = 2.4065995003271137e-3, variable 187 p = P0 + z * (P1 + z * (P2 + z * (P3 + z * P4))); in ratfun_gam()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ScaledNumber.cpp | 30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; in multiply64() local 33 uint64_t Upper = P1, Lower = P4; in multiply64()
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | modes_internal_test.c | 335 static const u8 P4[] = { variable 370 # define P5 P4
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | armada-388-clearfog.dts | 68 * 9-JP4 P4
|
| H A D | armada-388-clearfog.dtsi | 125 * 9-JP4 P4
|
| H A D | imx6dl-qmx6.dtsi | 310 /* Connected to USB-Hub SMSC USB2514, provides P0, P2, P3, P4 on Qseven connector */
|
| H A D | dra72-evm-common.dtsi | 123 gpios = <&pcf_hdmi 4 GPIO_ACTIVE_HIGH>, /* P4, CT CP HPD */
|
| /freebsd-14.2/sys/crypto/openssl/arm/ |
| H A D | ghash-armv4.S | 439 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 D | armv4-gf2m.S | 202 veor d6, d6, d7 @ t2 = (N) (P4 + P5) << 24
|
| /freebsd-14.2/release/ |
| H A D | release.sh | 306 GITUNSETOPTS="${GITUNSETOPTS} ICONV NLS P4 PERL"
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_ia32cap.pod | 73 give a specific example, on Intel P4 processor
|
| /freebsd-14.2/secure/caroot/trusted/ |
| H A D | SSL_com_TLS_RSA_Root_CA_2022.pem | 130 P4+a0zvkEdiLA9z2tmBVGKaBUfPhqBVq6+AL8BQx1rmMRTqoENjwuSfr98t67wVy
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCallLowering.cpp | 486 const LLT P4 = LLT::pointer(AMDGPUAS::CONSTANT_ADDRESS, 64); in allocateHSAUserSGPRs() local 487 Register VReg = MRI.createGenericVirtualRegister(P4); in allocateHSAUserSGPRs()
|