Searched refs:atanhi (Results 1 – 7 of 7) sorted by relevance
19 static const float atanhi[] = { variable61 return atanhi[3] + atanlo[3]; in atanf()63 return -atanhi[3] - atanlo[3]; in atanf()102 z = atanhi[id] - ((x * (s1 + s2) - atanlo[id]) - x); in atanf()
72 static const __float64 atanhi[] = { variable116 return atanhi[3] + atanlo[3]; in atan64()118 return -atanhi[3] - atanlo[3]; in atan64()157 z = atanhi[id] - ((x * (s1 + s2) - atanlo[id]) - x); in atan64()
54 #define atanhi _ItL_atanhi macro59 #define pio2_hi atanhi[3]61 #define pio4_hi atanhi[1]74 extern const LONGDOUBLE atanhi[], atanlo[], aT[];
51 const long double atanhi[] = { variable
61 #define atanhi _ItL_atanhi macro66 #define pio2_hi atanhi[3]68 #define pio4_hi atanhi[1]73 extern const long double atanhi[], atanlo[], aT[];
58 const long double atanhi[] = { variable
43 if(expsign>0) return atanhi[3]+atanlo[3]; in atanl()44 else return -atanhi[3]-atanlo[3]; in atanl()77 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atanl()