HomeSort by relevance Sort by last modified time
    Searched refs:PLUS (Results 51 - 75 of 338) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 120 elif child.type == token.PLUS:
  /toolchain/binutils/binutils-2.25/opcodes/
d30v-opc.c 400 #define PLUS (ATPAR + 1) /* Postincrement. */
402 #define MINUS (PLUS + 1) /* Postdecrement. */
424 { SHORT_M, 1, { Ra, ATPAR, Rb, PLUS, Rc } }, /* Ra,@(Rb+,Rc) */
428 { SHORT_M2, 1, { Ra2, ATPAR, Rb, PLUS, Rc } },/* Ra,@(Rb+,Rc) */
  /libcore/ojluni/src/main/java/java/util/
Formatter.java     [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 59 an rtx code for a commutative binary operation (e.g,, PLUS, MULT)
431 /* plus */
432 DEF_RTL_EXPR(PLUS, "plus", "ee", RTX_COMM_ARITH)
509 form (plus (reg) (reg)) and (plus (reg) (const_int)), where
510 the first operand of the PLUS has to be the same register as
    [all...]
cpplib.h 58 OP(PLUS, "+") /* math */ \
303 the OBJC[PLUS]_INCLUDE_PATH environment variable, and allow
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
bfin-parse.y 509 %token MINUS PLUS STAR SLASH
639 %left PLUS MINUS
893 | REG ASSIGN A_ONE_DOT_L PLUS A_ONE_DOT_H COMMA
894 REG ASSIGN A_ZERO_DOT_L PLUS A_ZERO_DOT_H
909 | REG ASSIGN REG_A PLUS REG_A COMMA REG ASSIGN REG_A MINUS REG_A amod1
1106 HALF_REG PLUS SIGN LPAREN HALF_REG RPAREN STAR HALF_REG
    [all...]
  /external/icu/icu4c/source/i18n/
timezone.cpp 102 #define PLUS 0x002B
    [all...]
tzfmt.cpp 114 static const UChar PLUS = 0x002B;
    [all...]
vtzone.cpp 40 static const UChar PLUS = 0x2B; /* + */
100 if (str.charAt(start) == PLUS) {
307 if (s == PLUS) {
340 str.append(PLUS);
455 if (value.charAt(0) == PLUS) {
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.java 13 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
34 public static final int PLUS=19;
952 else if ( ((LA7_2>=EQEQ && LA7_2<=PLUS)||LA7_2==21) ) {
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.java 13 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
34 public static final int PLUS=19;
    [all...]
  /external/libvncserver/webclients/novnc/include/
keysym.js 191 XK_plus = 0x002b, /* U+002B PLUS SIGN */
294 XK_plusminus = 0x00b1, /* U+00B1 PLUS-MINUS SIGN */
  /frameworks/native/include/input/
InputEventLabels.h 123 DEFINE_KEYCODE(PLUS),
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/
basic.rb 430 example "wildcard plus lookahead" do
570 PLUS : '+' ;
653 | ^(PLUS expr expr)
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /external/swiftshader/src/OpenGL/compiler/
glslang.l 391 "+" { return(PLUS); }
glslang.y 183 %token <lex> COMMA COLON EQUAL SEMICOLON BANG DASH TILDE PLUS STAR SLASH PERCENT
414 : PLUS { $$.op = EOpNull; }
443 | additive_expression PLUS multiplicative_expression {
    [all...]
glslang_tab.cpp 257 PLUS = 373,
764 "EQUAL", "SEMICOLON", "BANG", "DASH", "TILDE", "PLUS", "STAR", "SLASH",
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/
jFormatString-3.0.0.jar 
  /external/fonttools/Lib/fontTools/
agl.py 388 2295;circleplus;CIRCLED PLUS
586 002B;plus;PLUS SIGN
587 00B1;plusminus;PLUS-MINUS SIGN
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
pgen.c 275 REQ(n, PLUS);
  /external/skia/src/sksl/
SkSLIRGenerator.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang.y 193 %token <lex> COMMA COLON EQUAL SEMICOLON BANG DASH TILDE PLUS STAR SLASH PERCENT
447 : PLUS { $$.loc = $1.loc; $$.op = EOpNull; }
477 | additive_expression PLUS multiplicative_expression {
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/stringtemplate/3.2.1/
stringtemplate-3.2.1.jar 

Completed in 1042 milliseconds

1 23 4 5 6 7 8 91011>>