Home
last modified time | relevance | path

Searched refs:numeric_traits (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/math/tools/
Dbig_constant.hpp23 struct numeric_traits : public std::numeric_limits< T > {}; struct
29 struct numeric_traits<__float128> struct
72 ((D <= boost::math::tools::numeric_traits<boost::math::tools::largest_float>::digits) \
74 || (boost::math::tools::numeric_traits<T>::is_specialized && \
75 …(boost::math::tools::numeric_traits<T>::digits10 <= boost::math::tools::numeric_traits<boost::math…
82numeric_traits<T>::is_specialized && boost::math::tools::numeric_traits<T>::max_exponent <= boost:…
/third_party/boost/boost/detail/
Dnumeric_traits.hpp147 struct numeric_traits struct
153 …inline BOOST_CONSTEXPR typename numeric_traits<Number>::difference_type numeric_distance(Number x,… in numeric_distance()
155 typedef typename numeric_traits<Number>::difference_type difference_type; in numeric_distance()
/third_party/boost/libs/detail/test/
Dnumeric_traits_test.cpp243 typedef typename boost::detail::numeric_traits<Number>::difference_type difference_type; in test_aux()
292 typedef typename boost::detail::numeric_traits<Number>::difference_type difference_type; in signed_test()
313 typedef typename boost::detail::numeric_traits<Number>::difference_type difference_type; in signed_test()
336 typedef typename boost::detail::numeric_traits<Number>::difference_type difference_type; in test_aux()
386 boost::detail::numeric_traits<Number>::difference_type in test()
/third_party/boost/boost/graph/
Dbandwidth.hpp78 typename detail::numeric_traits< size_type >::difference_type diff_t; in edgesum()
/third_party/boost/boost/iterator/
Dcounting_iterator.hpp77 typedef typename boost::detail::numeric_traits<T>::difference_type type;
/third_party/boost/libs/gil/
DRELEASES.md289 …pes the channel range equals the physical range (as determined by `std::numeric_traits<T>::max()`).