Searched defs:q1 (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- 97 vc(q1, 1.1363478204690669916E-1 ,b95a,3ee8,ec45,44a2, -3, .E8B95A44A2EC45) 103 ic(q1, 1.1110813732786649355E-1, -4, 1.C719538248597) 109 #define q1 vccast(q1) macro 123 q = z*( q1 +z*( q2 +z* q3 )); 125 q = z*( q1 +z* q2 );
|
H A D | lgamma.c | 131 #define q1 1.315850076960161985084596381057e+00 macro 245 q = q0+y*(q1+y*(q2+y*(q3+y*(q4+y*(q5+y*q6)))));
|
Completed in 11 milliseconds