Searched refs:pio4_hi (Results 1 – 4 of 4) sorted by relevance
53 pio4_hi = 0.785398185253143310546875f, variable100 q = pio4_hi-2.0f*w; in __ieee754_asinf()101 t = pio4_hi-(p-q); in __ieee754_asinf()
74 pio4_hi = 0xc.90fdaa22168c235p-4L, /* pi/4 rounded to nearest to 64 variable151 q = pio4_hi - 2.0 * w; in __ieee754_asinl()152 t = pio4_hi - (p - q); in __ieee754_asinl()
74 pio4_hi = 7.8539816339744830961566084581987569936977E-1L, variable243 q = pio4_hi - 2.0 * w; in __ieee754_asinl()244 t = pio4_hi - (p - q); in __ieee754_asinl()
74 pio4_hi = L(7.8539816339744830961566084581987569936977E-1), variable252 q = pio4_hi - 2.0 * w; in __ieee754_asinl()253 t = pio4_hi - (p - q); in __ieee754_asinl()
Completed in 6 milliseconds