Home
last modified time | relevance | path

Searched defs:pio2_3 (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/src/math/
D__rem_pio2l.c45 pio2_3 = 6.36831716351370313614e-25; /* 0x18a2e037074000.0p-133 */ variable
67 pio2_3 = 2.0670321098263988236499468110329591e-43L, /* 0x127044533e63a0105e00000000000.0p-254 */ variable
D__rem_pio2.c45 pio2_3 = 2.02226624871116645580e-21, /* 0x3BA3198A, 0x2E000000 */ variable
/third_party/musl/porting/liteos_a/kernel/src/math/
D__rem_pio2l.c45 pio2_3 = 6.36831716351370313614e-25; /* 0x18a2e037074000.0p-133 */ variable
67 pio2_3 = 2.0670321098263988236499468110329591e-43L, /* 0x127044533e63a0105e00000000000.0p-254 */ variable
D__rem_pio2.c45 pio2_3 = 2.02226624871116645580e-21, /* 0x3BA3198A, 0x2E000000 */ variable
/third_party/optimized-routines/math/aarch64/sve/
Dcos.c14 double inv_pio2, pio2_1, pio2_2, pio2_3, shift; member
Dtanf.c14 float pio2_1, pio2_2, pio2_3, invpio2; member
/third_party/jerryscript/jerry-libm/
Dtrig.c472 #define pio2_3 2.02226624871116645580e-21 /* 0x3BA3198A, 0x2E000000 */ macro