Searched defs:check_float (Results 1 – 4 of 4) sorted by relevance
129 auto check_float = [](float number, const std::string & digits, int expected_exponent) variable339 auto check_float = [](float number, const std::string & expected) variable
22 def check_float(value, expected): function
55 #define check_float(name, field) \ macro
394 def check_float(arg_value, value, rel, arg_name=None, prim_name=None): function