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

1 2

  /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 49 static final char MINUS = '\u2212';
243 return result.replace('-', MINUS).replace(INFINITY, INFINITY_UNICODE);
297 //plus minus times div
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 184 public static final int MINUS = LexerCore.MINUS;
  /external/icu4c/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/webkit/Source/WebCore/xml/
XPathGrammar.y 82 %left PLUS MINUS
523 AdditiveExpr MINUS MultiplicativeExpr
547 MINUS UnaryExpr
XPathParser.cpp 137 case '/': case SLASHSLASH: case '|': case PLUS: case MINUS:
304 return makeTokenAndAdvance(MINUS);
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.h 134 MINUS = 19 | BINARY_OP_PRECEDENCE(9) | UnaryOpTokenFlag,
Lexer.cpp 856 token = MINUS;
    [all...]
ASTBuilder.h     [all...]
  /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 55 #define MINUS ((UChar)0x002D) /*-*/
63 static const UChar gNegativeInfinity[] = {MINUS, INFINITY, 0};
473 result += MINUS;
vtzone.cpp 39 static const UChar MINUS = 0x2D; /* - */
101 } else if (str.charAt(start) == MINUS) {
145 str.append(MINUS);
177 str.append(MINUS);
307 } else if (s == MINUS) {
340 str.append(MINUS);
455 } else if (value.charAt(0) == MINUS) {
    [all...]
timezone.cpp 96 #define MINUS 0x002D
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp     [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
rtl.def 65 an rtx code for a non-commutative binary operation (e.g., MINUS, DIV)
427 /* Operand 0 minus operand 1. */
428 DEF_RTL_EXPR(MINUS, "minus", "ee", RTX_BIN_ARITH)
430 /* Minus operand 0. */
681 /* Operand 0 minus operand 1, with signed saturation. */
698 /* Operand 0 minus operand 1, with unsigned saturation. */
    [all...]
cpplib.h 65 OP(MINUS, "-") \
    [all...]
genrtl.h 330 gen_rtx_fmt_ee (MINUS, (MODE), (ARG0), (ARG1))
  /external/qemu/android/skin/
keyset.c 99 _KEYSYM1_(MINUS) \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 65 OP(MINUS, "-") \
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 65 OP(MINUS, "-") \
    [all...]
  /external/qemu/android/
hw-events.h 56 KEY_CODE(MINUS ,12) \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/arm/
arm.h     [all...]

Completed in 3078 milliseconds

1 2