Searched refs:integer (Results 201 - 225 of 291) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
H A Dhandlebars-1.0.0.beta.6.js609 Handlebars.AST.IntegerNode = function(integer) {
611 this.integer = integer;
934 INTEGER: function(integer) {
935 this.opcode('push', integer.integer);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DIntervalSet.java42 * integer intervals.
505 /** If this set is a single integer, return it otherwise Label.INVALID */
624 values.add(Utils.integer(v));
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dexc.pxd17 # pointer, or -1 if they return an integer (exception: the
146 # integer errno value and whose second item is the corresponding
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djfmmxfst.asm2 ; jfmmxfst.asm - fast integer FDCT (MMX)
17 ; This file contains a fast, not so accurate integer implementation of
H A Djfss2fst-64.asm2 ; jfss2fst-64.asm - fast integer FDCT (64-bit SSE2)
18 ; This file contains a fast, not so accurate integer implementation of
H A Djfss2fst.asm2 ; jfss2fst.asm - fast integer FDCT (SSE2)
17 ; This file contains a fast, not so accurate integer implementation of
H A Djimmxfst.asm2 ; jimmxfst.asm - fast integer IDCT (MMX)
17 ; This file contains a fast, not so accurate integer implementation of
H A Djiss2fst-64.asm2 ; jiss2fst-64.asm - fast integer IDCT (64-bit SSE2)
18 ; This file contains a fast, not so accurate integer implementation of
H A Djiss2fst.asm2 ; jiss2fst.asm - fast integer IDCT (SSE2)
17 ; This file contains a fast, not so accurate integer implementation of
H A Djfmmxint.asm2 ; jfmmxint.asm - accurate integer FDCT (MMX)
17 ; This file contains a slow-but-accurate integer implementation of the
H A Djfss2int-64.asm2 ; jfss2int-64.asm - accurate integer FDCT (64-bit SSE2)
18 ; This file contains a slow-but-accurate integer implementation of the
H A Djfss2int.asm2 ; jfss2int.asm - accurate integer FDCT (SSE2)
17 ; This file contains a slow-but-accurate integer implementation of the
/external/libunwind/doc/
H A Dlibunwind-ia64.tex107 \item[\Const{UNW\_IA64\_GR}:] The base-index for general (integer)
121 general (integer) registers. A non-zero value in these registers
/external/speex/libspeex/
H A Dpreprocess.c358 float integer, frac; local
365 integer = floor(2*x);
366 ind = (int)integer;
371 frac = 2*x-integer;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_draw_upload.c219 GLenum format, bool normalized, bool integer )
225 if (integer) {
687 * integer ubyte. Just rewrite that to convert to a float.
/external/llvm/test/MC/PowerPC/
H A Dppc64-encoding-vmx.s156 # Vector integer arithmetic instructions
346 # Vector integer compare instructions
403 # Vector integer logical instructions
421 # Vector integer rotate and shift instructions
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_draw_upload.c219 GLenum format, bool normalized, bool integer )
225 if (integer) {
687 * integer ubyte. Just rewrite that to convert to a float.
/external/proguard/src/proguard/
H A DConfigurationParser.java372 // Read the obligatory integer.
373 readNextWord("integer");
375 int integer = Integer.parseInt(nextWord);
379 return integer;
383 throw new ParseException("Expecting integer argument instead of '" + nextWord +
/external/tinyalsa/
H A Dpcm.c206 i->integer = 1;
214 if (i->integer)
738 const unsigned int bitshift = 5; /* for 32 bit integer */
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Binding.h434 // Convert a value to a 8-bit signed integer. The conversion fails if the
443 // Convert a value to a 8-bit integer assuming the conversion cannot fail.
446 // Convert a value to a 8-bit unsigned integer. The conversion fails if the
455 // Convert a value to a 8-bit unsigned integer assuming the conversion cannot fail.
458 // Convert a value to a 16-bit signed integer. The conversion fails if the
467 // Convert a value to a 16-bit integer assuming the conversion cannot fail.
470 // Convert a value to a 16-bit unsigned integer. The conversion fails if the
479 // Convert a value to a 16-bit unsigned integer assuming the conversion cannot fail.
482 // Convert a value to a 32-bit signed integer. The conversion fails if the
491 // Convert a value to a 32-bit integer assumin
941 v8::Handle<v8::Integer> integer = v8::Integer::New(info.GetIsolate(), i); local
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dlex.yy.c27 /* flex integer type definitions */
116 * integer for use as an array index. If the signed char is negative,
1527 yylval->integer = at_address;
1564 { yylval->integer = at_temp; return TEMP; }
2220 yylval->integer = strtol(yytext, NULL, 10);
/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp120 static inline deUint32 extendSignTo32 (deUint32 integer, deUint32 integerLength) argument
124 return deUint32(0 - deInt32((integer & (1 << (integerLength - 1))) << 1)) | integer;
1101 : TestCaseGroup(context, "integer", "Integer function tests")
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
H A DIDBBindingUtilities.cpp150 return v8::Number::New(isolate, impl->integer());
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DInspectorBackend.js229 var jsTypes = { integer: "number", array: "object" };
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dasn1_gen.c686 if (!(atmp->value.integer = s2i_ASN1_INTEGER(NULL, (char *)str)))

Completed in 762 milliseconds

1234567891011>>