Searched refs:integer (Results 176 - 200 of 291) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DRandomPhrase.java134 return Utils.integer(label.getAtom());
H A DGrammar.java1325 d.blockAST.setBlockOption(this, "k", Utils.integer(1));
1365 /** Return a new unique integer in the token type space */
1385 composite.stringLiteralToTypeMap.put(text, Utils.integer(tokenType));
1393 composite.tokenIDToTypeMap.put(text, Utils.integer(tokenType));
1634 Utils.integer(tokenType),
1650 Utils.integer(tokenType),
2095 /** Return an ordered integer list of token types that have no
2104 types.add(Utils.integer(t));
2350 Utils.integer(lineNum));
2359 Utils.integer(lineNu
[all...]
/external/bison/src/
H A Dscan-gram.l239 val->integer = scan_integer (yytext, 10, *loc);
243 val->integer = scan_integer (yytext, 16, *loc);
772 | Scan NUMBER for a base-BASE integer at location LOC. |
783 complain_at (loc, _("integer out of range: %s"), quote (number));
/external/javassist/src/main/javassist/tools/rmi/
H A DStubGenerator.java219 ConstParameter.integer(i),
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.mli85 (** Returns the integer type that is the same size as a pointer on a target.
93 (** Returns the integer type that is the same size as a pointer on a target
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_wstring.cpp1017 int integer = 0; local
1022 integer = integer * 10 + str[cc] - '0';
1035 fraction += (FX_FLOAT)integer;
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s115 @ carry overflow from fraction to integer portion
H A DARM-E_interpolate_noloop_gnu.s107 @ carry overflow from fraction to integer portion
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s115 @ carry overflow from fraction to integer portion
H A DARM-E_interpolate_noloop_gnu.s107 @ carry overflow from fraction to integer portion
/external/chromium_org/third_party/icu/source/i18n/
H A Dmsgfmt.cpp102 0x69, 0x6E, 0x74, 0x65, 0x67, 0x65, 0x72, 0 /* "integer" */
105 // NumberFormat modifier list, default, currency, percent or integer
172 * Convert an integer value to a string and append the result to
420 if (cur->key.integer != rhs_cur->key.integer) {
423 const Format* format = (const Format*)uhash_iget(cachedFormatters, cur->key.integer);
424 const Format* rhs_format = (const Format*)uhash_iget(that.cachedFormatters, rhs_cur->key.integer);
1343 uhash_iput(cachedFormatters, cur->key.integer, newFormat, &ec);
1359 uhash_iputi(customFormatArgStarts, cur->key.integer, cur->value.integer,
[all...]
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp102 0x69, 0x6E, 0x74, 0x65, 0x67, 0x65, 0x72, 0 /* "integer" */
105 // NumberFormat modifier list, default, currency, percent or integer
172 * Convert an integer value to a string and append the result to
420 if (cur->key.integer != rhs_cur->key.integer) {
423 const Format* format = (const Format*)uhash_iget(cachedFormatters, cur->key.integer);
424 const Format* rhs_format = (const Format*)uhash_iget(that.cachedFormatters, rhs_cur->key.integer);
1343 uhash_iput(cachedFormatters, cur->key.integer, newFormat, &ec);
1359 uhash_iputi(customFormatArgStarts, cur->key.integer, cur->value.integer,
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dobject.pxd265 # an integer or long integer, its value is returned. If not, the
267 # return an integer or long integer, which is returned as the file
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DMediaEngine.java441 context.getResources().getInteger(R.integer.openGl)) {
444 context.getResources().getInteger(R.integer.surfaceView)) {
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSGrammar.y71 int integer;
348 %type <integer> match
349 %type <integer> unary_operator
350 %type <integer> maybe_unary_operator
/external/chromium_org/third_party/libevent/
H A Devent.h347 @param cb a function taking two arguments: an integer severity between
1137 Encode an integer and store it in an evbuffer.
1139 We encode integer's by nibbles; the first nibble contains the number
1144 @param number a 32-bit integer
1149 ev_uint32_t integer);
/external/chromium_org/third_party/sqlite/src/test/
H A Dfuzz_common.tcl80 {CAST([Expr $c] AS integer)} \
H A Drandexpr1.tcl13 # EXPR is replaced by an integer subexpression. BOOL is replaced
130 {{cast(avg(EXPR) AS integer)} (EXPR)}
171 # If the argument is EXPR or omitted, then an integer expression is
/external/javassist/src/main/javassist/tools/reflect/
H A DReflection.java329 body, ConstParameter.integer(identifier),
/external/chromium_org/third_party/skia/src/animator/
H A DSkScriptTokenizer.cpp164 void SkScriptEngine2::addTokenInt(int integer) { argument
165 fActiveStream->write(&integer, sizeof(integer));
/external/skia/src/animator/
H A DSkScriptTokenizer.cpp164 void SkScriptEngine2::addTokenInt(int integer) { argument
165 fActiveStream->write(&integer, sizeof(integer));
/external/valgrind/main/VEX/switchback/
H A Dtest_ppc_jm1.c3319 "PPC integer arithmetic instructions with two arguments",
3324 "PPC integer instructions with two arguments with flags update",
3329 "PPC integer logical instructions with two arguments",
3334 "PPC integer logical instructions with two arguments with flags update",
3339 "PPC integer compare instructions (two arguents)",
3344 "PPC integer compare with immediate instructions (two arguents)",
3349 "PPC integer arithmetic instructions\n with one register + one 16 bits immediate arguments",
3354 "PPC integer arithmetic instructions\n with one register + one 16 bits immediate arguments with flags update",
3359 "PPC integer logical instructions\n with one register + one 16 bits immediate arguments",
3364 "PPC integer logica
4335 do_tests(int one_arg, int two_args, int three_args, int arith, int logical, int compare, int integer, int floats, int p405, int altivec, int faltivec, int cr, unsigned char *filter) argument
4487 int integer = 0, floats = 0, p405 = 0, altivec = 0, faltivec = 0; local
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Djm-insns.c3916 "PPC integer arith insns with two args",
3921 "PPC integer arith insns with two args with flags update",
3926 "PPC integer arith insns with two args and carry",
3931 "PPC integer arith insns with two args and carry with flags update",
3936 "PPC integer logical insns with two args",
3941 "PPC integer logical insns with two args with flags update",
3946 "PPC integer compare insns (two args)",
3951 "PPC integer compare with immediate insns (two args)",
3956 "PPC integer arith insns\n with one register + one 16 bits immediate args",
3961 "PPC integer arit
7449 int integer, floats, p405, altivec, faltivec, misc; member in struct:insn_sel_flags_t_struct
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c3916 "PPC integer arith insns with two args",
3921 "PPC integer arith insns with two args with flags update",
3926 "PPC integer arith insns with two args and carry",
3931 "PPC integer arith insns with two args and carry with flags update",
3936 "PPC integer logical insns with two args",
3941 "PPC integer logical insns with two args with flags update",
3946 "PPC integer compare insns (two args)",
3951 "PPC integer compare with immediate insns (two args)",
3956 "PPC integer arith insns\n with one register + one 16 bits immediate args",
3961 "PPC integer arit
7449 int integer, floats, p405, altivec, faltivec, misc; member in struct:insn_sel_flags_t_struct
[all...]
/external/libunwind/doc/
H A Dlibunwind.tex100 for this purpose: \Func{unw\_get\_reg}() reads an integer (general)
102 \Func{unw\_set\_reg}() writes an integer register, and
179 integer that specifies the byte-order of the target process. The

Completed in 4048 milliseconds

1234567891011>>