HomeSort by: relevance | last modified time | path
    Searched defs:Q1 (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libm/src/
s_expm1.c 44 * R1(z) ~ 1.0 + Q1*z + Q2*z**2 + Q3*z**3 + Q4*z**4 + Q5*z**5
45 * where Q1 = -1.6666666666666567384E-2,
50 * (where z=r*r, and the values of Q1 to Q5 are listed below)
53 * | 1.0+Q1*z+...+Q5*z - R1(z) | <= 2
125 Q1 = -3.33333333333331316428e-02, /* BFA11111 111110F4 */
189 r1 = one+hxs*(Q1+hxs*(Q2+hxs*(Q3+hxs*(Q4+hxs*Q5))));
s_expm1f.c 33 Q1 = -3.3333335072e-02, /* 0xbd088889 */
94 r1 = one+hxs*(Q1+hxs*(Q2+hxs*(Q3+hxs*(Q4+hxs*Q5))));
b_tgamma.c 109 #define Q1 1.06258521948016171343454061571e+00
255 q = Q0 +z*(Q1+z*(Q2+z*(Q3+z*(Q4+z*(Q5+z*(Q6+z*(Q7+z*Q8)))))));
  /src/lib/libm/noieee_src/
n_gamma.c 99 #define Q1 1.06258521948016171343454061571e+00
269 q = Q0 +z*(Q1+z*(Q2+z*(Q3+z*(Q4+z*(Q5+z*(Q6+z*(Q7+z*Q8)))))));
  /src/lib/libm/ld80/
b_tgammal.c 189 #define Q1 (Q1u.extu_ld)
204 q = 1 + z * (Q1 + z * (Q2 + z * (Q3 + z * (Q4 + z * (Q5 +
  /src/tests/usr.bin/xlint/lint1/
d_c99_bool_strict.c 160 Q1 = (13 > 12) ? 100 : 101,
queries.c 82 Q1(double dbl)
84 /* expect+1: implicit conversion from floating point 'double' to integer 'int' [Q1] */
370 /* expect+1: implicit conversion from floating point 'double' to integer 'int' [Q1] */
374 /* expect+1: implicit conversion from floating point 'double' to integer 'int' [Q1] */

Completed in 16 milliseconds