Searched refs:atanhi (Results 1 - 2 of 2) sorted by relevance

/external/fdlibm/
H A Ds_atan.c38 static const double atanhi[] = { variable
40 static double atanhi[] = {
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);
/external/v8/src/base/
H A Dieee754.cc914 static const double atanhi[] = { local
955 return atanhi[3] + *(volatile double *)&atanlo[3];
957 return -atanhi[3] - *(volatile double *)&atanlo[3];
994 z = atanhi[id] - ((x * (s1 + s2) - atanlo[id]) - x);

Completed in 2228 milliseconds