Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dsf_atan.c19 static const float atanhi[] = { variable
61 return atanhi[3] + atanlo[3]; in atanf()
63 return -atanhi[3] - atanlo[3]; in atanf()
102 z = atanhi[id] - ((x * (s1 + s2) - atanlo[id]) - x); in atanf()
Ds_atan.c72 static const __float64 atanhi[] = { variable
116 return atanhi[3] + atanlo[3]; in atan64()
118 return -atanhi[3] - atanlo[3]; in atan64()
157 z = atanhi[id] - ((x * (s1 + s2) - atanlo[id]) - x); in atan64()
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/
Dinvtrig.h54 #define atanhi _ItL_atanhi macro
59 #define pio2_hi atanhi[3]
61 #define pio4_hi atanhi[1]
74 extern const LONGDOUBLE atanhi[], atanlo[], aT[];
Dinvtrig.c51 const long double atanhi[] = { variable
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/
Dinvtrig.h61 #define atanhi _ItL_atanhi macro
66 #define pio2_hi atanhi[3]
68 #define pio4_hi atanhi[1]
73 extern const long double atanhi[], atanlo[], aT[];
Dinvtrig.c58 const long double atanhi[] = { variable
/picolibc-3.7.0-3.6.0/newlib/libm/ld/common/
Ds_atanl.c43 if(expsign>0) return atanhi[3]+atanlo[3]; in atanl()
44 else return -atanhi[3]-atanlo[3]; in atanl()
77 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atanl()