Home | History | Annotate | Download | only in bsdsrc

Lines Matching full:double

82 static double neg_gam(double);
83 static double small_gam(double);
84 static double smaller_gam(double);
85 static struct Double large_gam(double);
86 static struct Double ratfun_gam(double, double);
126 static const double zero = 0., one = 1.0, tiny = 1e-300;
128 double
130 double x;
132 struct Double u;
156 static struct Double
158 double x;
160 double z, p;
161 struct Double t, u, v;
185 static double
187 double x;
189 double y, ym1, t;
190 struct Double yy, r;
219 static double
221 double x;
223 double t, d;
224 struct Double r, xx;
248 static struct Double
250 double z, c;
252 double p, q;
253 struct Double r, t;
275 static double
277 double x;
280 struct Double lg, lsine;
281 double y, z;
297 return ((double)sgn*tiny*tiny);