HomeSort by relevance Sort by last modified time
    Searched defs:pio4_hi (Results 1 - 3 of 3) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_asin.c 33 * For x<=0.98, let pio4_hi = pio2_hi/2, then
38 * = pio4_hi+(pio4-2s)-(2s*z*R(z)-pio2_lo)
39 * = pio4_hi+(pio4-2f)-(2s*z*R(z)-(pio2_lo+2c))
57 pio4_hi = 7.85398163397448278999e-01, /* 0x3FE921FB, 0x54442D18 */ variable
109 q = pio4_hi-2.0*w;
110 t = pio4_hi-(p-q);
  /external/fdlibm/
e_asin.c 30 * For x<=0.98, let pio4_hi = pio2_hi/2, then
35 * = pio4_hi+(pio4-2s)-(2s*z*R(z)-pio2_lo)
36 * = pio4_hi+(pio4-2f)-(2s*z*R(z)-(pio2_lo+2c))
56 pio4_hi = 7.85398163397448278999e-01, /* 0x3FE921FB, 0x54442D18 */ variable
110 q = pio4_hi-2.0*w;
111 t = pio4_hi-(p-q);
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
invtrig.h 72 #define pio4_hi atanhi[1] macro

Completed in 5488 milliseconds