Home
last modified time | relevance | path

Searched refs:atanhi (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_atanf.c19 static const float atanhi[] = { variable
56 if(hx>0) return atanhi[3]+*(volatile float *)&atanlo[3]; in atanf()
57 else return -atanhi[3]-*(volatile float *)&atanlo[3]; in atanf()
86 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atanf()
H A Ds_atan.c37 static const double atanhi[] = { variable
83 if(hx>0) return atanhi[3]+*(volatile double *)&atanlo[3]; in atan()
84 else return -atanhi[3]-*(volatile double *)&atanlo[3]; in atan()
113 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atan()
H A Ds_atanl.c44 if(expsign>0) return atanhi[3]+atanlo[3]; in atanl()
45 else return -atanhi[3]-atanlo[3]; in atanl()
78 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atanl()
/freebsd/lib/msun/ld80/
H A Dinvtrig.h58 #define atanhi _ItL_atanhi macro
63 #define pio2_hi atanhi[3]
65 #define pio4_hi atanhi[1]
78 extern const LONGDOUBLE atanhi[], atanlo[], aT[];
H A Dinvtrig.c51 const long double atanhi[] = { variable
/freebsd/lib/msun/ld128/
H A Dinvtrig.h65 #define atanhi _ItL_atanhi macro
70 #define pio2_hi atanhi[3]
72 #define pio4_hi atanhi[1]
77 extern const long double atanhi[], atanlo[], aT[];
H A Dinvtrig.c58 const long double atanhi[] = { variable
/freebsd/lib/msun/i387/
H A Dinvtrig.c54 const LONGDOUBLE atanhi[] = { variable