Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/musl/math/
H A D__invtrigl.c17 qS5 = -3.14365703596053263322e-02L; variable
28 q = 1.0+z*(qS1+z*(qS2+z*(qS3+z*(qS4+z*qS5)))); in __invtrigl_R()
47 qS5 = -3.25871986053534084709023539900339905e+00L, variable
60 q = 1.0+z*(qS1+z*(qS2+z*(qS3+z*(qS4+z*(qS5+z*(qS6+z*(qS7+z*(qS8+z*qS9)))))))); in __invtrigl_R()
H A Dj0.c316 static const double qS5[6] = { variable
368 else if (ix >= 0x40122E8B){p = qR5; q = qS5;} in qzero()
H A Dj0f.c255 static const float qS5[6] = { variable
307 else if (ix >= 0x409173eb){p = qR5; q = qS5;} in qzerof()