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

/seL4-camkes-master/projects/musllibc/src/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))));
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))))))));
H A Dj0.c287 * S = 1 + qS0*s^2 + ... + qS5*s^12
316 static const double qS5[6] = { variable
368 else if (ix >= 0x40122E8B){p = qR5; q = qS5;}
H A Dj0f.c226 * S = 1 + qS0*s^2 + ... + qS5*s^12
255 static const float qS5[6] = { variable
307 else if (ix >= 0x40f71c58){p = qR5; q = qS5;}

Completed in 35 milliseconds