Home
last modified time | relevance | path

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

/third_party/boost/boost/hana/
Ddiv.hpp33 using Div = BOOST_HANA_DISPATCH_IF(decltype(div_impl<T, U>{}), in operator ()()
36 !is_default<div_impl<T, U>>::value in operator ()()
46 static_assert(!is_default<div_impl<T, U>>::value, in operator ()()
56 struct div_impl<T, U, when<condition>> : default_ { struct
63 struct div_impl<T, U, when< struct
78 struct div_impl<T, T, when<std::is_integral<T>::value && struct
97 struct div_impl<C, C, when< struct
/third_party/boost/libs/hana/include/boost/hana/
Ddiv.hpp33 using Div = BOOST_HANA_DISPATCH_IF(decltype(div_impl<T, U>{}), in operator ()()
36 !is_default<div_impl<T, U>>::value in operator ()()
46 static_assert(!is_default<div_impl<T, U>>::value, in operator ()()
56 struct div_impl<T, U, when<condition>> : default_ { struct
63 struct div_impl<T, U, when< struct
78 struct div_impl<T, T, when<std::is_integral<T>::value && argument
97 struct div_impl<C, C, when< argument
/third_party/boost/boost/hana/fwd/
Ddiv.hpp48 struct div_impl : div_impl<T, U, when<true>> { };
/third_party/boost/libs/hana/include/boost/hana/fwd/
Ddiv.hpp48 struct div_impl : div_impl<T, U, when<true>> { };
/third_party/boost/libs/hana/include/boost/hana/concept/
Deuclidean_ring.hpp29 !is_default<div_impl<typename tag_of<R>::type,
/third_party/boost/boost/hana/concept/
Deuclidean_ring.hpp29 !is_default<div_impl<typename tag_of<R>::type,
/third_party/mindspore/mindspore/ops/composite/multitype_ops/
D__init__.py21 from .div_impl import div
/third_party/boost/libs/hana/include/boost/hana/ext/std/
Dratio.hpp150 struct div_impl<ext::std::ratio_tag, ext::std::ratio_tag> { struct
/third_party/boost/boost/hana/ext/std/
Dratio.hpp150 struct div_impl<ext::std::ratio_tag, ext::std::ratio_tag> { struct
/third_party/boost/libs/hana/test/_include/support/
Dnumeric.hpp161 struct div_impl<Numeric, Numeric> { struct