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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_atanf.c 22 static const float atanhi[] = { variable
59 if(hx>0) return atanhi[3]+*(volatile float *)&atanlo[3];
60 else return -atanhi[3]-*(volatile float *)&atanlo[3];
89 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
s_atan.c 41 static const double atanhi[] = { variable
87 if(hx>0) return atanhi[3]+*(volatile double *)&atanlo[3];
88 else return -atanhi[3]-*(volatile double *)&atanlo[3];
117 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
s_atanl.c 48 if(expsign>0) return atanhi[3]+atanlo[3];
49 else return -atanhi[3]-atanlo[3];
82 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
  /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);

Completed in 754 milliseconds