Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsImpl.h81 struct polevl { struct
86 return polevl<Scalar, N - 1>::run(x, coef) * x + coef[N]; in run() argument
91 struct polevl<Scalar, 0> {
194 return z * cephes::polevl<float, 3>::run(z, A);
216 return z * cephes::polevl<double, 6>::run(z, A);