Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/msun/src/
HDs_atanf.c26 static const float atanlo[] = { 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()
HDs_atan.c45 static const double atanlo[] = { variable
84 if(hx>0) return atanhi[3]+*(volatile double *)&atanlo[3]; in atan()
85 else return -atanhi[3]-*(volatile double *)&atanlo[3]; in atan()
114 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atan()
HDs_atanl.c45 if(expsign>0) return atanhi[3]+atanlo[3]; in atanl()
46 else return -atanhi[3]-atanlo[3]; in atanl()
79 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atanl()
/freebsd-14-stable/lib/msun/ld80/
HDinvtrig.h59 #define atanlo _ItL_atanlo macro
64 #define pio2_lo atanlo[3]
78 extern const LONGDOUBLE atanhi[], atanlo[], aT[];
HDinvtrig.c58 const long double atanlo[] = { variable
/freebsd-14-stable/lib/msun/ld128/
HDinvtrig.h66 #define atanlo _ItL_atanlo macro
71 #define pio2_lo atanlo[3]
77 extern const long double atanhi[], atanlo[], aT[];
HDinvtrig.c65 const long double atanlo[] = { variable
/freebsd-14-stable/lib/msun/i387/
HDinvtrig.c61 const LONGDOUBLE atanlo[] = { variable