Home | History | Annotate | Download | only in fdlibm

Lines Matching full:double

38 static const double atanhi[] = {
40 static double atanhi[] = {
49 static const double atanlo[] = {
51 static double atanlo[] = {
60 static const double aT[] = {
62 static double aT[] = {
78 static const double
80 static double
86 double ieee_atan(double x)
88 double ieee_atan(x)
89 double x;
92 double w,s1,s2,z;