OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qS5
(Results
1 - 7
of
7
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/ld128/
invtrig.h
60
#define
qS5
_ItL_qS5
76
extern const long double qS1, qS2, qS3, qS4,
qS5
, qS6, qS7, qS8, qS9;
94
(
qS5
+ x * (qS6 + x * (qS7 + x * (qS8 + x * qS9)))))))));
invtrig.c
50
qS5
= -3.25871986053534084709023539900339905e+00L,
/external/fdlibm/
e_j0.c
351
* S = 1 + qS0*s^2 + ... +
qS5
*s^12
393
static const double
qS5
[6] = {
395
static double
qS5
[6] = {
471
else if(ix>=0x40122E8B){p = qR5; q=
qS5
;}
/bionic/libm/upstream-freebsd/lib/msun/src/
e_j0.c
303
* S = 1 + qS0*s^2 + ... +
qS5
*s^12
332
static const double
qS5
[6] = {
384
else if(ix>=0x40122E8B){p = qR5; q=
qS5
;}
e_j0f.c
256
* S = 1 + qS0*s^2 + ... +
qS5
*s^12
285
static const float
qS5
[6] = {
337
else if(ix>=0x409173eb){p = qR5; q=
qS5
;}
/prebuilts/go/darwin-x86/src/math/
j0.go
334
// S = 1 + qS0*s**2 + ... +
qS5
*s**12
/prebuilts/go/linux-x86/src/math/
j0.go
334
// S = 1 + qS0*s**2 + ... +
qS5
*s**12
Completed in 44 milliseconds