Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ieee754/flt-32/
De_asinf.c53 pio4_hi = 0.785398185253143310546875f, variable
100 q = pio4_hi-2.0f*w; in __ieee754_asinf()
101 t = pio4_hi-(p-q); in __ieee754_asinf()
/glibc-2.36/sysdeps/ieee754/ldbl-96/
De_asinl.c74 pio4_hi = 0xc.90fdaa22168c235p-4L, /* pi/4 rounded to nearest to 64 variable
151 q = pio4_hi - 2.0 * w; in __ieee754_asinl()
152 t = pio4_hi - (p - q); in __ieee754_asinl()
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
De_asinl.c74 pio4_hi = 7.8539816339744830961566084581987569936977E-1L, variable
243 q = pio4_hi - 2.0 * w; in __ieee754_asinl()
244 t = pio4_hi - (p - q); in __ieee754_asinl()
/glibc-2.36/sysdeps/ieee754/ldbl-128/
De_asinl.c74 pio4_hi = L(7.8539816339744830961566084581987569936977E-1), variable
252 q = pio4_hi - 2.0 * w; in __ieee754_asinl()
253 t = pio4_hi - (p - q); in __ieee754_asinl()
/glibc-2.36/ChangeLog.old/
DChangeLog.123377 * sysdeps/ieee754/flt-32/e_asinf.c (pio2_hi, pio2_lo, pio4_hi):
DChangeLog.1873771 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64