Home | History | Annotate | Download | only in src

Lines Matching refs:one

36  * 	    to compute the worse one.)
69 one = 1.0,
93 if(ix>=0x7ff00000) return one/x;
118 if(huge+x>one) return 0.5*x;/* inexact if x!=0 necessary */
122 s = one+z*(s01+z*(s02+z*(s03+z*(s04+z*s05))));
151 if(ix>=0x7ff00000) return one/(x+x*x);
152 if((ix|lx)==0) return -one/zero;
173 * to compute the worse one.
187 v = one+z*(V0[0]+z*(V0[1]+z*(V0[2]+z*(V0[3]+z*V0[4]))));
188 return(x*(u/v) + tpi*(__ieee754_j1(x)*__ieee754_log(x)-one/x));
276 z = one/(x*x);
278 s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*q[4]))));
279 return one+ r/s;
372 z = one/(x*x);
374 s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*(q[4]+z*q[5])))));