Searched refs:atanlo (Results 1 – 2 of 2) sorted by relevance
49 static const double atanlo[] = { variable51 static double atanlo[] = {101 if(hx>0) return atanhi[3]+atanlo[3];102 else return -atanhi[3]-atanlo[3];131 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
1178 static const double atanlo[] = { in atan() local1212 return atanhi[3] + *(volatile double *)&atanlo[3]; in atan()1214 return -atanhi[3] - *(volatile double *)&atanlo[3]; in atan()1251 z = atanhi[id] - ((x * (s1 + s2) - atanlo[id]) - x); in atan()