Searched defs:check_float (Results 1 – 3 of 3) sorted by relevance
150 auto check_float = [](float number, const std::string & digits, int expected_exponent) variable360 auto check_float = [](float number, const std::string & expected) variable
18 bool check_float(double test, double expected) in check_float() function
310 BOOST_CXX14_CONSTEXPR bool check_float = ( 56 == ba::clamp ( foo, 56.9, 129 )); in test_constexpr() local