Searched refs:P5 (Results 1 - 19 of 19) sorted by last modified time

/freebsd-11-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...]
/freebsd-11-stable/lib/msun/src/
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 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 Ds_exp2.c44 P5 = 0x1.5d88003875c74p-10; variable
383 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5))));
/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/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2230 .Case("p5", AArch64::P5)
/freebsd-11-stable/sys/sys/
H A Dpmc.h138 __PMC_CLASS(P5, 0x03, "Intel Pentium counters") \
/freebsd-11-stable/sys/dev/hwpmc/
H A Dpmc_events.h421 __PMC_EV(P5, DATA_READ) \
422 __PMC_EV(P5, DATA_WRITE) \
423 __PMC_EV(P5, DATA_TLB_MISS) \
424 __PMC_EV(P5, DATA_READ_MISS) \
425 __PMC_EV(P5, DATA_WRITE_MISS) \
426 __PMC_EV(P5, WRITE_HIT_TO_M_OR_E_STATE_LINES) \
427 __PMC_EV(P5, DATA_CACHE_LINES_WRITTEN_BACK) \
428 __PMC_EV(P5, EXTERNAL_SNOOPS) \
429 __PMC_EV(P5, EXTERNAL_DATA_CACHE_SNOOP_HITS) \
430 __PMC_EV(P5, MEMORY_ACCESSES_IN_BOTH_PIPE
[all...]
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c164 PMC_CLASSDEP_TABLE(p5, P5);
350 PMC_MDEP_TABLE(p5, P5, PMC_CLASS_SOFT, PMC_CLASS_TSC);
419 PMC_CLASS_TABLE_DESC(p5, P5, p5, p5);
/freebsd-11-stable/lib/msun/ld80/
H A Ds_logl.c106 P5 = 1.9999999992970016e-1, /* 0x1999999972f3c7.0p-55 */ variable
540 val_lo = z * d * z * (z * (d * P8 + P7) + (d * P6 + P5)) +
587 f_lo = 0; /* avoid underflow of the P5 term */
650 val_lo = z * d * z * (z * (d * P8 + P7) + (d * P6 + P5)) +
H A Ds_exp2l.c62 P5 = 1.3333563089183052e-3, /* 0x15d8806f67f251.0p-62 */ variable
278 + z * (P5 + z * P6))))) + t_hi;
/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/crypto/openssl/crypto/modes/
H A Dgcm128.c1840 # define P5 P4 macro
1864 # define P6 P5
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8535 SQLITE_PRIVATE void sqlite3VdbeChangeP5(Vdbe*, u8 P5);
10572 u8 op, p5; /* Opcode and P5 of the opcode that ends the loop */
10934 ** Bitfield flags for P5 value in OP_Insert and OP_Delete
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c1240 UNW_DEC_FRGR_MEM(P5, grmask, frmask, arg);
/freebsd-11-stable/lib/msun/ld128/
H A Ds_exp2l.c51 P5 = 0x1.5d87fe78a67311071dee13fd11d9p-10L, variable
416 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6
H A Ds_logl.c101 P5 = 2.00000000000000000000000085468039943e-1L, /* 0x19999999999999999999a6d3567f4.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 +

Completed in 996 milliseconds