Searched refs:numeric_traits (Results 1 – 6 of 6) sorted by relevance
23 struct numeric_traits : public std::numeric_limits< T > {}; struct29 struct numeric_traits<__float128> struct72 ((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…82 …numeric_traits<T>::is_specialized && boost::math::tools::numeric_traits<T>::max_exponent <= boost:…
147 struct numeric_traits struct153 …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()
243 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()
78 typename detail::numeric_traits< size_type >::difference_type diff_t; in edgesum()
77 typedef typename boost::detail::numeric_traits<T>::difference_type type;
289 …pes the channel range equals the physical range (as determined by `std::numeric_traits<T>::max()`).