OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qS2
(Results
1 - 10
of
10
) sorted by relevancy
/src/lib/libm/ld80/
invtrig.c
44
qS2
= 3.27309890266528636716e+00L,
invtrig.h
56
#define
qS2
_ItL_qS2
79
extern const LONGDOUBLE qS1,
qS2
, qS3, qS4, qS5;
97
return (1.0 + x * (qS1 + x * (
qS2
+ x * (qS3 + x * (qS4 + x * qS5)))));
/src/lib/libm/src/
e_acos.c
57
qS2
= 2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */
81
q = one+z*(qS1+z*(
qS2
+z*(qS3+z*qS4)));
87
q = one+z*(qS1+z*(
qS2
+z*(qS3+z*qS4)));
99
q = one+z*(qS1+z*(
qS2
+z*(qS3+z*qS4)));
e_acosf.c
36
qS2
= 2.0209457874e+00, /* 0x4001572d */
57
q = one+z*(qS1+z*(
qS2
+z*(qS3+z*qS4)));
63
q = one+z*(qS1+z*(
qS2
+z*(qS3+z*qS4)));
77
q = one+z*(qS1+z*(
qS2
+z*(qS3+z*qS4)));
e_asin.c
66
qS2
= 2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */
92
q = one+t*(qS1+t*(
qS2
+t*(qS3+t*qS4)));
101
q = one+t*(qS1+t*(
qS2
+t*(qS3+t*qS4)));
e_asinf.c
38
qS2
= 2.0209457874e+00, /* 0x4001572d */
62
q = one+t*(qS1+t*(
qS2
+t*(qS3+t*qS4)));
71
q = one+t*(qS1+t*(
qS2
+t*(qS3+t*qS4)));
e_j0.c
361
static const double
qS2
[6] = {
382
else /*if(ix>=0x40000000)*/{p = qR2; q=
qS2
;}
e_j0f.c
324
static const float
qS2
[6] = {
345
else /*if(ix>=0x40000000)*/{p = qR2; q=
qS2
;}
/src/lib/libm/ld128/
invtrig.c
47
qS2
= 9.96619113536172610135016921140206980e+00L,
invtrig.h
56
#define
qS2
_ItL_qS2
75
extern const long double qS1,
qS2
, qS3, qS4, qS5, qS6, qS7, qS8, qS9;
92
return (1.0 + x * (qS1 + x * (
qS2
+ x * (qS3 + x * (qS4 + x * \
Completed in 16 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025