HomeSort by relevance Sort by last modified time
    Searched refs:MINUS (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/chromium_org/tools/gn/
token.h 23 MINUS,
tokenizer_unittest.cc 88 { Token::MINUS, "-" },
tokenizer.cc 40 return Token::MINUS;
209 return Token::UNCLASSIFIED_OPERATOR; // Just the minus before end of
operators.cc 332 // Plus/Minus -----------------------------------------------------------------
502 token.type() == Token::MINUS ||
543 // TODO(scottmg): Why no unary minus?
602 if (op.type() == Token::MINUS)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 27 #define MINUS 15
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 27 #define MINUS 15
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 24 MINUS = 15
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 24 MINUS = 15
  /external/icu/icu4c/source/common/
ucnv_u7.c 90 #define MINUS 45
301 * A terminating minus sign is consumed.
315 * base64Value==-1 for any legal character except base64 and minus sign, or
329 /* illegal: + immediately followed by something other than base64 or minus sign */
408 /* minus sign terminates the base64 sequence */
411 /* +- i.e. a minus immediately following a plus */
417 /* absorb the minus and leave the Unicode Mode */
516 *target++=MINUS;
527 cnv->charErrorBuffer[0]=MINUS;
570 /* need to terminate with a minus */
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestExpressionFeatures.g3 51 MINUS = '-';
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 184 public static final int MINUS = LexerCore.MINUS;
  /external/chromium_org/third_party/icu/source/common/
ucnv_u7.c 89 #define MINUS 45
300 * A terminating minus sign is consumed.
368 /* minus sign terminates the base64 sequence */
371 /* +- i.e. a minus immediately following a plus */
377 /* absorb the minus and leave the Unicode Mode */
386 } else if(base64Value==-1) /* for any legal character except base64 and minus sign */ {
390 /* illegal: + immediately followed by something other than base64 or minus sign */
502 *target++=MINUS;
513 cnv->charErrorBuffer[0]=MINUS;
556 /* need to terminate with a minus */
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 299 arith_expr: term ((PLUS|MINUS) term)*
306 : (PLUS|MINUS|TILDE) factor
406 MINUS : '-' ;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathGrammar.y 80 %left PLUS MINUS
521 AdditiveExpr MINUS MultiplicativeExpr
545 MINUS UnaryExpr
XPathParser.cpp 129 case '/': case SLASHSLASH: case '|': case PLUS: case MINUS:
298 return makeTokenAndAdvance(MINUS);
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 60 { MINUS, "arith", " - " },
awkgram.y 57 %token <i> ADD MINUS MULT DIVIDE MOD
354 | term '-' term { $$ = op2(MINUS, $1, $3); }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 28 MINUS = 15
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 28 MINUS = 15
  /external/chromium_org/third_party/icu/source/i18n/
choicfmt.cpp 55 #define MINUS ((UChar)0x002D) /*-*/
63 static const UChar gNegativeInfinity[] = {MINUS, INFINITY, 0};
473 result += MINUS;
  /external/deqp/framework/randomshaders/
rsgToken.hpp 64 MINUS,
  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp     [all...]
  /external/icu/icu4c/source/i18n/
choicfmt.cpp 57 #define MINUS ((UChar)0x002D) /*-*/
68 //static const UChar gNegativeInfinity[] = {MINUS, INFINITY, 0};
297 result += MINUS;
  /external/icu/icu4c/source/test/intltest/
calregts.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.def 63 an rtx code for a non-commutative binary operation (e.g., MINUS, DIV)
434 /* Operand 0 minus operand 1. */
435 DEF_RTL_EXPR(MINUS, "minus", "ee", RTX_BIN_ARITH)
437 /* Minus operand 0. */
622 sign bits minus one). */
692 /* Operand 0 minus operand 1, with signed saturation. */
709 /* Operand 0 minus operand 1, with unsigned saturation. */
    [all...]

Completed in 459 milliseconds

1 2 3 4