| /src/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
| H A D | string_pool_test.cpp | 24 auto P3 = SP.intern("goodbye"); in TEST() local 27 EXPECT_NE(P1, P3) << "Unequal pooled strings comparing equal"; in TEST() 32 (void)(P1 < P3); in TEST()
|
| /src/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio_lpc32xx.txt | 12 3: GPIO P3 13 4: GPI P3 14 5: GPO P3
|
| /src/lib/msun/src/ |
| H A D | s_exp2f.c | 41 P3 = 0x1.c6b348p-5f, variable 132 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4); in exp2f()
|
| H A D | s_cbrt.c | 30 P3 = -0.758397934778766047437, /* 0xbfe844cb, 0xbee751d9 */ variable 86 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4)); in cbrt()
|
| H A D | s_exp2.c | 41 P3 = 0x1.c6b08d704a0a6p-5, variable 382 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5)))); in exp2()
|
| H A D | e_exp.c | 92 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */ variable 147 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in exp()
|
| H A D | e_powf.c | 41 P3 = 6.6137559770e-05, /* 0x388ab355 */ variable 241 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in powf()
|
| H A D | e_pow.c | 82 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */ variable 298 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in pow()
|
| /src/sys/contrib/device-tree/Bindings/usb/ |
| H A D | dwc3.txt | 49 - snps,u2ss_inp3_quirk: set if we enable P3 OK for U2/SS Inactive quirk 51 P1/P2/P3 transition sequence. 52 - snps,del_p1p2p3_quirk: when set core will delay P1/P2/P3 until a certain 55 from P0 to P1/P2/P3. 69 in PHY P3 power state. 74 from P0 to P1/P2/P3 without delay.
|
| /src/lib/msun/ld80/ |
| H A D | s_exp2l.c | 59 P3 = 5.5504108664816879e-2, /* 0x1c6b08d7049e1a.0p-57 */ 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 | 103 P3 = 3.3333333333333359e-1, /* 0x1555555555555a.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 | 187 #define P3 (P3u.e) macro 210 p = P0 + z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + in ratfun_gam()
|
| /src/lib/msun/ld128/ |
| H A D | s_exp2l.c | 48 P3 = 0x1.c6b08d704a0bf8b33a762bad3459p-5L, 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 | 98 P3 = 3.33333333333333333333333333333233795e-1L, /* 0x15555555555555555555555554d42.0p-114L */ variable 549 val_lo = d * d * d * (P3 + in k_logl() 657 val_lo = d * d * d * (P3 + in log1pl()
|
| /src/contrib/bearssl/src/ec/ |
| H A D | ec_prime_i31.c | 569 jacobian P2, P3, Q, T, U; in point_mul() local 573 memcpy(&P3, P, sizeof P3); in point_mul() 574 point_add(&P3, &P2, cc); in point_mul() 592 CCOPY(EQ(bits, 3), &T, &P3, sizeof T); in point_mul()
|
| H A D | ec_prime_i15.c | 570 jacobian P2, P3, Q, T, U; in point_mul() local 574 memcpy(&P3, P, sizeof P3); in point_mul() 575 point_add(&P3, &P2, cc); in point_mul() 593 CCOPY(EQ(bits, 3), &T, &P3, sizeof T); in point_mul()
|
| H A D | ec_p256_m31.c | 1126 p256_jacobian P2, P3, Q, T, U; in p256_mul() local 1133 P3 = *P; in p256_mul() 1134 p256_add(&P3, &P2); in p256_mul() 1155 CCOPY(EQ(bits, 3), &T, &P3, sizeof T); in p256_mul()
|
| /src/contrib/file/tests/ |
| H A D | pnm3.testfile | 1 P3
|
| /src/crypto/openssl/VMS/ |
| H A D | msg_staging.com | 7 $ ! P3 final software installation directory
|
| /src/lib/msun/bsdsrc/ |
| H A D | b_tgamma.c | 167 P3 = 1.3845669830409657e-3, variable 187 p = P0 + z * (P1 + z * (P2 + z * (P3 + z * P4))); in ratfun_gam()
|
| /src/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 40 addWithCarry(P3); in multiply64()
|
| /src/contrib/ntp/ntpd/ |
| H A D | refclock_wwv.c | 424 #define P3 (P15 / 2) /* mark (+1) */ macro 429 {P3, N3, 0, 0}, /* 1 */ 430 {N3, P3, 0, 0}, /* 2 */ 431 {P3, P3, 0, 0}, /* 3 */
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64CallingConvention.cpp | 42 AArch64::P3};
|
| /src/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mp-venice-gw7905.dtsi | 161 * P3 - miniPCIe full card
|
| H A D | imx8mm-venice-gw7905.dtsi | 165 * P3 - miniPCIe full card
|