Home
last modified time | relevance | path

Searched refs:OP_IS_BIN_COMP (Results 1 – 1 of 1) sorted by relevance

/system/tools/hidl/
DConstantExpression.cpp38 #define OP_IS_BIN_COMP (OPEQ("<") || OPEQ(">") || OPEQ("<=") || OPEQ(">=") || OPEQ("==") || … macro
278 if(isArithmeticOrBitflip || OP_IS_BIN_COMP) { in evaluate()