Searched refs:q2 (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libast/uwin/ |
H A D | exp__E.c | 70 * 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- 98 vc(q2, 1.2624568129896839182E-3 ,7905,3ba5,f5e7,72e4, -9, .A5790572E4F5E7) 104 ic(q2, 9.9176615021572857300E-4, -10, 1.03FC4CB8C98E8) 110 #define q2 vccast(q2) macro 123 q = z*( q1 +z*( q2 +z* q3 )); 125 q = z*( q1 +z* q2 );
|
H A D | lgamma.c | 132 #define q2 6.274644311862156431658377186977e-01 macro 245 q = q0+y*(q1+y*(q2+y*(q3+y*(q4+y*(q5+y*q6)))));
|
Completed in 11 milliseconds