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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_atanf.c 29 static const float atanlo[] = { 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 48 static const double atanlo[] = { 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);
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
s_atanf.c 29 static const float atanlo[] = { 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);
  /device/google/contexthub/firmware/lib/libm/
sf_atan.c 31 static const float atanlo[] = { variable
33 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);
  /external/fdlibm/
s_atan.c 49 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);
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
s_atan.c 48 static const double atanlo[] = { variable
87 if(hx>0) return atanhi[3]+atanlo[3];
88 else return -atanhi[3]-atanlo[3];
117 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
invtrig.h 66 #define atanlo _ItL_atanlo macro
71 #define pio2_lo atanlo[3]
77 extern const long double atanhi[], atanlo[], aT[];
invtrig.c 66 const long double atanlo[] = { variable
  /external/v8/src/base/
ieee754.cc 1178 static const double atanlo[] = { local
    [all...]

Completed in 333 milliseconds