Searched refs:P4 (Results 1 - 22 of 22) sorted by path

/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c1232 UNW_DEC_SPILL_MASK(P4, dp, arg);
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c1805 static const u8 P4[] = { local
1840 # define P5 P4
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c163 PMC_CLASSDEP_TABLE(p4, P4);
349 PMC_MDEP_TABLE(p4, P4, PMC_CLASS_SOFT, PMC_CLASS_TSC);
416 PMC_CLASS_TABLE_DESC(p4, P4, p4, p4);
2239 * Intel P4 PMCs
2562 /* P4 event parser */
/freebsd-11-stable/lib/msun/bsdsrc/
H A Db_tgamma.c101 #define P4 2.40659950032711365819348969808e-03 macro
255 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));
/freebsd-11-stable/lib/msun/ld128/
H A Ds_exp2l.c50 P4 = 0x1.3b2ab6fba4e7729ccbbe0b4f3fc2p-7L, variable
416 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6
H A Ds_logl.c100 P4 = -2.49999999999999999999999999941139296e-1L, /* -0x1ffffffffffffffffffffffdab14e.0p-115L */ variable
550 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 +
659 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 +
/freebsd-11-stable/lib/msun/ld80/
H A Ds_exp2l.c61 P4 = 9.6181291055695180e-3, /* 0x13b2ab6fa8321a.0p-59 */ variable
277 r = t_lo + (t_hi + t_lo) * z * (P1.e + z * (P2 + z * (P3 + z * (P4
H A Ds_logl.c105 P4 = -2.5000000000004424e-1, /* -0x1000000000031d.0p-54 */ variable
541 (F_lo(i) + dk * ln2_lo + z * d * (d * P4 + P3)) + z * P2;
651 (F_lo(i) + dk * ln2_lo + d_lo + z * d * (d * P4 + P3)) + z * P2;
/freebsd-11-stable/lib/msun/src/
H A De_pow.c87 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ variable
302 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A Ds_cbrt.c34 P4 = 0.145996192886612446982; /* 0x3fc2b000, 0xd4e4edd7 */ variable
89 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4));
H A Ds_exp2.c43 P4 = 0x1.3b2ab88f70400p-7, variable
383 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5))));
H A Ds_exp2f.c43 P4 = 0x1.3b2c9cp-7f; variable
133 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);
H A De_exp.c37 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
97 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ variable
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_powf.c45 P4 = -1.6533901999e-06, /* 0xb5ddea0e */ variable
244 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Darmv4-gf2m.S176 veor d6, d6, d7 @ t2 = (N) (P4 + P5) << 24
H A Dghash-armv4.S405 veor d20, d20, d21 @ t2 = (N) (P4 + P5) << 24
443 veor d20, d20, d21 @ t2 = (N) (P4 + P5) << 24
480 veor d20, d20, d21 @ t2 = (N) (P4 + P5) << 24
/freebsd-11-stable/sys/dev/hwpmc/
H A Dpmc_events.h84 * Intel P4 Events, from "IA-32 Intel(r) Architecture Software
89 __PMC_EV(P4, TC_DELIVER_MODE) \
90 __PMC_EV(P4, BPU_FETCH_REQUEST) \
91 __PMC_EV(P4, ITLB_REFERENCE) \
92 __PMC_EV(P4, MEMORY_CANCEL) \
93 __PMC_EV(P4, MEMORY_COMPLETE) \
94 __PMC_EV(P4, LOAD_PORT_REPLAY) \
95 __PMC_EV(P4, STORE_PORT_REPLAY) \
96 __PMC_EV(P4, MOB_LOAD_REPLAY) \
97 __PMC_EV(P4, PAGE_WALK_TYP
[all...]
/freebsd-11-stable/sys/sys/
H A Dpmc.h140 __PMC_CLASS(P4, 0x05, "Intel Pentium-IV counters") \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; local
33 uint64_t Upper = P1, Lower = P4;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2229 .Case("p4", AArch64::P4)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp603 AArch64::P4, AArch64::P5, AArch64::P6, AArch64::P7,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp412 const LLT P4 = LLT::pointer(AMDGPUAS::CONSTANT_ADDRESS, 64); local
413 Register VReg = MRI.createGenericVirtualRegister(P4);

Completed in 384 milliseconds