HomeSort by: relevance | last modified time | path
    Searched defs:pio2_3t (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libm/src/
e_rem_pio2.c 43 * pio2_3t: pi/2 - (pio2_1+pio2_2+pio2_3)
56 pio2_3t = 8.47842766036889956997e-32; /* 0x397B839A, 0x252049C1 */ variable in typeref:typename:const double
122 w = fn*pio2_3t-((t-r)-w);
e_rem_pio2f.c 76 * pio2_3t: pi/2 - (pio2_1+pio2_2+pio2_3)
89 pio2_3t = 6.1232342629e-17; /* 0x248d3132 */ variable in typeref:typename:const float
153 w = fn*pio2_3t-((t-r)-w);
e_rem_pio2l.h 45 * pio2_3t: pi/2 - (pio2_1+pio2_2+pio2_3)
59 pio2_3t = -2.5650587247459238361625433492959285e-65L; /* -0x159c4ec64ddaeb5f78671cbfb2210.0p-327 */ variable in typeref:typename:const long double
103 w = fn*pio2_3t-((t-r)-w);
  /src/lib/libm/ld128/
e_rem_pio2l.h 47 * pio2_3t: pi/2 - (pio2_1+pio2_2+pio2_3)
61 pio2_3t = -2.5650587247459238361625433492959285e-65L; /* -0x159c4ec64ddaeb5f78671cbfb2210.0p-327 */ variable in typeref:typename:const long double
105 w = fn*pio2_3t-((t-r)-w);
  /src/lib/libm/ld80/
e_rem_pio2l.h 42 * pio2_3t: pi/2 - (pio2_1+pio2_2+pio2_3)
66 #define pio2_3t ((long double)pio2_3thi + pio2_3tlo) macro
72 pio2_3t = -2.75299651904407171810e-37L; /* -0xbb5bf6c7ddd660ce.0p-185 */ variable in typeref:typename:const long double
114 w = fn*pio2_3t-((t-r)-w);

Completed in 47 milliseconds