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

1 2 3

  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditable.java 78 if (text == Logic.MINUS && prevChar == Logic.MINUS) {
85 (text != Logic.MINUS || prevChar == '+')) {
92 if (start == 0 && Logic.isOperator(text) && text != Logic.MINUS) {
Logic.java 52 static final char MINUS = '\u2212';
249 return result.replace('-', MINUS).replace(INFINITY, INFINITY_UNICODE);
329 //plus minus times div
  /external/icu4c/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/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/webkit/Source/WebCore/xml/
XPathGrammar.y 82 %left PLUS MINUS
523 AdditiveExpr MINUS MultiplicativeExpr
547 MINUS UnaryExpr
XPathParser.cpp 134 case '/': case SLASHSLASH: case '|': case PLUS: case MINUS:
301 return makeTokenAndAdvance(MINUS);
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.h 134 MINUS = 19 | BINARY_OP_PRECEDENCE(9) | UnaryOpTokenFlag,
  /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); }
  /external/icu4c/i18n/
choicfmt.cpp 57 #define MINUS ((UChar)0x002D) /*-*/
68 //static const UChar gNegativeInfinity[] = {MINUS, INFINITY, 0};
297 result += MINUS;
tzfmt.cpp 77 static const UChar MINUS = 0x002D;
    [all...]
vtzone.cpp 38 static const UChar MINUS = 0x2D; /* - */
100 } else if (str.charAt(start) == MINUS) {
144 str.append(MINUS);
176 str.append(MINUS);
306 } else if (s == MINUS) {
339 str.append(MINUS);
454 } else if (value.charAt(0) == MINUS) {
    [all...]
timezone.cpp 98 #define MINUS 0x002D
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 65 an rtx code for a non-commutative binary operation (e.g., MINUS, DIV)
429 /* Operand 0 minus operand 1. */
430 DEF_RTL_EXPR(MINUS, "minus", "ee", RTX_BIN_ARITH)
432 /* Minus operand 0. */
683 /* Operand 0 minus operand 1, with signed saturation. */
700 /* Operand 0 minus operand 1, with unsigned saturation. */
    [all...]
cpplib.h 61 OP(MINUS, "-") \
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 65 an rtx code for a non-commutative binary operation (e.g., MINUS, DIV)
429 /* Operand 0 minus operand 1. */
430 DEF_RTL_EXPR(MINUS, "minus", "ee", RTX_BIN_ARITH)
432 /* Minus operand 0. */
683 /* Operand 0 minus operand 1, with signed saturation. */
700 /* Operand 0 minus operand 1, with unsigned saturation. */
    [all...]
cpplib.h 61 OP(MINUS, "-") \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 65 an rtx code for a non-commutative binary operation (e.g., MINUS, DIV)
429 /* Operand 0 minus operand 1. */
430 DEF_RTL_EXPR(MINUS, "minus", "ee", RTX_BIN_ARITH)
432 /* Minus operand 0. */
683 /* Operand 0 minus operand 1, with signed saturation. */
700 /* Operand 0 minus operand 1, with unsigned saturation. */
    [all...]
cpplib.h 61 OP(MINUS, "-") \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 65 an rtx code for a non-commutative binary operation (e.g., MINUS, DIV)
429 /* Operand 0 minus operand 1. */
430 DEF_RTL_EXPR(MINUS, "minus", "ee", RTX_BIN_ARITH)
432 /* Minus operand 0. */
683 /* Operand 0 minus operand 1, with signed saturation. */
700 /* Operand 0 minus operand 1, with unsigned saturation. */
    [all...]
cpplib.h 61 OP(MINUS, "-") \
    [all...]
  /external/qemu/android/skin/
keyset.c 99 _KEYSYM1_(MINUS) \

Completed in 672 milliseconds

1 2 3