Home
last modified time | relevance | path

Searched defs:make_unsigned (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/type_traits/
Dmake_unsigned.hpp28 struct make_unsigned struct
34 typedef typename remove_cv<T>::type t_no_cv;
110 >::type base_integer_type;
117 >::type const_base_integer_type;
124 >::type type;
/third_party/boost/boost/random/
Dtraits.hpp56 struct make_unsigned struct
/third_party/boost/libs/math/test/
Dtest_hypergeometric_dist.cpp110 inline unsigned make_unsigned(T x) in make_unsigned() function
115 inline unsigned make_unsigned(boost::math::concepts::real_concept x) in make_unsigned() function
/third_party/boost/boost/histogram/detail/
Dsafe_comparison.hpp19 auto make_unsigned(const T& t) noexcept { in make_unsigned() function
/third_party/boost/boost/safe_numerics/
Dsafe_compare.hpp21 using make_unsigned = typename std::conditional< typedef
/third_party/boost/boost/hana/
Dtraits.hpp157 constexpr auto make_unsigned = metafunction<std::make_unsigned>; variable
/third_party/boost/boost/move/detail/
Dtype_traits.hpp420 struct make_unsigned struct