HomeSort by relevance Sort by last modified time
    Searched refs:integer (Results 226 - 250 of 327) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/PowerPC/
ppc64-encoding-vmx.s 156 # 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/
brw_draw_upload.c 219 GLenum format, bool normalized, bool integer )
225 if (integer) {
677 input->glarray->Integer);
687 * integer ubyte. Just rewrite that to convert to a float.
707 case 3: comp3 = input->glarray->Integer ? BRW_VE1_COMPONENT_STORE_1_INT
742 gen6_edgeflag_input->glarray->Integer);
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
lex.yy.c 27 /* flex integer type definitions */
116 * integer for use as an array index. If the signed char is negative,
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp 21 * \brief Integer built-in function tests.
120 static inline deUint32 extendSignTo32 (deUint32 integer, deUint32 integerLength)
124 return deUint32(0 - deInt32((integer & (1 << (integerLength - 1))) << 1)) | integer;
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 358 * Returns the set of LoadFlags that make up the integer |loadFlag|.
368 * Returns the set of CertStatusFlags that make up the integer |certStatusFlag|
  /external/chromium_org/chrome/browser/resources/pdf/
viewport.js 266 * @param {integer} y the y-coordinate to get the page at.
267 * @return {integer} the index of a page overlapping the given y-coordinate.
  /external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
IDBBindingUtilities.cpp 150 return v8::Number::New(isolate, impl->integer());
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
asn1_gen.c 563 ASN1_GEN_STR("INTEGER", V_ASN1_INTEGER),
686 if (!(atmp->value.integer = s2i_ASN1_INTEGER(NULL, (char *)str)))
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jfmmxint.asm 2 ; jfmmxint.asm - accurate integer FDCT (MMX)
17 ; This file contains a slow-but-accurate integer implementation of the
jfss2int-64.asm 2 ; jfss2int-64.asm - accurate integer FDCT (64-bit SSE2)
18 ; This file contains a slow-but-accurate integer implementation of the
jfss2int.asm 2 ; jfss2int.asm - accurate integer FDCT (SSE2)
17 ; This file contains a slow-but-accurate integer implementation of the
  /external/libcxxabi/src/Unwind/
UnwindRegistersSave.S 291 @ Per EHABI #4.7 this only saves the core integer registers.
  /external/openssl/crypto/asn1/
asn1_gen.c 560 ASN1_GEN_STR("INTEGER", V_ASN1_INTEGER),
683 if (!(atmp->value.integer = s2i_ASN1_INTEGER(NULL, (char *)str)))
  /external/openssl/crypto/dsa/
dsa_ameth.c 186 /* In PKCS#8 DSA: you just get a private key integer and parameters in the
236 privkey = t2->value.integer;
332 /* Get private key into integer */
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
base.js 94 // Robert Jenkins' 32 bit integer hash function.
  /external/bison/src/
scan-gram.c 70 /* flex integer type definitions */
169 * integer for use as an array index. If the signed char is negative,
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
module.pxd 167 # Add an integer ant to module as name. This convenience
  /external/chromium_org/v8/benchmarks/
base.js 89 // Robert Jenkins' 32 bit integer hash function.
  /external/chromium_org/v8/test/mjsunit/
array-functions-prototype-misc.js 144 // every integer in the range.
array-sort.js 54 // Tricky case avoiding integer overflow in Runtime_SmiLexicographicCompare.
math-floor-of-div-nosudiv.js 168 // Use (values[key] | 0) to force the integer type.
math-floor-of-div.js 168 // Use (values[key] | 0) to force the integer type.
unbox-double-arrays.js 157 // Test double and integer values
  /external/chromium_org/v8/test/perf-test/Collections/
base.js 100 // Robert Jenkins' 32 bit integer hash function.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 141 * @return {number} The integer contained in s, converted on base 10.

Completed in 2241 milliseconds

1 2 3 4 5 6 7 8 91011>>