Home
last modified time | relevance | path

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

/third_party/PyYAML/tests/lib/
Dtest_schema.py22 def check_float(value, expected): function
/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/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c55 #define check_float(name, field) \ macro
/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
/third_party/mesa3d/src/mesa/tnl/
Dt_vb_program.c54 check_float(float x) in check_float() function
/third_party/mindspore/mindspore/
D_checkparam.py307 def check_float(arg_value, value, rel, arg_name=None, prim_name=None): member in Validator