Home | History | Annotate | Download | only in src

Lines Matching full:double

66 static double pzero(double), qzero(double);
68 static const double
83 static const double zero = 0.0;
85 double
86 __ieee754_j0(double x)
88 double z, s,c,ss,cc,r,u,v;
133 static const double
146 double
147 __ieee754_y0(double x)
149 double z, s,c,ss,cc,u,v;
208 static const double pR8[6] = { /* for x in [inf, 8]=1/[0,0.125] */
216 static const double pS8[5] = {
224 static const double pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
232 static const double pS5[5] = {
240 static const double pR3[6] = {/* for x in [4.547,2.8571]=1/[0.2199,0.35001] */
248 static const double pS3[5] = {
256 static const double pR2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */
264 static const double pS2[5] = {
272 static double pzero(double x)
274 const double *p,*q;
275 double z,r,s;
299 static const double qR8[6] = { /* for x in [inf, 8]=1/[0,0.125] */
307 static const double qS8[6] = {
316 static const double qR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
324 static const double qS5[6] = {
333 static const double qR3[6] = {/* for x in [4.547,2.8571]=1/[0.2199,0.35001] */
341 static const double qS3[6] = {
350 static const double qR2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */
358 static const double qS2[6] = {
367 static double qzero(double x)
369 const double *p,*q;
370 double s,r,z;