Lines Matching refs:one
210 #define one xxx[2] macro
294 return ((double) (1 - i) + one / x); /* erf(+-inf)=+-1 */ in erf()
305 s = one + in erf()
311 s = fabs(x) - one; in erf()
314 Q = one + s * (qa1 + s * (qa2 + s * (qa3 + s * (qa4 + in erf()
323 return (one - tiny); in erf()
325 return (tiny - one); in erf()
328 s = one / (x * x); in erf()
332 S = one + s * (sa1 + s * (sa2 + s * (sa3 + s * (sa4 + in erf()
337 S = one + s * (sb1 + s * (sb2 + s * (sb3 + s * (sb4 + in erf()
344 return (one - r / x); in erf()
346 return (r / x - one); in erf()
362 return ((double) (((unsigned) hx >> 31) << 1) + one / x); in erfc()
367 return (one - x); in erfc()
370 s = one + in erfc()
374 return (one - (x + x * y)); in erfc()
382 s = fabs(x) - one; in erfc()
385 Q = one + s * (qa1 + s * (qa2 + s * (qa3 + s * (qa4 + in erfc()
388 z = one - erx; in erfc()
392 return (one + z); in erfc()
397 s = one / (x * x); in erfc()
401 S = one + s * (sa1 + s * (sa2 + s * (sa3 + s * (sa4 + in erfc()
410 S = one + s * (sb1 + s * (sb2 + s * (sb3 + s * (sb4 + in erfc()