Searched refs:atanlo (Results 1 – 3 of 3) sorted by relevance
42 static const double atanlo[] = { variable84 if(hx>0) return atanhi[3]+atanlo[3]; in atan()85 else return -atanhi[3]-atanlo[3]; in atan()114 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atan()
32 static const float atanlo[] = { variable98 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()
Completed in 3 milliseconds