Home
last modified time | relevance | path

Searched defs:horner (Results 1 – 25 of 51) sorted by relevance

123

/dports/graphics/proj/proj-7.2.1/src/transformations/
H A Dhorner.cpp96 struct horner { struct
97 int uneg; /* u axis negated? */
98 int vneg; /* v axis negated? */
99 int order; /* maximum degree of polynomium */
100 int coefs; /* number of coefficients for each polynomium */
101 double range; /* radius of the region of validity */
103 double *fwd_u; /* coefficients for the forward transformations */
104 double *fwd_v; /* i.e. latitude/longitude to northing/easting */
112 PJ_UV *fwd_origin; /* False longitude/latitude */
113 PJ_UV *inv_origin; /* False easting/northing */
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/polynomials/src/fortran/
H A Dhorner.f13 subroutine horner(p,dp,xr,xi,vr,vi) subroutine
40 10 continue
44 20 continue
49 21 continue
/dports/devel/xsimd/xsimd-7.6.0/include/xsimd/math/
H A Dxsimd_horner.hpp35 inline T horner(const T&) noexcept in horner() function
41 inline T horner(const T&) noexcept in horner() function
47 inline T horner(const T& x) noexcept in horner() function
/dports/devel/py-pythran/pythran-0.11.0/pythran/xsimd/arch/generic/
H A Dxsimd_generic_details.hpp165 inline B horner(const B&) noexcept in horner() function
171 inline B horner(const B&) noexcept in horner() function
177 inline B horner(const B& self) noexcept in horner() function
/dports/devel/py-pythran/pythran-0.11.0/third_party/xsimd/arch/generic/
H A Dxsimd_generic_details.hpp177 inline B horner(const B&) noexcept in horner() function
183 inline B horner(const B&) noexcept in horner() function
189 inline B horner(const B& self) noexcept in horner() function
/dports/multimedia/handbrake/zimg-release-3.0.1/src/zimg/colorspace/x86/
H A Dgamma_constants_avx512.h14 static const float horner[6]; member
21 static const float horner[6]; member
H A Dgamma_constants_avx512.cpp11 const float Rec1886EOTF::horner[6] = { member in zimg::colorspace::avx512constants::Rec1886EOTF
39 const float Rec1886InverseEOTF::horner[6] = { member in zimg::colorspace::avx512constants::Rec1886InverseEOTF
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/zimg/colorspace/x86/
H A Dgamma_constants_avx512.h14 static const float horner[6]; member
21 static const float horner[6]; member
H A Dgamma_constants_avx512.cpp12 const float Rec1886EOTF::horner[6] = { member in zimg::colorspace::avx512constants::Rec1886EOTF
40 const float Rec1886InverseEOTF::horner[6] = { member in zimg::colorspace::avx512constants::Rec1886InverseEOTF
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@sym/
H A Dhorner.m55 function y = horner(p, x) function
/dports/math/py-Diofant/Diofant-0.13.0/diofant/polys/
H A Dpolyfuncs.py141 def horner(f, *gens, **args): function
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/interval/examples/
H A Dhorner.cpp16 I horner(const I& x, const I p[], int n) { in horner() function
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/interval/examples/
H A Dhorner.cpp16 I horner(const I& x, const I p[], int n) { in horner() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/numeric/interval/examples/
H A Dhorner.cpp16 I horner(const I& x, const I p[], int n) { in horner() function
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/numeric/interval/examples/
H A Dhorner.cpp16 I horner(const I& x, const I p[], int n) { in horner() function
/dports/databases/percona57-server/boost_1_59_0/libs/numeric/interval/examples/
H A Dhorner.cpp16 I horner(const I& x, const I p[], int n) { in horner() function
/dports/databases/xtrabackup/boost_1_59_0/libs/numeric/interval/examples/
H A Dhorner.cpp16 I horner(const I& x, const I p[], int n) { in horner() function
/dports/databases/percona57-client/boost_1_59_0/libs/numeric/interval/examples/
H A Dhorner.cpp16 I horner(const I& x, const I p[], int n) { in horner() function
/dports/devel/boost-libs/boost_1_72_0/libs/numeric/interval/examples/
H A Dhorner.cpp16 I horner(const I& x, const I p[], int n) { in horner() function
/dports/devel/hyperscan/boost_1_75_0/libs/numeric/interval/examples/
H A Dhorner.cpp16 I horner(const I& x, const I p[], int n) { in horner() function
/dports/math/py-sympy/sympy-1.9/sympy/polys/
H A Dpolyfuncs.py149 def horner(f, *gens, **args): function
/dports/www/osrm-backend/osrm-backend-5.26.0/include/util/
H A Dweb_mercator.hpp61 template <typename T> constexpr double horner(double, T an) { return an; } in horner() function
63 template <typename T, typename... U> constexpr double horner(double x, T an, U... a) in horner() function
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dgaussians.hxx169 T Gaussian<T>::horner(T x) const in horner() function in vigra::Gaussian
/dports/graphics/panomatic/panomatic-0.9.4/vigra/include/vigra/
H A Dgaussians.hxx171 T Gaussian<T>::horner(T x) const in horner() function in vigra::Gaussian
/dports/math/z3/z3-z3-4.8.13/src/math/lp/
H A Dhorner.cpp28 horner::horner(core * c) : common(c), m_row_sum(m_nex_creator) {} in horner() function in nla::horner

123