Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dsf_atan.c26 static const float atanlo[] = { 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.c79 static const __float64 atanlo[] = { 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/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()
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/
Dinvtrig.h55 #define atanlo _ItL_atanlo macro
60 #define pio2_lo atanlo[3]
74 extern const LONGDOUBLE atanhi[], atanlo[], aT[];
Dinvtrig.c58 const long double atanlo[] = { variable
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/
Dinvtrig.h62 #define atanlo _ItL_atanlo macro
67 #define pio2_lo atanlo[3]
73 extern const long double atanhi[], atanlo[], aT[];
Dinvtrig.c65 const long double atanlo[] = { variable