Searched refs:P3 (Results 1 - 23 of 23) sorted by relevance

/freebsd-11.0-release/lib/msun/src/
H A Ds_cbrt.c33 P3 = -0.758397934778766047437, /* 0xbfe844cb, 0xbee751d9 */ variable
89 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4));
H A De_exp.c37 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
96 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */ variable
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A Ds_exp2f.c42 P3 = 0x1.c6b348p-5f, variable
133 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);
H A De_pow.c82 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */ variable
298 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_powf.c41 P3 = 6.6137559770e-05, /* 0x388ab355 */ variable
241 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A Ds_exp2.c42 P3 = 0x1.c6b08d704a0a6p-5, variable
383 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5))));
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dunwind-ia64.c1216 case 0: UNW_DEC_REG_GR(P3, UNW_REG_PSP, dst, arg); break;
1217 case 1: UNW_DEC_REG_GR(P3, UNW_REG_RP, dst, arg); break;
1218 case 2: UNW_DEC_REG_GR(P3, UNW_REG_PFS, dst, arg); break;
1219 case 3: UNW_DEC_REG_GR(P3, UNW_REG_PR, dst, arg); break;
1220 case 4: UNW_DEC_REG_GR(P3, UNW_REG_UNAT, dst, arg); break;
1221 case 5: UNW_DEC_REG_GR(P3, UNW_REG_LC, dst, arg); break;
1222 case 6: UNW_DEC_RP_BR(P3, dst, arg); break;
1223 case 7: UNW_DEC_REG_GR(P3, UNW_REG_RNAT, dst, arg); break;
1224 case 8: UNW_DEC_REG_GR(P3, UNW_REG_BSP, dst, arg); break;
1225 case 9: UNW_DEC_REG_GR(P3, UNW_REG_BSPSTOR
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DScaledNumber.cpp30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; local
40 addWithCarry(P3);
/freebsd-11.0-release/lib/msun/bsdsrc/
H A Db_tgamma.c100 #define P3 1.38456698304096573887145282811e-03 macro
255 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));
/freebsd-11.0-release/lib/msun/ld128/
H A Ds_exp2l.c49 P3 = 0x1.c6b08d704a0bf8b33a762bad3459p-5L, variable
416 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6
H A Ds_logl.c99 P3 = 3.33333333333333333333333333333233795e-1L, /* 0x15555555555555555555555554d42.0p-114L */ variable
549 val_lo = d * d * d * (P3 +
596 f_lo = 0; /* avoid underflow of the P3 term */
650 * another underflow problem for the P3 term; this is also ruled
658 val_lo = d * d * d * (P3 +
/freebsd-11.0-release/lib/msun/ld80/
H A Ds_exp2l.c60 P3 = 5.5504108664816879e-2, /* 0x1c6b08d7049e1a.0p-57 */ variable
277 r = t_lo + (t_hi + t_lo) * z * (P1.e + z * (P2 + z * (P3 + z * (P4
H A Ds_logl.c104 P3 = 3.3333333333333359e-1, /* 0x1555555555555a.0p-54 */ variable
541 (F_lo(i) + dk * ln2_lo + z * d * (d * P4 + P3)) + z * P2;
642 * another underflow problem for the P3 term; this is also ruled
651 (F_lo(i) + dk * ln2_lo + d_lo + z * d * (d * P4 + P3)) + z * P2;
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h186 Hexagon::P2 == R || Hexagon::P3 == R);
H A DHexagonMCCompound.cpp185 (PredReg == Hexagon::P2) || (PredReg == Hexagon::P3));
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_wwv.c424 #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 */
/freebsd-11.0-release/sys/dev/hwpmc/
H A Dhwpmc_piv.c245 #define P4_ESCR(N, MSR, P1, P2, P3) P4_ESCR_##N ,
258 #define P4_ESCR(N, MSR, P1, P2, P3) \
266 P4_PMC_##P3 \
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dmips-opc.c107 #define P3 INSN_4650 macro
778 {"mad", "s,t", 0x70000000, 0xfc00ffff, RD_s|RD_t|MOD_HILO, 0, P3 },
779 {"madu", "s,t", 0x70000001, 0xfc00ffff, RD_s|RD_t|MOD_HILO, 0, P3 },
935 {"mul", "d,v,t", 0x70000002, 0xfc0007ff, WR_d|RD_s|RD_t|WR_HILO, 0, I32|P3|N55},
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp547 Hexagon::P2, Hexagon::P3};
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1139 case Hexagon::P3:
/freebsd-11.0-release/contrib/sqlite3/
H A Dsqlite3.c10865 #define OP_VFilter 11 /* synopsis: iplan=r[P3] zplan='P4' */
10866 #define OP_VUpdate 12 /* synopsis: data=r[P3@P2] */
10874 #define OP_HaltIfNull 20 /* synopsis: if r[P3]=null halt */
10879 #define OP_Null 25 /* synopsis: r[P2..P3]=NULL */
10883 #define OP_Move 29 /* synopsis: r[P2@P3]=r[P1@P3] */
10884 #define OP_Copy 30 /* synopsis: r[P2@P3+1]=r[P1@P3+1] */
10889 #define OP_Function0 35 /* synopsis: r[P3]=func(r[P2@P5]) */
10890 #define OP_Function 36 /* synopsis: r[P3]
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/modes/
H A Dgcm128.c1770 static const u8 P3[] = { local
/freebsd-11.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8492 #define OPFLG_IN3 0x0010 /* in3: P3 is an input */
8494 #define OPFLG_OUT3 0x0040 /* out3: P3 is an output */
8534 SQLITE_PRIVATE void sqlite3VdbeChangeP3(Vdbe*, u32 addr, int P3);
[all...]

Completed in 787 milliseconds