Searched defs:CHECK_LE (Results 1 – 7 of 7) sorted by relevance
/external/libcxx/utils/google-benchmark/src/ |
D | check.h | 70 #define CHECK_LE(a, b) CHECK((a) <= (b)) macro
|
/external/perf_data_converter/src/quipper/mybase/base/ |
D | logging.h | 129 #define CHECK_LE(x, y) \ macro
|
/external/google-benchmark/src/ |
D | check.h | 70 #define CHECK_LE(a, b) CHECK((a) <= (b)) macro
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | logging.h | 282 #define CHECK_LE(val1, val2) CHECK_OP(Check_LE, <=, val1, val2) macro
|
/external/v8/src/base/ |
D | logging.h | 308 #define CHECK_LE(lhs, rhs) CHECK_OP(LE, <=, lhs, rhs) macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 228 #define CHECK_LE(a, b) CHECK_IMPL((a), <=, (b)) macro
|
/external/libchrome/base/ |
D | logging.h | 788 #define CHECK_LE(val1, val2) CHECK_OP(LE, <=, val1, val2) macro
|