Searched defs:qS3 (Results 1 - 13 of 13) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | asin.c | 56 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */ variable
|
H A D | acos.c | 49 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */ variable
|
H A D | __invtrigl.c | 15 qS3 = -1.68285799854822427013e+00L, variable 45 qS3 = -1.13177895428973036660836798461641458e+01L, variable
|
H A D | j0.c | 333 static const double qS3[6] = { variable
|
H A D | j0f.c | 272 static const float qS3[6] = { variable
|
/third_party/musl/src/math/ |
H A D | asin.c | 56 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */ variable
|
H A D | acos.c | 49 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */ variable
|
H A D | __invtrigl.c | 15 qS3 = -1.68285799854822427013e+00L, variable 45 qS3 = -1.13177895428973036660836798461641458e+01L, variable
|
H A D | j0.c | 333 static const double qS3[6] = { variable
|
H A D | j0f.c | 272 static const float qS3[6] = { variable
|
/third_party/jerryscript/jerry-libm/ |
H A D | asin.c | 74 #define qS3 -6.88283971605453293030e-01 /* 0xBFE6066C, 0x1B8D0159 */ macro 153 #undef qS3 macro
|
H A D | acos.c | 67 #define qS3 -6.88283971605453293030e-01 /* 0xBFE6066C, 0x1B8D0159 */ macro 143 #undef qS3 macro
|
/third_party/node/deps/v8/src/base/ |
H A D | ieee754.cc | 876 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */ in acos() local 1007 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */ in asin() local
|
Completed in 10 milliseconds