Searched refs:pio2_3t (Results 1 - 2 of 2) sorted by relevance

/seL4-test-master/projects/musllibc/src/math/
H A D__rem_pio2l.c40 * pio2_3t: pi/2 - (pio2_1+pio2_2+pio2_3)
50 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);
H A D__rem_pio2.c35 * pio2_3t: pi/2 - (pio2_1+pio2_2+pio2_3)
45 pio2_3t = 8.47842766036889956997e-32; /* 0x397B839A, 0x252049C1 */ variable
141 w = fn*pio2_3t - ((t-r)-w);

Completed in 22 milliseconds