Lines Matching full:double
62 static double pone(double), qone(double);
64 static double pone(), qone();
68 static const double
70 static double
87 static double zero = 0.0;
90 double __ieee754_j1(double x)
92 double __ieee754_j1(x)
93 double x;
96 double z, s,c,ss,cc,r,u,v,y;
136 static const double U0[5] = {
138 static double U0[5] = {
147 static const double V0[5] = {
149 static double V0[5] = {
159 double __ieee754_y1(double x)
161 double __ieee754_y1(x)
162 double x;
165 double z, s,c,ss,cc,u,v;
223 static const double pr8[6] = { /* for x in [inf, 8]=1/[0,0.125] */
225 static double pr8[6] = { /* for x in [inf, 8]=1/[0,0.125] */
235 static const double ps8[5] = {
237 static double ps8[5] = {
247 static const double pr5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
249 static double pr5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
259 static const double ps5[5] = {
261 static double ps5[5] = {
271 static const double pr3[6] = {
273 static double pr3[6] = {/* for x in [4.547,2.8571]=1/[0.2199,0.35001] */
283 static const double ps3[5] = {
285 static double ps3[5] = {
295 static const double pr2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */
297 static double pr2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */
307 static const double ps2[5] = {
309 static double ps2[5] = {
319 static double pone(double x)
321 static double pone(x)
322 double x;
326 const double *p,*q;
328 double *p,*q;
330 double z,r,s;
355 static const double qr8[6] = { /* for x in [inf, 8]=1/[0,0.125] */
357 static double qr8[6] = { /* for x in [inf, 8]=1/[0,0.125] */
367 static const double qs8[6] = {
369 static double qs8[6] = {
380 static const double qr5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
382 static double qr5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
392 static const double qs5[6] = {
394 static double qs5[6] = {
405 static const double qr3[6] = {
407 static double qr3[6] = {/* for x in [4.547,2.8571]=1/[0.2199,0.35001] */
417 static const double qs3[6] = {
419 static double qs3[6] = {
430 static const double qr2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */
432 static double qr2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */
442 static const double qs2[6] = {
444 static double qs2[6] = {
455 static double qone(double x)
457 static double qone(x)
458 double x;
462 const double *p,*q;
464 double *p,*q;
466 double s,r,z;