Home
last modified time | relevance | path

Searched refs:rationalPoly (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Derrorfunction.d42 T rationalPoly(T)(T x, const(T) [] numerator, const(T) [] denominator) pure nothrow in rationalPoly() function
668 y = C13b + z * rationalPoly(z, RNr13, RDr13); in erfc()
673 y = C14b + z * rationalPoly(z, RNr14, RDr14); in erfc()
678 y = C15b + z * rationalPoly(z, RNr15, RDr15); in erfc()
683 y = C16b + z * rationalPoly(z, RNr16, RDr16); in erfc()
688 y = C17b + z * rationalPoly(z, RNr17, RDr17); in erfc()
693 y = C18b + z * rationalPoly(z, RNr18, RDr18); in erfc()
698 y = C19b + z * rationalPoly(z, RNr19, RDr19); in erfc()
703 y = C20b + z * rationalPoly(z, RNr20, RDr20); in erfc()
731 y = z * rationalPoly(y, P, Q); in erfc()
[all …]
H A Dgammafunction.d513 real p = x * rationalPoly( x, logGammaNumerator, logGammaDenominator); in logGamma()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/math/
H A Derrorfunction.d43 T rationalPoly(T)(T x, const(T) [] numerator, const(T) [] denominator) pure nothrow in rationalPoly() function
669 y = C13b + z * rationalPoly(z, RNr13, RDr13); in erfc()
674 y = C14b + z * rationalPoly(z, RNr14, RDr14); in erfc()
679 y = C15b + z * rationalPoly(z, RNr15, RDr15); in erfc()
684 y = C16b + z * rationalPoly(z, RNr16, RDr16); in erfc()
689 y = C17b + z * rationalPoly(z, RNr17, RDr17); in erfc()
694 y = C18b + z * rationalPoly(z, RNr18, RDr18); in erfc()
699 y = C19b + z * rationalPoly(z, RNr19, RDr19); in erfc()
704 y = C20b + z * rationalPoly(z, RNr20, RDr20); in erfc()
732 y = z * rationalPoly(y, P, Q); in erfc()
[all …]
H A Dgammafunction.d516 real p = x * rationalPoly( x, logGammaNumerator, logGammaDenominator); in logGamma()