Home
last modified time | relevance | path

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

/third_party/boost/libs/hana/test/integral_constant/
Dconstexpr_init.cpp41 constexpr auto check_int() { return hana::int_c<1>; } in check_int() function
/third_party/PyYAML/tests/lib/
Dtest_schema.py15 def check_int(value, expected): function
/third_party/jerryscript/tests/unit-libm/
Dtest-libm.c28 check_int (const char *expr, int computed, int expected) in check_int() function
/third_party/pixman/test/
Dlowlevel-blt-bench.c915 check_int (int got, int expected, const char *name, const char *field) in check_int() function
/third_party/mindspore/mindspore/
D_checkparam.py231 def check_int(arg_value, value, rel, arg_name=None, prim_name=None): member in Validator