Home
last modified time | relevance | path

Searched defs:check_float (Results 1 – 3 of 3) sorted by relevance

/third_party/json/test/src/
Dunit-to_chars.cpp150 auto check_float = [](float number, const std::string & digits, int expected_exponent) variable
360 auto check_float = [](float number, const std::string & expected) variable
/third_party/boost/libs/program_options/example/
Dconfig_file_types.cpp18 bool check_float(double test, double expected) in check_float() function
/third_party/boost/libs/algorithm/test/
Dclamp_test.cpp310 BOOST_CXX14_CONSTEXPR bool check_float = ( 56 == ba::clamp ( foo, 56.9, 129 )); in test_constexpr() local