Searched refs:atanhi (Results 1 – 3 of 3) sorted by relevance
20 static const float atanhi[] = { variable22 static float atanhi[] = {82 if(hx>0) return atanhi[3]+atanlo[3];83 else return -atanhi[3]-atanlo[3];112 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
22 static const float atanhi[] = { 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()
41 static const double atanhi[] = { variable87 if(hx>0) return atanhi[3]+atanlo[3]; in atan()88 else return -atanhi[3]-atanlo[3]; in atan()117 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atan()