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

  /external/v8/test/mjsunit/
global-infinity-strict.js 106 function h9() { return Infinity === (1/0); } function
107 test(true, h9);
global-infinity.js 97 function h9() { return Infinity === (1/0); } function
98 test(true, h9);
global-nan-strict.js 106 function h9() { return NaN === (0/0); } function
107 test(false, h9);
global-nan.js 97 function h9() { return NaN === (0/0); } function
98 test(false, h9);
global-undefined-strict.js 104 function h9() { return undefined === void 0; } function
105 test(true, h9);
global-undefined.js 105 function h9() { return undefined === void 0; } function
106 test(true, h9);
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 177 FileHandler h9 = new FileHandler("%t/log/%ustring%u.log"); local
178 h9.publish(r);
179 h9.close();
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 561 FileHandler h9 = new FileHandler("%t/log/%ustring%u.log"); local
562 h9.publish(r);
563 h9.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/boringssl/src/crypto/curve25519/
curve25519.c 68 int64_t h9 = (load_3(s + 29) & 8388607) << 2; local
80 carry9 = (h9 + (int64_t) (1<<24)) >> 25; h0 += carry9 * 19; h9 -= carry9 << 25;
90 carry8 = (h8 + (int64_t) (1<<25)) >> 26; h9 += carry8; h8 -= carry8 << 26;
101 h[9] = h9;
108 * Basic claim: q = floor(2^(-255)(h + 19 2^(-25)h9 + 2^(-1))).
112 * Also have |h-2^230 h9|<2^231 so |19 2^(-255)(h-2^230 h9)|<1/4.
114 * Write y=2^(-1)-19^2 2^(-255)q-19 2^(-255)(h-2^230 h9).
124 * Have q+2^(-255)x = 2^(-255)(h + 19 2^(-25) h9 + 2^(-1)
136 int32_t h9 = h[9]; local
433 int64_t h9 = f0g9+f1g8 +f2g7 +f3g6 +f4g5 +f5g4 +f6g3 +f7g2 +f8g1 +f9g0 ; local
603 int64_t h9 = f0f9_2+f1f8_2 +f2f7_2 +f3f6_2 +f4f5_2; local
860 int64_t h9 = f0f9_2+f1f8_2 +f2f7_2 +f3f6_2 +f4f5_2; local
4740 int64_t h9 = f9 * (int64_t) 121666; local
    [all...]

Completed in 388 milliseconds