HomeSort by relevance Sort by last modified time
    Searched defs:h8 (Results 1 - 11 of 11) sorted by null

  /external/v8/test/mjsunit/
global-infinity-strict.js 103 function h8() { return (1/0) === Infinity; } function
104 test(true, h8);
global-infinity.js 94 function h8() { return (1/0) === Infinity; } function
95 test(true, h8);
global-nan-strict.js 103 function h8() { return (0/0) === NaN; } function
104 test(false, h8);
global-nan.js 94 function h8() { return (0/0) === NaN; } function
95 test(false, h8);
global-undefined-strict.js 101 function h8() { return void 0 === undefined; } function
102 test(true, h8);
global-undefined.js 102 function h8() { return void 0 === undefined; } function
103 test(true, h8);
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 175 FileHandler h8 = new FileHandler("%t/log/%ustring%u.log"); local
176 h8.publish(r);
180 h8.close();
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 559 FileHandler h8 = new FileHandler("%t/log/%ustring%u.log"); local
560 h8.publish(r);
564 h8.close();
  /external/libvpx/libvpx/vpx_dsp/mips/
idct16x16_msa.c 331 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11; local
358 BUTTERFLY_4(g0, g2, g10, g8, h8, h9, v2, v0);
384 BUTTERFLY_4(h8, h9, h11, h10, out0, out1, h11, h10);
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 255 Hex8 h8; member in struct:BuiltInTypes
279 io.mapRequired("h8", bt.h8);
308 "h8: 0xFF\n"
329 EXPECT_EQ(map.h8, Hex8(255));
356 map.h8 = 254;
385 EXPECT_EQ(map.h8, Hex8(254));
    [all...]
  /external/boringssl/src/crypto/curve25519/
curve25519.c 67 int64_t h8 = load_3(s + 26) << 4; local
84 carry7 = (h7 + (int64_t) (1<<24)) >> 25; h8 += carry7; h7 -= carry7 << 25;
90 carry8 = (h8 + (int64_t) (1<<25)) >> 26; h9 += carry8; h8 -= carry8 << 26;
100 h[8] = h8;
135 int32_t h8 = h[8]; local
158 q = (h8 + q) >> 26;
172 carry7 = h7 >> 25; h8 += carry7; h7 -= carry7 << 25;
173 carry8 = h8 >> 26; h9 += carry8; h8 -= carry8 << 26
432 int64_t h8 = f0g8+f1g7_2 +f2g6 +f3g5_2 +f4g4 +f5g3_2 +f6g2 +f7g1_2 +f8g0 +f9g9_38; local
602 int64_t h8 = f0f8_2+f1f7_4 +f2f6_2 +f3f5_4 +f4f4 +f9f9_38; local
859 int64_t h8 = f0f8_2+f1f7_4 +f2f6_2 +f3f5_4 +f4f4 +f9f9_38; local
4739 int64_t h8 = f8 * (int64_t) 121666; local
    [all...]

Completed in 280 milliseconds