HomeSort by relevance Sort by last modified time
    Searched refs:atanhi (Results 1 - 3 of 3) sorted by null

  /external/fdlibm/
s_atan.c 38 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);
  /bionic/libm/src/
s_atan.c 40 static const double atanhi[] = { variable
86 if(hx>0) return atanhi[3]+atanlo[3];
87 else return -atanhi[3]-atanlo[3];
116 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
s_atanf.c 23 static const float atanhi[] = { variable
66 if(hx>0) return atanhi[3]+atanlo[3];
67 else return -atanhi[3]-atanlo[3];
96 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);

Completed in 1767 milliseconds