Searched refs:check_float (Results 1 - 3 of 3) sorted by relevance
/third_party/json/tests/src/ |
H A D | unit-to_chars.cpp | 129 auto check_float = [](float number, const std::string & digits, int expected_exponent) variable 144 check_float(make_float(0, 0, 0x00000001), "1", -45); // min denormal 145 check_float(make_float(0, 0, 0x007FFFFF), "11754942", -45); // max denormal 146 check_float(make_float(0, 1, 0x00000000), "11754944", -45); // min normal 147 check_float(make_float(0, 1, 0x00000001), "11754945", -45); 148 check_float(make_float(0, 1, 0x007FFFFF), "23509886", -45); 149 check_float(make_float(0, 2, 0x00000000), "23509887", -45); 150 check_float(make_float(0, 2, 0x00000001), "2350989", -44); 151 check_float(make_float(0, 24, 0x00000000), "98607613", -39); // fail if no special case in normalized boundaries 152 check_float(make_floa 339 auto check_float = [](float number, const std::string & expected) global() variable [all...] |
/third_party/PyYAML/tests/lib/ |
H A D | test_schema.py | 22 def check_float(value, expected): function 57 'float': [float, check_float], 58 'inf': [float, check_float], 59 'nan': [float, check_float],
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_debug_recompile.c | 55 #define check_float(name, field) \ macro 79 found |= check_float("scale factor", scale_factors[i]); in debug_sampler_recompile()
|
Completed in 2 milliseconds