Searched defs:q3 (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/uwin/
H A Dexp__E.c70 * Q := q1*x^2 + q2*x^4 (for 56 bits precision, add q3*x^6)
73 * (See the listing below for the values of p1,p2,q1,q2,q3. The poly-
99 vc(q3, 1.5021856115869022674E-6 ,9eb4,36c9,c395,604a, -19, .C99EB4604AC395)
111 #define q3 vccast(q3) macro
123 q = z*( q1 +z*( q2 +z* q3 ));
H A Dlgamma.c133 #define q3 1.304706631926259297049597307705e-01 macro
245 q = q0+y*(q1+y*(q2+y*(q3+y*(q4+y*(q5+y*q6)))));

Completed in 1749 milliseconds