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

/freebsd-12-stable/lib/msun/src/
H A Ds_atanf.c22 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);
H A Ds_atan.c41 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);
H A Ds_atanl.c48 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);
/freebsd-12-stable/lib/msun/ld80/
H A Dinvtrig.h60 #define atanhi _ItL_atanhi macro
65 #define pio2_hi atanhi[3]
67 #define pio4_hi atanhi[1]
80 extern const LONGDOUBLE atanhi[], atanlo[], aT[];
H A Dinvtrig.c54 const long double atanhi[] = { variable
/freebsd-12-stable/lib/msun/ld128/
H A Dinvtrig.h67 #define atanhi _ItL_atanhi macro
72 #define pio2_hi atanhi[3]
74 #define pio4_hi atanhi[1]
79 extern const long double atanhi[], atanlo[], aT[];
H A Dinvtrig.c61 const long double atanhi[] = { variable
/freebsd-12-stable/lib/msun/i387/
H A Dinvtrig.c57 const LONGDOUBLE atanhi[] = { variable

Completed in 157 milliseconds