Searched refs:atanlo (Results 1 – 5 of 5) sorted by relevance
29 static const float atanlo[] = { variable59 if(hx>0) return atanhi[3]+*(volatile float *)&atanlo[3]; in atanf()60 else return -atanhi[3]-*(volatile float *)&atanlo[3]; in atanf()89 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atanf()
48 static const double atanlo[] = { variable87 if(hx>0) return atanhi[3]+*(volatile double *)&atanlo[3]; in atan()88 else return -atanhi[3]-*(volatile double *)&atanlo[3]; in atan()117 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atan()
48 if(expsign>0) return atanhi[3]+atanlo[3]; in atanl()49 else return -atanhi[3]-atanlo[3]; in atanl()82 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atanl()
66 #define atanlo _ItL_atanlo macro71 #define pio2_lo atanlo[3]77 extern const long double atanhi[], atanlo[], aT[];
66 const long double atanlo[] = { variable