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

  /src/lib/libm/ld128/
k_cosl.c 42 C10= -8.89679121027589608738005163931958096e-22L,
53 z*(C8+z*(C9+z*(C10+z*(C11+z*C12)))))))))));
s_expl.c 135 * XXX none of the long double C or D coeffs except C10 is correctly printed.
149 C10 = 2.75573192239858906612966093057020362e-7L,
156 * XXX can start the double coeffs but not the double mults at C10.
157 * With my coeffs (C10-C17 double; s = best_s):
244 x * (C7 + x * (C8 + x * (C9 + x * (C10 +
  /src/lib/libm/src/
e_coshl.c 59 C10 = 2.7557319163300398e-7, /* 0x127e4fb6c9b55f.0p-74 */
72 C10 = 2.75573192239858906525574318600800201e-7L, /* 0x127e4fb7789f5c72ef01c8a040640.0p-134L */
115 RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) +
121 C16)*x2 + C14)*x2 + C12)*x2 + C10)*x2 + C8)*x2 + C6)*x2 +
k_sincosl.h 103 C10 = -0.8896592467191938803288521958313920156409e-21,
133 z * (C7 + z * (C8 + z * (C9 + z * (C10 + z * C11))))))))));

Completed in 15 milliseconds