Searched refs:P5 (Results 1 - 13 of 13) sorted by relevance

/barrelfish-master/lib/msun/src/
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.c84 P5 = 4.13813679705723846039e-08, /* 0x3E663769, 0x72BEA4D0 */ variable
298 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_powf.c43 P5 = 4.1381369442e-08, /* 0x3331bb4c */ variable
241 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))));
/barrelfish-master/lib/openssl-1.0.0d/
H A Dmakevms.com57 $! P5, if defined, sets a TCP/IP library to use, through one of the following
1230 $! Time to check the contents of P5, and to make sure we get the correct library.
1232 $ IF P5.EQS."SOCKETSHR" .OR. P5.EQS."MULTINET" .OR. P5.EQS."UCX" -
1233 .OR. P5.EQS."TCPIP" .OR. P5.EQS."NONE"
1238 $ IF P5.EQS."SOCKETSHR"
1255 $ IF P5.EQS."MULTINET"
1260 $ P5
[all...]
/barrelfish-master/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 +
/barrelfish-master/lib/msun/ld80/
H A Ds_exp2l.c62 P5 = 1.3333563089183052e-3, /* 0x15d8806f67f251.0p-62 */ variable
278 + z * (P5 + z * P6))))) + t_hi;
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)) +
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Delipsys_fd.c1245 pword P1,P2,P3,P4,P5; local
1253 CopyToPrologWord(P5,Val5.all,Tag5.kernel);
1255 res = contigs(&P1,&P2,&P3,&P4,&P5, &list);
2594 pword P1,P2,P3,P4,P5; local
2602 CopyToPrologWord(P5,Val5.all,Tag5.kernel);
2604 res = disjunction_choose(&P1,&P2,&P3,&P4,&P5, &list);
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A Dmakeengines.com26 $! P5 if defined, tells the compiler not to use special threads.
101 $ OPT_SPECIAL_THREADS = P5
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dmakeapps.com40 $! P5, if defined, sets a choice of programs to compile.
1013 $ IF P5 .NES. ""
1015 $ PROGRAMS = P5
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembed.tex582 P5 = [],

Completed in 118 milliseconds