Home
last modified time | relevance | path

Searched defs:GREATER_EQUAL (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dvalue_based_eliminate.cc25 enum class ScalarCheckingMode : int64_t { GREATER_EQUAL = 0, LESS }; enumerator
/third_party/gn/src/gn/
Dtoken.h30 GREATER_EQUAL, enumerator
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_1_024.cpp76 #define GREATER_EQUAL(x, y) COMPL(LESS(x, y)) macro