Searched refs:p3 (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libast/uwin/
H A Dexp.c63 * R1 = x - x^2*(p1+x^2*(p2+x^2*(p3+x^2*(p4+p5*x^2)))).
93 vc(p3, 6.6137563214379341918E-5 ,b355,398a,f15f,792e, -13, .8AB355792EF15F)
105 #define p3 vccast(p3) macro
112 ic(p3, 6.6137563214379343612E-5, -14, 1.1566AAF25DE2C)
146 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
192 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
H A Derf.c180 p3 = -2.686617064084433642889526516177508374437e-0002, variable
287 r = y*(p1+y*(p2+y*(p3+y*(p4+y*(p5+
345 r = y*(p1+y*(p2+y*(p3+y*(p4+y*(p5+
H A Dlgamma.c128 #define p3 1.950702176409779831089963408886e-02 macro
244 p = p0+y*(p1+y*(p2+y*(p3+y*p4)));
/ast/src/lib/libtk/generic/
H A DtkTrig.c1316 TkGetMiterPoints(p1, p2, p3, width, m1, m2)
1321 double p3[]; /* Points to x- and y-coordinates of point
1330 double theta2; /* Angle of segment p2-p3. */
1348 if (p3[1] == p2[1]) {
1349 theta2 = (p3[0] > p2[0]) ? 0 : PI;
1350 } else if (p3[0] == p2[0]) {
1351 theta2 = (p3[1] > p2[1]) ? PI/2.0 : -PI/2.0;
1353 theta2 = atan2(p3[1] - p2[1], p3[0] - p2[0]);
H A DtkInt.h733 double p3[], double width, double m1[],
/ast/src/lib/libpp/
H A Dppcontrol.c298 static char* p3; local
519 p1 = p2 = p3 = p4 = 0;
617 (*pp.pragma)(pp.valbuf + 1, p1, p3, p5, (pp.state & COMPILE) || (pp.mode & INIT) != 0);
1587 * pp.valbuf p0 p1 p2 p3 p4 p5 p6
1613 p3 = 0;
1621 p3 = p1;
1628 p3 = p;
1631 if (p == p3)
1634 p3 = 0;
1642 if (!p1 && p3
2095 (*pp.pragma)(dirname(PRAGMA), pp.pass, p3, pp.tmpbuf, !n); local
[all...]
/ast/src/lib/libast/port/
H A Dlcgen.c195 macro(FILE* f, char* p1, char* p2, char* p3) argument
197 macro(f, p1, p2, p3)
201 char* p3;
216 part[2] = p3;

Completed in 19 milliseconds