Home
last modified time | relevance | path

Searched defs:lanczos (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/multiprecision/detail/
Dbig_lanczos.hpp15 namespace lanczos { namespace
21 struct lanczos<multiprecision::number<Backend, ExpressionTemplates>, Policy> struct
23 …cies::precision<multiprecision::number<Backend, ExpressionTemplates>, Policy>::type precision_type;
30 undefined_lanczos>::type>::type type;
/third_party/boost/boost/math/special_functions/detail/
Dlanczos_sse2.hpp21 namespace boost{ namespace math{ namespace lanczos{ namespace
/third_party/boost/boost/math/special_functions/
Dlanczos.hpp34 namespace boost{ namespace math{ namespace lanczos{ namespace
3247 struct lanczos struct
3256 >::type target_precision;
3260 mpl::less_equal<target_precision, mpl::_1> >::type>::type type;
/third_party/boost/boost/gil/image_processing/
Dnumeric.hpp45 inline double lanczos(double x, std::ptrdiff_t a) in lanczos() function
/third_party/boost/boost/math/bindings/
Dmpreal.hpp179 namespace lanczos{ namespace
246 struct lanczos<mpfr::mpreal, Policy> struct
248 typedef mpreal_lanczos type;
Dmpfr.hpp203 namespace lanczos{ namespace
270 struct lanczos<mpfr_class, Policy> struct
272 typedef mpfr_lanczos type;
Drr.hpp425 namespace lanczos{ namespace
492 struct lanczos<ntl::RR, Policy> struct
494 typedef ntl_lanczos type;
De_float.hpp546 namespace lanczos{ namespace
549 struct lanczos<boost::math::ef::e_float, Policy> struct
/third_party/boost/boost/math/bindings/detail/
Dbig_lanczos.hpp11 namespace boost{ namespace math{ namespace lanczos{ namespace
/third_party/boost/libs/math/test/
Dlanczos_smoothing_test.cpp544 auto lanczos = discrete_lanczos_derivative<Real, 2>(Real(1), 4, 3); in test_lanczos_acceleration() local
635 auto lanczos = discrete_lanczos_derivative(Real(1)); in test_data_representations() local
/third_party/pixman/pixman/
Dpixman-filter.c82 lanczos (double x, int n) in lanczos() function