Searched refs:q1 (Results 1 - 3 of 3) 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-
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 Dlgamma.c131 #define q1 1.315850076960161985084596381057e+00 macro
245 q = q0+y*(q1+y*(q2+y*(q3+y*(q4+y*(q5+y*q6)))));
H A Dcrypt.c752 #define CRUNCH(p0, p1, q0, q1) \
753 k = (q0 ^ q1) & SALT; \
755 B.b32.i1 = k ^ q1 ^ kp->b32.i1; \

Completed in 13 milliseconds