Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/src/math/
D__rem_pio2l.c50 pio2_3t = -2.75299651904407171810e-37L; /* -0xbb5bf6c7ddd660ce.0p-185 */ variable
66 pio2_3t = -2.5650587247459238361625433492959285e-65L; /* -0x159c4ec64ddaeb5f78671cbfb2210.0p-327 */ variable
99 w = fn*pio2_3t-((t-r)-w); in __rem_pio2l()
D__rem_pio2.c45 pio2_3t = 8.47842766036889956997e-32; /* 0x397B839A, 0x252049C1 */ variable
141 w = fn*pio2_3t - ((t-r)-w); in __rem_pio2()
/third_party/musl/src/math/
D__rem_pio2l.c50 pio2_3t = -2.75299651904407171810e-37L; /* -0xbb5bf6c7ddd660ce.0p-185 */ variable
66 pio2_3t = -2.5650587247459238361625433492959285e-65L; /* -0x159c4ec64ddaeb5f78671cbfb2210.0p-327 */ variable
99 w = fn*pio2_3t-((t-r)-w); in __rem_pio2l()
D__rem_pio2.c45 pio2_3t = 8.47842766036889956997e-32; /* 0x397B839A, 0x252049C1 */ variable
141 w = fn*pio2_3t - ((t-r)-w); in __rem_pio2()
/third_party/flutter/skia/third_party/externals/sdl/src/libm/
De_rem_pio2.c87 pio2_3t = 8.47842766036889956997e-32; /* 0x397B839A, 0x252049C1 */ variable
161 w = fn * pio2_3t - ((t - r) - w);
/third_party/jerryscript/jerry-libm/
Dtrig.c473 #define pio2_3t 8.47842766036889956997e-32 /* 0x397B839A, 0x252049C1 */ macro
555 w = fn * pio2_3t - ((t - r) - w); in __ieee754_rem_pio2()
1074 #undef pio2_3t