Searched refs:atanlo (Results 1 – 4 of 4) 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);
36 static const long double atanlo[] = { variable80 static const long double atanlo[] = { variable181 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atanl()
26 static const float atanlo[] = { variable92 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atanf()
42 static const double atanlo[] = { variable114 z = atanhi[id] - (x*(s1+s2) - atanlo[id] - x); in atan()