Home
last modified time | relevance | path

Searched defs:check_overflow (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/spirit/home/support/
Dnumeric_traits.hpp119 struct check_overflow : mpl::bool_<std::numeric_limits<T>::is_bounded> {}; struct
/third_party/boost/boost/spirit/home/x3/support/traits/
Dnumeric_traits.hpp116 struct check_overflow : mpl::bool_<std::numeric_limits<T>::is_bounded> {}; struct
/third_party/boost/boost/math/policies/
Derror_handling.hpp701 inline bool check_overflow(T val, R* result, const char* function, const Policy& pol) BOOST_NOEXCEP… in check_overflow() function
713 inline bool check_overflow(std::complex<T> val, R* result, const char* function, const Policy& pol)… in check_overflow() function
766 inline BOOST_MATH_CONSTEXPR bool check_overflow(T /* val */, R* /* result */, const char* /* functi… in check_overflow() function
769 inline BOOST_MATH_CONSTEXPR bool check_overflow(std::complex<T> /* val */, R* /* result */, const c… in check_overflow() function
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dlexer.cc370 const bool check_overflow = integer_part || set; in try_hex_float() local
/third_party/python/Lib/test/
Dtest_array.py1265 def check_overflow(self, lower, upper): member in NumberTest