Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_atanf.c22 static const float atanhi[] = { variable
59 if(hx>0) return atanhi[3]+*(volatile float *)&atanlo[3]; in atanf()
60 else return -atanhi[3]-*(volatile float *)&atanlo[3]; in atanf()
89 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atanf()
Ds_atan.c41 static const double atanhi[] = { variable
87 if(hx>0) return atanhi[3]+*(volatile double *)&atanlo[3]; in atan()
88 else return -atanhi[3]-*(volatile double *)&atanlo[3]; in atan()
117 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atan()
Ds_atanl.c48 if(expsign>0) return atanhi[3]+atanlo[3]; in atanl()
49 else return -atanhi[3]-atanlo[3]; in atanl()
82 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atanl()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Dinvtrig.h65 #define atanhi _ItL_atanhi macro
70 #define pio2_hi atanhi[3]
72 #define pio4_hi atanhi[1]
77 extern const long double atanhi[], atanlo[], aT[];
Dinvtrig.c59 const long double atanhi[] = { variable