Searched defs:pio2_hi (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | __invtrigl.h | 4 #define pio2_hi __pio2_hi macro
|
D | __invtrigl.c | 19 const long double pio2_hi = 1.57079632679489661926L; variable 53 const long double pio2_hi = 1.57079632679489661923132169163975140L; variable
|
D | acosf.c | 19 pio2_hi = 1.5707962513e+00, /* 0x3fc90fda */ variable
|
D | acos.c | 39 pio2_hi = 1.57079632679489655800e+00, /* 0x3FF921FB, 0x54442D18 */ variable
|
D | asin.c | 45 pio2_hi = 1.57079632679489655800e+00, /* 0x3FF921FB, 0x54442D18 */ variable
|
/third_party/musl/src/math/ |
D | __invtrigl.h | 4 #define pio2_hi __pio2_hi macro
|
D | __invtrigl.c | 19 const long double pio2_hi = 1.57079632679489661926L; variable 53 const long double pio2_hi = 1.57079632679489661923132169163975140L; variable
|
D | acosf.c | 19 pio2_hi = 1.5707962513e+00, /* 0x3fc90fda */ variable
|
D | acos.c | 39 pio2_hi = 1.57079632679489655800e+00, /* 0x3FF921FB, 0x54442D18 */ variable
|
D | asin.c | 45 pio2_hi = 1.57079632679489655800e+00, /* 0x3FF921FB, 0x54442D18 */ variable
|
/third_party/jerryscript/jerry-libm/ |
D | acos.c | 57 #define pio2_hi 1.57079632679489655800e+00 /* 0x3FF921FB, 0x54442D18 */ macro
|
D | asin.c | 62 #define pio2_hi 1.57079632679489655800e+00 /* 0x3FF921FB, 0x54442D18 */ macro
|