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

1 2 3 4 5 6 7 8 9

  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
UnaryExpr.java 55 MINUS("-", false),
AssignExpr.java 54 MINUS("-="),
79 case MINUS:
80 return Optional.of(BinaryExpr.Operator.MINUS);
BinaryExpr.java 65 MINUS("-"),
96 case MINUS:
97 return Optional.of(AssignExpr.Operator.MINUS);
  /toolchain/binutils/binutils-2.27/opcodes/
d10v-opc.c 160 #define MINUS (PLUS + 1) /* postdecrement */
162 #define ATMINUS (MINUS + 1) /* predecrement */
231 { "ld", SHORT_2, 1, MU, PAR|RMEM, 0x6401, 0x7e01, { RDST, ATSIGN, RSRC, MINUS } },
236 { "ld2w", SHORT_2, 1, MU, PAR|RMEM, 0x6601, 0x7e21, { RDSTE, ATSIGN, RSRC, MINUS } },
321 { "st", SHORT_2, 1, MU, PAR|WMEM, 0x6c01, 0x7e01, { RSRC2, ATSIGN, RSRC_NOSP, MINUS } },
327 { "st2w", SHORT_2, 1, MU, PAR|WMEM, 0x6e01, 0x7e21, { RSRC2E, ATSIGN, RSRC_NOSP, MINUS } },
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
token.h 27 #define MINUS 15
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
token.py 26 MINUS = 15
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
token.h 27 #define MINUS 15
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
token.py 24 MINUS = 15
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
token.py 28 MINUS = 15
  /external/icu/icu4c/source/common/
ucnv_u7.cpp 93 #define MINUS 45
306 * A terminating minus sign is consumed.
320 * base64Value==-1 for any legal character except base64 and minus sign, or
334 /* illegal: + immediately followed by something other than base64 or minus sign */
413 /* minus sign terminates the base64 sequence */
416 /* +- i.e. a minus immediately following a plus */
422 /* absorb the minus and leave the Unicode Mode */
521 *target++=MINUS;
532 cnv->charErrorBuffer[0]=MINUS;
575 /* need to terminate with a minus */
    [all...]
  /external/icu/icu4c/source/i18n/
choicfmt.cpp 59 #define MINUS ((UChar)0x002D) /*-*/
70 //static const UChar gNegativeInfinity[] = {MINUS, INFINITY, 0};
299 result += MINUS;
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetUTF7.java 75 private static final byte MINUS=45;
274 * A terminating minus sign is consumed.
288 * base64Value==-1 for any legal character except base64 and minus sign, or
303 /* illegal: + immediately followed by something other than base64 or minus sign */
406 /* minus sign terminates the base64 sequence */
409 /* +- i.e. a minus immediately following a plus */
415 /* absorb the minus and leave the Unicode Mode */
426 // illegal: & immediately followed by something other than base64 or minus sign
540 target.put(MINUS);
551 errorBuffer[0]=MINUS;
    [all...]
  /external/python/cpython2/Include/
token.h 27 #define MINUS 15
  /external/python/cpython2/Lib/lib2to3/pgen2/
token.py 24 MINUS = 15
  /external/python/cpython2/Lib/
token.py 26 MINUS = 15
  /external/python/cpython3/Include/
token.h 27 #define MINUS 15
  /external/turbine/java/com/google/turbine/tree/
TurbineOperatorKind.java 36 MINUS("-", Precedence.ADDITIVE),
  /prebuilts/gdb/darwin-x86/include/python2.7/
token.h 27 #define MINUS 15
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
token.py 24 MINUS = 15
  /prebuilts/gdb/darwin-x86/lib/python2.7/
token.py 28 MINUS = 15
  /prebuilts/gdb/linux-x86/include/python2.7/
token.h 27 #define MINUS 15
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
token.py 24 MINUS = 15
  /prebuilts/gdb/linux-x86/lib/python2.7/
token.py 28 MINUS = 15
  /prebuilts/python/darwin-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

Completed in 186 milliseconds

1 2 3 4 5 6 7 8 9