Searched refs:P2 (Results 1 - 25 of 31) sorted by relevance

12

/barrelfish-2018-10-04/lib/msun/src/
H A Ds_cbrt.c32 P2 = 1.621429720105354466140, /* 0x3ff9f160, 0x4a49d6c2 */ 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
52 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
95 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */ variable
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_expf.c39 P2 = -2.7667332906e-3; /* -0xb55215.0p-32 */ variable
89 c = x - t*(P1+t*P2);
H A Ds_exp2f.c41 P2 = 0x1.ebfbe0p-3f, variable
133 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);
H A De_pow.c81 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */ variable
298 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_powf.c40 P2 = -2.7777778450e-03, /* 0xbb360b61 */ variable
241 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A Ds_exp2.c41 P2 = 0x1.ebfbdff82c575p-3, variable
383 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5))));
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dutil-string.tcl128 # P2 substitute for $P while processing, defaults to \254
134 ;proc wrap_lines "txt {len 75} {P \n\n} {P2 \254}" {
135 regsub -all $P $txt $P2 txt
145 regsub -all $P2 $out$txt $P txt
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dmakeapps.com22 $! Specify which compiler at P2 to try to compile under.
625 $! Check To See If P2 Is Blank.
627 $ IF (P2.EQS."")
640 $ P2 = "GNUC"
653 $ P2 = "DECC"
661 $ P2 = "VAXC"
731 $ IF (P2.EQS."VAXC").OR.(P2.EQS."DECC").OR.(P2.EQS."GNUC")
736 $ IF (P2
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/chr/
H A Dgraphic.pl243 covered_rectangle(Xf#Yf, P1, P2),
244 draw_rectangle(P1, P2)
407 choose_senders([], [rect(P1, P2) | Rectangles], ListSenderName) :-
408 one_sender_in_the_rectangle(ListSenderName, P1, P2),
410 choose_senders([rect(P1, P2) | Rectangles], OtherRectangles, ListSenderName) :-
411 ( new_sender_in_the_rectangle(ListSenderName, P1, P2)
415 choose_senders(Rectangles, [rect(P1, P2) | OtherRectangles], ListSenderName)
435 getval(building, (P1, P2)),
436 geon(Sender, P1, P2).
454 one_sender_in_the_rectangle([_ | Senders], P1, P2)
[all...]
H A Dmath-utilities.pl160 add_eq0(eq0(C1,P1),eq0(C2,P2),eq0(C,P0)):-
163 add_eq1(P1,P2,P0).
178 normalize(A,B,P2,C1):-
181 sort1(P1,P2).
H A Ddemo.pl110 number_of_intersections([wall(P1, P2) | ListWall], Sender, Point, N) :-
112 ( intersect(P1, P2, Sender, Point)
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Delipsys_fd.c345 pword P1,P2,P3; local
350 CopyToPrologWord(P2,Val2.all,Tag2.kernel);
353 res = disjunctive(&P1,&P2,&P3, &list);
1245 pword P1,P2,P3,P4,P5; local
1250 CopyToPrologWord(P2,Val2.all,Tag2.kernel);
1255 res = contigs(&P1,&P2,&P3,&P4,&P5, &list);
1975 pword P1,P2,P3,P4; local
1980 CopyToPrologWord(P2,Val2.all,Tag2.kernel);
1984 res = sequences(&P1,&P2,&P3,&P4, &list);
2594 pword P1,P2,P local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dmaketests.com22 $! Specify which compiler at P2 to try to compile under.
562 $! Check To See If P2 Is Blank.
564 $ IF (P2.EQS."")
577 $ P2 = "GNUC"
590 $ P2 = "DECC"
598 $ P2 = "VAXC"
668 $ IF (P2.EQS."VAXC").OR.(P2.EQS."DECC").OR.(P2.EQS."GNUC")
673 $ IF (P2
[all...]
/barrelfish-2018-10-04/lib/msun/bsdsrc/
H A Db_tgamma.c99 #define P2 5.53859446429917461063308081748e-03 macro
255 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));
/barrelfish-2018-10-04/lib/msun/ld128/
H A Ds_exp2l.c48 P2 = 0x1.ebfbdff82c58ea86f16b06ec9736p-3L, variable
416 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6
H A Ds_logl.c98 P2 = -0.5L, variable
544 * we evaluate d * d * P2 separately to take advantage of
545 * by P2 being exact, and this gives a good place to sum the 'lo'
552 dd * P14))))))))))) + (F_lo(i) + dk * ln2_lo) + d * d * P2;
661 dd * P14))))))))))) + (F_lo(i) + dk * ln2_lo + d_lo) + d * d * P2;
/barrelfish-2018-10-04/lib/msun/ld80/
H A Ds_exp2l.c59 P2 = 2.4022650695910072e-1, /* 0x1ebfbdff82c58f.0p-55 */ variable
277 r = t_lo + (t_hi + t_lo) * z * (P1.e + z * (P2 + z * (P3 + z * (P4
H A Ds_logl.c103 P2 = -0.5, 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;
/barrelfish-2018-10-04/usr/eclipseclp/Opium/demo/
H A Dyoyo2.pl97 X = arc(P1,P2,Costs),
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Datts.pl269 partition_spec([S|Ss], P2, P0, N2, N0) :- !,
271 partition_spec(Ss, P2, P1, N2, N1).
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A Ddes-lib.com28 $! Specify either DEBUG or NODEBUG as P2 to compile with or without
710 $ IF (P2.EQS."NODEBUG")
713 $! P2 Is Blank, So Compile Without Debugger Information.
728 $ IF (P2.EQS."DEBUG")
747 $ WRITE SYS$OUTPUT "The Option ",P2," Is Invalid. The Valid Options Are:"
761 $! End The P2 Check.
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dssl-lib.com24 $! Specify DEBUG or NODEBUG as P2 to compile with or without debugger
575 $! Check To See If P2 Is Blank.
577 $ IF (P2.EQS."NODEBUG")
580 $! P2 Is NODEBUG, So Compile Without Debugger Information.
595 $ IF (P2.EQS."DEBUG")
611 $ WRITE SYS$OUTPUT "The Option ",P2," Is Invalid. The Valid Options Are:"
625 $! End The P2 Check.
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dintervals.pl278 I.e. there is no point P2 in I2 such that I1 contains a point
279 greater than or equal to P2.
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/
H A Dmakeengines.com12 $! P2 DEBUG or NODEBUG to compile with or without debugger information.
98 $ OPT_DEBUG = P2

Completed in 194 milliseconds

12