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

/freebsd-11-stable/lib/msun/src/
H A Ds_atanf.c29 static const float atanlo[] = { variable
59 if(hx>0) return atanhi[3]+*(volatile float *)&atanlo[3];
60 else return -atanhi[3]-*(volatile float *)&atanlo[3];
89 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
H A Ds_atan.c48 static const double atanlo[] = { variable
87 if(hx>0) return atanhi[3]+*(volatile double *)&atanlo[3];
88 else return -atanhi[3]-*(volatile double *)&atanlo[3];
117 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
H A Ds_atanl.c48 if(expsign>0) return atanhi[3]+atanlo[3];
49 else return -atanhi[3]-atanlo[3];
82 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
/freebsd-11-stable/lib/msun/ld80/
H A Dinvtrig.h59 #define atanlo _ItL_atanlo macro
64 #define pio2_lo atanlo[3]
78 extern const LONGDOUBLE atanhi[], atanlo[], aT[];
H A Dinvtrig.c59 const long double atanlo[] = { variable
/freebsd-11-stable/lib/msun/ld128/
H A Dinvtrig.h66 #define atanlo _ItL_atanlo macro
71 #define pio2_lo atanlo[3]
77 extern const long double atanhi[], atanlo[], aT[];
H A Dinvtrig.c66 const long double atanlo[] = { variable
/freebsd-11-stable/lib/msun/i387/
H A Dinvtrig.c62 const LONGDOUBLE atanlo[] = { variable

Completed in 109 milliseconds