Searched refs:integer (Results 151 - 175 of 291) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dchashtst.c76 s.integer = a;
77 t.integer = b;
/external/chromium_org/third_party/libevent/test/
H A Dregress.c1366 uint32_t integer; local
1379 if (evtag_decode_int(&integer, tmp) == -1) {
1383 if (integer != integers[i]) {
1385 integer, integers[i]);
1449 uint32_t integer; local
1462 if (evtag_decode_tag(&integer, tmp) == -1) {
1466 if (integer != integers[i]) {
1468 integer, integers[i]);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_error_sse2.asm34 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit)
/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c76 s.integer = a;
77 t.integer = b;
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DJavaExpression.java325 * An integer.
327 public static JavaExpression integer(String value) { method in class:JavaExpression
334 * An integer.
336 public static JavaExpression integer(int value) { method in class:JavaExpression
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_error_sse2.asm34 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit)
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Binding.cpp140 const int64_t kJSMaxInteger = 0x20000000000000LL - 1; // 2^53 - 1, maximum uniquely representable integer in ECMAScript.
191 // Fast case. The value is already a 32-bit integer in the right range.
240 // Fast case. The value is a 32-bit signed integer - possibly positive?
328 // Fast case. The value is already a 32-bit integer.
367 // Fast case. The value is already a 32-bit unsigned integer.
371 // Fast case. The value is a 32-bit signed integer - possibly positive?
423 // Fast case. The value is a 32-bit integer.
446 unsigned long long integer; local
447 doubleToInteger(numberValue, integer);
448 return integer;
502 unsigned long long integer; local
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dtriostr.c971 trio_long_double_t integer = 0.0;
985 integer *= base;
986 integer += (isdigit((int)*source)
1032 integer *= base;
1033 integer += (*source - '0');
1068 value = integer + fraction;
1134 Convert string to signed integer.
1183 Convert string to unsigned integer.
/external/libxml2/
H A Dtriostr.c971 trio_long_double_t integer = 0.0;
985 integer *= base;
986 integer += (isdigit((int)*source)
1032 integer *= base;
1033 integer += (*source - '0');
1068 value = integer + fraction;
1134 Convert string to signed integer.
1183 Convert string to unsigned integer.
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli156 (** The predicate for an integer comparison ([icmp]) instruction.
478 (** {7 Operations on integer types} *)
480 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See
484 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See
488 (** [i16_type c] returns an integer type of bitwidth 16 in the context [c]. See
492 (** [i32_type c] returns an integer type of bitwidth 32 in the context [c]. See
496 (** [i64_type c] returns an integer type of bitwidth 64 in the context [c]. See
500 (** [integer_type c n] returns an integer type of bitwidth [n] in the context
504 (** [integer_bitwidth c ty] returns the number of bits in the integer type [ty]
743 (** [const_all_ones ty] returns the constant '-1' of the integer o
[all...]
/external/deqp/framework/referencerenderer/
H A DrrVertexAttrib.cpp149 inline deInt32 extendSign (deUint32 integer) argument
151 return deUint32(0 - deInt32((integer & (1 << (integerLen - 1))) << 1)) | integer;
/external/kernel-headers/original/uapi/sound/
H A Dasound.h347 integer:1, member in struct:snd_interval
780 #define SNDRV_CTL_ELEM_TYPE_INTEGER ((__force snd_ctl_elem_type_t) 2) /* integer type */
784 #define SNDRV_CTL_ELEM_TYPE_INTEGER64 ((__force snd_ctl_elem_type_t) 6) /* 64-bit integer type */
852 } integer; member in union:snd_ctl_elem_info::__anon23555
881 } integer; member in union:snd_ctl_elem_value::__anon23560
/external/stlport/test/unit/
H A Dtype_traits_test.cpp21 CPPUNIT_TEST(integer);
41 void integer();
291 void TypeTraitsTest::integer() function in class:TypeTraitsTest
/external/chromium_org/content/shell/tools/plugin/
H A DPluginObject.cpp477 int32_t integer = NPVARIANT_TO_INT32(variant); local
478 return browser->getintidentifier(integer);
485 int32_t integer = static_cast<int32_t>(value); local
486 return browser->getintidentifier(integer);
524 int32_t integer = browser->intfromidentifier(identifier);
525 INT32_TO_NPVARIANT(integer, *result);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvarray.c118 * \param normalized are integer types converted to floats in [-1, 1]?
119 * \param integer integer-valued values (will not be normalized to [-1,1])
128 GLboolean normalized, GLboolean integer,
263 array->Integer = integer;
405 const GLboolean integer = GL_TRUE; local
411 1, GL_UNSIGNED_BYTE, stride, GL_FALSE, integer, ptr);
503 * Set an integer-valued vertex attribute array.
515 const GLboolean integer = GL_TRUE; local
526 size, type, stride, normalized, integer, pt
123 update_array(struct gl_context *ctx, const char *func, GLuint attrib, GLbitfield legalTypesMask, GLint sizeMin, GLint sizeMax, GLint size, GLenum type, GLsizei stride, GLboolean normalized, GLboolean integer, const GLvoid *ptr) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram_lexer.l175 yylval->integer = at_address;
184 TEMP { yylval->integer = at_temp; return TEMP; }
336 yylval->integer = strtol(yytext, NULL, 10);
/external/libvorbis/doc/
H A D05-comment.tex49 1) [vendor_length] = read an unsigned integer of 32 bits
51 3) [user_comment_list_length] = read an unsigned integer of 32 bits
53 5) [length] = read an unsigned integer of 32 bits
/external/mesa3d/src/mesa/main/
H A Dvarray.c118 * \param normalized are integer types converted to floats in [-1, 1]?
119 * \param integer integer-valued values (will not be normalized to [-1,1])
128 GLboolean normalized, GLboolean integer,
263 array->Integer = integer;
405 const GLboolean integer = GL_TRUE; local
411 1, GL_UNSIGNED_BYTE, stride, GL_FALSE, integer, ptr);
503 * Set an integer-valued vertex attribute array.
515 const GLboolean integer = GL_TRUE; local
526 size, type, stride, normalized, integer, pt
123 update_array(struct gl_context *ctx, const char *func, GLuint attrib, GLbitfield legalTypesMask, GLint sizeMin, GLint sizeMax, GLint size, GLenum type, GLsizei stride, GLboolean normalized, GLboolean integer, const GLvoid *ptr) argument
[all...]
/external/mesa3d/src/mesa/program/
H A Dprogram_lexer.l175 yylval->integer = at_address;
184 TEMP { yylval->integer = at_temp; return TEMP; }
336 yylval->integer = strtol(yytext, NULL, 10);
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_07_part1.c834 // Each VSX register holds two doubleword integer values
853 // Each VSX register holds 4 integer word values
1069 int integer, floats, altivec, faltivec; member in struct:insn_sel_flags_t_struct
1332 /* Vector doubleword-to-int tests, two input args, integer result */
1358 /* Vector Word tests; two integer args, with double word result */
1666 "PPC altivec double word integer insns (arith, compare) with two args",
1671 "PPC altivec integer word instructions with two input args, double word result",
1676 "PPC altivec doubleword-to-integer instructions with two input args, saturated integer result",
1681 "PPC altivec integer wor
[all...]
H A Djm-int.stdout.exp1 PPC integer arith insns with two args:
150 PPC integer arith insns with two args with flags update:
299 PPC integer arith insns with two args and carry:
376 PPC integer arith insns with two args and carry with flags update:
453 PPC integer logical insns with two args:
564 PPC integer logical insns with two args with flags update:
675 PPC integer compare insns (two args):
696 PPC integer compare with immediate insns (two args):
717 PPC integer arith insns
769 PPC integer arit
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_07_part1.c834 // Each VSX register holds two doubleword integer values
853 // Each VSX register holds 4 integer word values
1069 int integer, floats, altivec, faltivec; member in struct:insn_sel_flags_t_struct
1332 /* Vector doubleword-to-int tests, two input args, integer result */
1358 /* Vector Word tests; two integer args, with double word result */
1666 "PPC altivec double word integer insns (arith, compare) with two args",
1671 "PPC altivec integer word instructions with two input args, double word result",
1676 "PPC altivec doubleword-to-integer instructions with two input args, saturated integer result",
1681 "PPC altivec integer wor
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarReport.java297 if ( decisions.contains(Utils.integer(dfa.decisionNumber)) ) {
300 decisions.add(Utils.integer(dfa.decisionNumber));
/external/bison/src/
H A Dparse-gram.c342 int integer; member in union:GRAM_STYPE
718 "\"end of file\"", "error", "$undefined", "\"string\"", "\"integer\"",
1092 case 4: /* "integer" */
1095 { fprintf (stderr, "%d", ((*yyvaluep).integer)); };
1336 evaluated with infinite-precision integer arithmetic. */
2253 { expected_sr_conflicts = (yyvsp[(2) - (2)].integer); }
2259 { expected_rr_conflicts = (yyvsp[(2) - (2)].integer); }
2634 { (yyval.symbol) = (yyvsp[(1) - (2)].symbol); symbol_user_token_number_set ((yyvsp[(1) - (2)].symbol), (yyvsp[(2) - (2)].integer), (yylsp[(2) - (2)])); }
2709 symbol_user_token_number_set ((yyvsp[(1) - (2)].symbol), (yyvsp[(2) - (2)].integer), (yylsp[(2) - (2)]));
2729 symbol_user_token_number_set ((yyvsp[(1) - (3)].symbol), (yyvsp[(2) - (3)].integer), (yyls
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Dmalloc_common.tcl358 # The first argument, <test number>, is an integer used to name the
384 if {[string is integer $tn]} {
540 && [string is integer [string range $name 0 0]]

Completed in 639 milliseconds

1234567891011>>