Home
last modified time | relevance | path

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

/dports/lang/kawa/kawa-3.1.1/gnu/ecmascript/
H A DReserved.java24 public static final int MINUS_OP = 2; field in Reserved
64 final static Reserved opMinus = new Reserved("-", 9, MINUS_OP);
H A DBinaryOp.java28 case Reserved.MINUS_OP: return arg1-arg2; in apply()
/dports/graphics/urt/urt-3.1b1_12/tools/
H A Drlecomp.c50 #define MINUS_OP 7 macro
254 case MINUS_OP:
282 case MINUS_OP:
363 case MINUS_OP:
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DParserBase.java501 if (token.tokenType == Tokens.MINUS_OP) { in readInteger()
536 if (token.tokenType == Tokens.MINUS_OP) { in readBigint()
628 if (token.tokenType == Tokens.MINUS_OP) { in readDateTimeIntervalLiteral()
H A DParserDQL.java2208 case Tokens.MINUS_OP : in XreadValueSpecificationOrNull()
3047 case Tokens.MINUS_OP : in XreadAllTypesCommonValueExpression()
3154 case Tokens.MINUS_OP : in XreadAllTypesFactor()
3314 } else if (token.tokenType == Tokens.MINUS_OP) { in XreadNumericValueExpression()
3368 } else if (token.tokenType == Tokens.MINUS_OP) { in XreadFactor()
3396 } else if (token.tokenType == Tokens.MINUS_OP) { in XreadDatetimeValueExpression()
3422 } else if (token.tokenType == Tokens.MINUS_OP) { in XreadIntervalValueExpression()
H A DScanner.java1645 token.tokenType = Tokens.MINUS_OP;
2398 } else if (token.tokenType == Tokens.MINUS_OP) {
H A DParserTable.java1517 if (token.tokenType == Tokens.MINUS_OP) {
H A DTokens.java1771 public static final int MINUS_OP = 834; field in Tokens
2588 commandSet.put(T_MINUS_OP, MINUS_OP); in commandSet.put() argument
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/rowio/
H A DRowInputTextLog.java161 boolean minus = scanner.getTokenType() == Tokens.MINUS_OP; in readNumberField()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/doc/verbatim/src/org/hsqldb/
H A DTokens.java1771 public static final int MINUS_OP = 834; field in Tokens
2588 commandSet.put(T_MINUS_OP, MINUS_OP); in commandSet.put() argument
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgenattrtab.c328 enum operator {PLUS_OP, MINUS_OP, POS_MINUS_OP, EQ_OP, OR_OP, ORX_OP, MAX_OP, MIN_OP, RANGE_OP}; enumerator
1639 case MINUS_OP: in operate_exp()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgenattrtab.c328 enum operator {PLUS_OP, MINUS_OP, POS_MINUS_OP, EQ_OP, OR_OP, ORX_OP, MAX_OP, MIN_OP, RANGE_OP}; enumerator
1639 case MINUS_OP: in operate_exp()