Home
last modified time | relevance | path

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

/third_party/musl/src/math/
D__rem_pio2l.c44 pio2_2 = -1.07463465549783099519e-12, /* -0x12e7b967674000.0p-92 */ variable
65 pio2_2 = 2.0222662487959507323994779168837751e-21L, /* 0x13198a2e03707344a400000000000.0p-181 */ variable
D__rem_pio2.c43 pio2_2 = 6.07710050630396597660e-11, /* 0x3DD0B461, 0x1A600000 */ variable
/third_party/musl/porting/liteos_a/kernel/src/math/
D__rem_pio2l.c44 pio2_2 = -1.07463465549783099519e-12, /* -0x12e7b967674000.0p-92 */ variable
65 pio2_2 = 2.0222662487959507323994779168837751e-21L, /* 0x13198a2e03707344a400000000000.0p-181 */ variable
D__rem_pio2.c43 pio2_2 = 6.07710050630396597660e-11, /* 0x3DD0B461, 0x1A600000 */ 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.c470 #define pio2_2 6.07710050630396597660e-11 /* 0x3DD0B461, 0x1A600000 */ macro