Home
last modified time | relevance | path

Searched defs:product_impl (Results 1 – 18 of 18) sorted by relevance

/dports/devel/boost-docs/boost_1_72_0/boost/hana/
H A Dproduct.hpp48 struct product_impl<T, when<condition>> : default_ { struct
50 static constexpr decltype(auto) apply(Xs&& xs) { in apply()
H A Drange.hpp192 struct product_impl<range_tag> { struct
195 static constexpr I product_helper(I m, I n) { in product_helper()
207 static constexpr auto apply(range<T, from, to> const&) in apply()
/dports/devel/boost-python-libs/boost_1_72_0/boost/hana/
H A Dproduct.hpp48 struct product_impl<T, when<condition>> : default_ { struct
50 static constexpr decltype(auto) apply(Xs&& xs) { in apply()
H A Drange.hpp192 struct product_impl<range_tag> { struct
195 static constexpr I product_helper(I m, I n) { in product_helper()
207 static constexpr auto apply(range<T, from, to> const&) in apply()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hana/
H A Dproduct.hpp48 struct product_impl<T, when<condition>> : default_ { struct
50 static constexpr decltype(auto) apply(Xs&& xs) { in apply()
H A Drange.hpp192 struct product_impl<range_tag> { struct
195 static constexpr I product_helper(I m, I n) { in product_helper()
207 static constexpr auto apply(range<T, from, to> const&) in apply()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hana/
H A Dproduct.hpp48 struct product_impl<T, when<condition>> : default_ { struct
50 static constexpr decltype(auto) apply(Xs&& xs) { in apply()
H A Drange.hpp192 struct product_impl<range_tag> { struct
195 static constexpr I product_helper(I m, I n) { in product_helper()
207 static constexpr auto apply(range<T, from, to> const&) in apply()
/dports/devel/boost-libs/boost_1_72_0/boost/hana/
H A Dproduct.hpp48 struct product_impl<T, when<condition>> : default_ { struct
50 static constexpr decltype(auto) apply(Xs&& xs) { in apply()
H A Drange.hpp192 struct product_impl<range_tag> { struct
195 static constexpr I product_helper(I m, I n) { in product_helper()
207 static constexpr auto apply(range<T, from, to> const&) in apply()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/
H A Dproduct.hpp48 struct product_impl<T, when<condition>> : default_ { struct
50 static constexpr decltype(auto) apply(Xs&& xs) { in apply()
H A Drange.hpp192 struct product_impl<range_tag> { struct
195 static constexpr I product_helper(I m, I n) { in product_helper()
207 static constexpr auto apply(range<T, from, to> const&) in apply()
/dports/devel/hyperscan/boost_1_75_0/boost/hana/
H A Dproduct.hpp48 struct product_impl<T, when<condition>> : default_ { struct
50 static constexpr decltype(auto) apply(Xs&& xs) { in apply()
H A Drange.hpp192 struct product_impl<range_tag> { struct
195 static constexpr I product_helper(I m, I n) { in product_helper()
207 static constexpr auto apply(range<T, from, to> const&) in apply()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/hana/
H A Dproduct.hpp50 struct product_impl<T, when<condition>> : default_ { struct
52 static constexpr decltype(auto) apply(Xs&& xs) { in apply()
H A Drange.hpp192 struct product_impl<range_tag> { struct
195 static constexpr I product_helper(I m, I n) { in product_helper()
207 static constexpr auto apply(range<T, from, to> const&) in apply()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/common/
H A Dutils.hpp214 namespace product_impl { namespace
219 constexpr int product_impl(const T *arr, int2type<0>) { in product_impl() function
224 inline T product_impl(const T *arr, int2type<num>) { in product_impl() function
/dports/math/onednn/oneDNN-2.5.1/src/common/
H A Dutils.hpp216 namespace product_impl { namespace
221 constexpr int product_impl(const T *arr, int2type<0>) { in product_impl() function
226 constexpr T product_impl(const T *arr, int2type<num>) { in product_impl() function