Home
last modified time | relevance | path

Searched refs:qS5 (Results 1 – 6 of 6) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/
Dinvtrig.h53 #define qS5 _ItL_qS5 macro
73 extern const LONGDOUBLE qS1, qS2, qS3, qS4, qS5;
91 return (1.0l + x * (qS1 + x * (qS2 + x * (qS3 + x * (qS4 + x * qS5))))); in Q()
Dinvtrig.c46 qS5 = -3.14365703596053263322e-02L; variable
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/
Dinvtrig.h56 #define qS5 _ItL_qS5 macro
72 extern const long double qS1, qS2, qS3, qS4, qS5, qS6, qS7, qS8, qS9;
90 (qS5 + x * (qS6 + x * (qS7 + x * (qS8 + x * qS9))))))))); in Q()
Dinvtrig.c49 qS5 = -3.25871986053534084709023539900339905e+00L, variable
/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dsf_j0.c312 static const float qS5[6] = { variable
370 q = qS5; in qzerof()
Ds_j0.c367 static const __float64 qS5[6] = { variable
427 q = qS5; in qzero()