Home
last modified time | relevance | path

Searched refs:product_impl (Results 1 – 25 of 26) sorted by relevance

12

/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/hana/fwd/
H A Dproduct.hpp60 struct product_impl : product_impl<T, when<true>> { };
/dports/devel/boost-docs/boost_1_72_0/boost/hana/fwd/
H A Dproduct.hpp60 struct product_impl : product_impl<T, when<true>> { };
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hana/fwd/
H A Dproduct.hpp60 struct product_impl : product_impl<T, when<true>> { };
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hana/fwd/
H A Dproduct.hpp60 struct product_impl : product_impl<T, when<true>> { };
/dports/devel/boost-libs/boost_1_72_0/boost/hana/fwd/
H A Dproduct.hpp60 struct product_impl : product_impl<T, when<true>> { };
/dports/devel/boost-python-libs/boost_1_72_0/boost/hana/fwd/
H A Dproduct.hpp60 struct product_impl : product_impl<T, when<true>> { };
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/fwd/
H A Dproduct.hpp60 struct product_impl : product_impl<T, when<true>> { };
/dports/devel/hyperscan/boost_1_75_0/boost/hana/fwd/
H A Dproduct.hpp60 struct product_impl : product_impl<T, when<true>> { };
/dports/devel/boost-docs/boost_1_72_0/boost/hana/
H A Dproduct.hpp31 using Product = BOOST_HANA_DISPATCH_IF(product_impl<S>, in operator ()()
48 struct product_impl<T, when<condition>> : default_ { struct
H A Drange.hpp192 struct product_impl<range_tag> { struct
/dports/devel/boost-python-libs/boost_1_72_0/boost/hana/
H A Dproduct.hpp31 using Product = BOOST_HANA_DISPATCH_IF(product_impl<S>, in operator ()()
48 struct product_impl<T, when<condition>> : default_ { struct
H A Drange.hpp192 struct product_impl<range_tag> { struct
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hana/
H A Dproduct.hpp31 using Product = BOOST_HANA_DISPATCH_IF(product_impl<S>, in operator ()()
48 struct product_impl<T, when<condition>> : default_ { struct
H A Drange.hpp192 struct product_impl<range_tag> { struct
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hana/
H A Dproduct.hpp31 using Product = BOOST_HANA_DISPATCH_IF(product_impl<S>, in operator ()()
48 struct product_impl<T, when<condition>> : default_ { struct
H A Drange.hpp192 struct product_impl<range_tag> { struct
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/hana/
H A Dproduct.hpp36 using Product = BOOST_HANA_DISPATCH_IF(product_impl<S>, in operator ()()
50 struct product_impl<T, when<condition>> : default_ { struct
H A Drange.hpp192 struct product_impl<range_tag> { struct
/dports/devel/boost-libs/boost_1_72_0/boost/hana/
H A Dproduct.hpp31 using Product = BOOST_HANA_DISPATCH_IF(product_impl<S>, in operator ()()
48 struct product_impl<T, when<condition>> : default_ { struct
H A Drange.hpp192 struct product_impl<range_tag> { struct
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/
H A Dproduct.hpp31 using Product = BOOST_HANA_DISPATCH_IF(product_impl<S>, in operator ()()
48 struct product_impl<T, when<condition>> : default_ { struct
H A Drange.hpp192 struct product_impl<range_tag> { struct
/dports/devel/hyperscan/boost_1_75_0/boost/hana/
H A Dproduct.hpp31 using Product = BOOST_HANA_DISPATCH_IF(product_impl<S>, in operator ()()
48 struct product_impl<T, when<condition>> : default_ { struct
/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
225 return arr[0] * product_impl(arr + 1, int2type<num - 1>()); in product_impl()
231 return product_impl::product_impl(arr, product_impl::int2type<num - 1>()); in array_product()
/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
227 return arr[0] * product_impl(arr + 1, int2type<num - 1>()); in product_impl()
233 return product_impl::product_impl(arr, product_impl::int2type<num - 1>()); in array_product()

12