Home
last modified time | relevance | path

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

/third_party/json/tests/src/
Dunit-to_chars.cpp129 auto check_float = [](float number, const std::string & digits, int expected_exponent) variable
339 auto check_float = [](float number, const std::string & expected) variable
/third_party/PyYAML/tests/legacy_tests/
Dtest_schema.py22 def check_float(value, expected): function
/third_party/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c55 #define check_float(name, field) \ macro
/third_party/mesa3d/src/intel/compiler/elk/
Delk_debug_recompile.c55 #define check_float(name, field) \ macro
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/
D_checkparam.py394 def check_float(arg_value, value, rel, arg_name=None, prim_name=None): function