Searched defs:check_float (Results 1 – 7 of 7) sorted by relevance
/third_party/PyYAML/tests/lib/ |
D | test_schema.py | 22 def check_float(value, expected): function
|
/third_party/json/test/src/ |
D | unit-to_chars.cpp | 150 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/ |
D | config_file_types.cpp | 18 bool check_float(double test, double expected) in check_float() function
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_debug_recompile.c | 55 #define check_float(name, field) \ macro
|
/third_party/boost/libs/algorithm/test/ |
D | clamp_test.cpp | 310 BOOST_CXX14_CONSTEXPR bool check_float = ( 56 == ba::clamp ( foo, 56.9, 129 )); in test_constexpr() local
|
/third_party/mesa3d/src/mesa/tnl/ |
D | t_vb_program.c | 54 check_float(float x) in check_float() function
|
/third_party/mindspore/mindspore/ |
D | _checkparam.py | 307 def check_float(arg_value, value, rel, arg_name=None, prim_name=None): member in Validator
|