Home
last modified time | relevance | path

Searched refs:pio2_2 (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/libm/
De_rem_pio2.c84 pio2_2 = 6.07710050630396597660e-11, /* 0x3DD0B461, 0x1A600000 */ variable
117 z -= pio2_2;
128 z += pio2_2;
151 w = fn * pio2_2;
/third_party/musl/porting/liteos_a/kernel/src/math/
D__rem_pio2l.c44 pio2_2 = -1.07463465549783099519e-12, /* -0x12e7b967674000.0p-92 */ variable
63 pio2_2 = 2.0222662487959507323994779168837751e-21L, /* 0x13198a2e03707344a400000000000.0p-181 */ variable
89 w = fn*pio2_2; in __rem_pio2l()
D__rem_pio2.c42 pio2_2 = 6.07710050630396597660e-11, /* 0x3DD0B461, 0x1A600000 */ variable
131 w = fn*pio2_2; in __rem_pio2()
/third_party/musl/src/math/
D__rem_pio2l.c44 pio2_2 = -1.07463465549783099519e-12, /* -0x12e7b967674000.0p-92 */ variable
63 pio2_2 = 2.0222662487959507323994779168837751e-21L, /* 0x13198a2e03707344a400000000000.0p-181 */ variable
89 w = fn*pio2_2; in __rem_pio2l()
D__rem_pio2.c42 pio2_2 = 6.07710050630396597660e-11, /* 0x3DD0B461, 0x1A600000 */ variable
131 w = fn*pio2_2; in __rem_pio2()
/third_party/jerryscript/jerry-libm/
Dtrig.c470 #define pio2_2 6.07710050630396597660e-11 /* 0x3DD0B461, 0x1A600000 */ macro
503 z.dbl -= pio2_2; in __ieee754_rem_pio2()
519 z.dbl += pio2_2; in __ieee754_rem_pio2()
545 w = fn * pio2_2; in __ieee754_rem_pio2()
1071 #undef pio2_2