Home
last modified time | relevance | path

Searched refs:atanlo (Results 1 – 1 of 1) sorted by relevance

/external/fdlibm/
Ds_atan.c49 static const double atanlo[] = { variable
51 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);