HomeSort by: relevance | last modified time | path
    Searched defs:atanlo (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libm/ld80/
invtrig.c 59 const long double atanlo[] = { variable in typeref:typename:const long double[]
invtrig.h 61 #define atanlo _ItL_atanlo macro
66 #define pio2_lo atanlo[3]
80 extern const LONGDOUBLE atanhi[], atanlo[], aT[];
  /src/lib/libm/src/
s_atan.c 59 static const double atanlo[] = { variable in typeref:typename:const double[]
98 if(hx>0) return atanhi[3]+atanlo[3];
99 else return -atanhi[3]-atanlo[3];
128 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
s_atanf.c 38 static const float atanlo[] = { variable in typeref:typename:const float[]
74 if(hx>0) return atanhi[3]+atanlo[3];
75 else return -atanhi[3]-atanlo[3];
104 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
  /src/lib/libm/ld128/
invtrig.c 66 const long double atanlo[] = { variable in typeref:typename:const long double[]
invtrig.h 65 #define atanlo _ItL_atanlo macro
70 #define pio2_lo atanlo[3]
76 extern const long double atanhi[], atanlo[], aT[];

Completed in 13 milliseconds