Home
last modified time | relevance | path

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

/third_party/boost/libs/multiprecision/test/
Dtest_float_io.cpp57 bool has_bad_bankers_rounding(const boost::multiprecision::number<boost::multiprecision::gmp_float<… in has_bad_bankers_rounding() function
63 bool has_bad_bankers_rounding(const boost::multiprecision::float128&) in has_bad_bankers_rounding() function
69 bool has_bad_bankers_rounding(const T&) in has_bad_bankers_rounding() function
136 if (has_bad_bankers_rounding(mp_t()) && is_bankers_rounding_error(ss.str(), expect)) in test()