Searched refs:atanlo (Results 1 – 2 of 2) sorted by relevance
31 static const float atanlo[] = { variable33 static float atanlo[] = {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);
29 static const float atanlo[] = { 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()