Searched refs:NEGATE (Results 1 – 8 of 8) sorted by relevance
59 NEGATE = "negate" variable123 NEGATE,
86 emit(OPCODES[NEGATE])234 if op is NEGATE:286 elif op is NEGATE:
457 setappend((NEGATE, None))501 elif _len(set)==2 and set[0][0] is NEGATE and set[1][0] is LITERAL:
36 NEGATE() { in NEGATE() method
113 emit(NEGATE)254 if op is NEGATE:313 elif op is NEGATE:645 MAX_UNTIL, MIN_UNTIL, NEGATE):
462 elif op is IN and av[0][0] is not NEGATE:597 set.insert(0, (NEGATE, None))
69 public static final ComposableFunction NEGATE = new ComposableFunction() { field in ComposableFunction
845 code.op(UnaryOp.NEGATE, localSource, localSource); in negateMethod()