Searched defs:p3 (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libast/uwin/ |
H A D | exp.c | 63 * 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 D | lgamma.c | 128 #define p3 1.950702176409779831089963408886e-02 macro 244 p = p0+y*(p1+y*(p2+y*(p3+y*p4)));
|
H A D | erf.c | 180 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+
|
/ast/src/lib/libpp/ |
H A D | ppcontrol.c | 298 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 D | lcgen.c | 195 macro(FILE* f, char* p1, char* p2, char* p3) argument 197 macro(f, p1, p2, p3) 201 char* p3; 216 part[2] = p3;
|
/ast/src/lib/libast/misc/ |
H A D | magic.c | 1670 char* p3; local 2169 for (p3 = p2; isalnum(*p3); p3++); 2170 if (*p3++ == ':') 2172 for (; isdigit(*p3); p3++); 2173 if (!*p3)
|
Completed in 266 milliseconds