/external/clang/test/CodeGen/ |
D | fp16-ops.c | 6 volatile __fp16 h0 = 0.0, h1 = 1.0, h2; variable 49 h1 = h0 * h2; in foo() 63 h1 = f0 * h2; in foo() 69 h1 = (h0 / h2); in foo() 82 h1 = (f0 / h2); in foo() 88 h1 = (h2 + h0); in foo() 97 h1 = (h2 + f0); in foo() 107 h1 = (h2 - h0); in foo() 116 h1 = (h2 - f0); in foo() 125 test = (h2 < h0); in foo() [all …]
|
/external/robolectric/lib/main/ |
D | h2-1.2.147.jar | ... java.lang.Object {
public abstract org.h2.table.TableBase createTable (org.h2. ... |
/external/chromium_org/third_party/smhasher/src/ |
D | Spooky.h | 169 uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3, in EndPartial() argument 173 h11+= h1; h2 ^= h11; h1 = Rot64(h1,44); in EndPartial() 174 h0 += h2; h3 ^= h0; h2 = Rot64(h2,15); in EndPartial() 176 h2 += h4; h5 ^= h2; h4 = Rot64(h4,21); in EndPartial() 188 uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3, in End() argument 192 EndPartial(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11); in End() 193 EndPartial(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11); in End() 194 EndPartial(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11); in End() 212 static INLINE void ShortMix(uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3) in ShortMix() argument 214 h2 = Rot64(h2,50); h2 += h3; h0 ^= h2; in ShortMix() [all …]
|
D | MurmurHash3.cpp | 157 uint32_t h2 = seed; in MurmurHash3_x86_128() local 180 h1 = ROTL32(h1,19); h1 += h2; h1 = h1*5+0x561ccd1b; in MurmurHash3_x86_128() 182 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2; in MurmurHash3_x86_128() 184 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747; in MurmurHash3_x86_128() 222 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2; in MurmurHash3_x86_128() 234 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len; in MurmurHash3_x86_128() 236 h1 += h2; h1 += h3; h1 += h4; in MurmurHash3_x86_128() 237 h2 += h1; h3 += h1; h4 += h1; in MurmurHash3_x86_128() 240 h2 = fmix32(h2); in MurmurHash3_x86_128() 244 h1 += h2; h1 += h3; h1 += h4; in MurmurHash3_x86_128() [all …]
|
D | DifferentialTest.h | 104 void DiffTestRecurse ( pfHash hash, keytype & k1, keytype & k2, hashtype & h1, hashtype & h2, int s… in DiffTestRecurse() argument 113 hash(&k2,sizeof(k2),0,&h2); in DiffTestRecurse() 115 if(h1 == h2) in DiffTestRecurse() 122 DiffTestRecurse(hash,k1,k2,h1,h2,i+1,bitsleft,diffs); in DiffTestRecurse() 147 hashtype h1,h2; in DiffTest() local 161 DiffTestRecurse<keytype,hashtype>(hash,k1,k2,h1,h2,0,diffbits,diffs); in DiffTest() 214 hashtype h2; in DiffDistTest() local 224 hash(&k2,sizeof(k2),0,&h2); in DiffDistTest() 226 B[i] = A[i] ^ h2; in DiffDistTest() 255 hashtype h1,h2; in DiffDistTest2() local [all …]
|
D | Spooky.cpp | 135 uint64 h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11; in Hash128() local 148 h2=h5=h8=h11 = sc_const; in Hash128() 158 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11); in Hash128() 167 Mix(buf, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11); in Hash128() 177 Mix(buf, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11); in Hash128() 180 End(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11); in Hash128() 200 uint64 h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11; in Update() local 225 h2=h5=h8=h11 = sc_const; in Update() 231 h2 = m_state[2]; in Update() 250 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11); in Update() [all …]
|
D | MurmurHash2.cpp | 148 uint32_t h2 = uint32_t(seed >> 32); in MurmurHash64B() local 161 h2 *= m; h2 ^= k2; in MurmurHash64B() 175 case 3: h2 ^= ((unsigned char*)data)[2] << 16; in MurmurHash64B() 176 case 2: h2 ^= ((unsigned char*)data)[1] << 8; in MurmurHash64B() 177 case 1: h2 ^= ((unsigned char*)data)[0]; in MurmurHash64B() 178 h2 *= m; in MurmurHash64B() 181 h1 ^= h2 >> 18; h1 *= m; in MurmurHash64B() 182 h2 ^= h1 >> 22; h2 *= m; in MurmurHash64B() 183 h1 ^= h2 >> 17; h1 *= m; in MurmurHash64B() 184 h2 ^= h1 >> 19; h2 *= m; in MurmurHash64B() [all …]
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
D | find_util_test.unitjs | 28 <h2>Chapter 1</h2> 29 <h2>Chapter 2</h2> 31 <h2 id="c3_2">Chapter 3</h2> 32 <h2 id="c4">Chapter 4</h2> 33 <h2>Chapter 5</h2> 34 <h2>Chapter 6</h2> 35 <a href='#c7' id="c7" name="chapter_7"><h2 id="c7_2">Chapter 7</h2></a> 36 <h2 id="c8">Chapter 8</h2>
|
/external/jemalloc/include/jemalloc/internal/ |
D | hash.h | 146 uint32_t h2 = seed; in hash_x86_128() local 168 h1 = hash_rotl_32(h1, 19); h1 += h2; in hash_x86_128() 171 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2; in hash_x86_128() 173 h2 = hash_rotl_32(h2, 17); h2 += h3; in hash_x86_128() 174 h2 = h2*5 + 0x0bcaa747; in hash_x86_128() 212 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2; in hash_x86_128() 223 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len; in hash_x86_128() 225 h1 += h2; h1 += h3; h1 += h4; in hash_x86_128() 226 h2 += h1; h3 += h1; h4 += h1; in hash_x86_128() 229 h2 = hash_fmix_32(h2); in hash_x86_128() [all …]
|
/external/chromium_org/third_party/angle/src/third_party/murmurhash/ |
D | MurmurHash3.cpp | 157 uint32_t h2 = seed; in MurmurHash3_x86_128() local 180 h1 = ROTL32(h1,19); h1 += h2; h1 = h1*5+0x561ccd1b; in MurmurHash3_x86_128() 182 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2; in MurmurHash3_x86_128() 184 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747; in MurmurHash3_x86_128() 222 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2; in MurmurHash3_x86_128() 234 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len; in MurmurHash3_x86_128() 236 h1 += h2; h1 += h3; h1 += h4; in MurmurHash3_x86_128() 237 h2 += h1; h3 += h1; h4 += h1; in MurmurHash3_x86_128() 240 h2 = fmix(h2); in MurmurHash3_x86_128() 244 h1 += h2; h1 += h3; h1 += h4; in MurmurHash3_x86_128() [all …]
|
/external/guava/guava/src/com/google/common/hash/ |
D | Murmur3_128HashFunction.java | 48 long h2; field in Murmur3_128HashFunction.Murmur3_128Hasher 56 h2 = seed; in Murmur3_128Hasher() 73 h1 += h2; in bmix64() 79 h2 ^= k2; in bmix64() 81 h2 = Long.rotateLeft(h2, 31); in bmix64() 82 h2 += h1; in bmix64() 83 h2 = h2 * 5 + 0x38495ab5; in bmix64() 108 h2 ^= k2; in processRemaining() 137 h2 ^= len; in makeHash() 139 h1 += h2; in makeHash() [all …]
|
/external/chromium_org/third_party/libyuv/unit_test/ |
D | compare_test.cc | 52 uint32 h2 = HashDjb2(src_b, kMaxTest, 5381); in TEST_F() local 53 EXPECT_NE(h1, h2); in TEST_F() 58 h2 = HashDjb2(src_b, kMaxTest, 5381); in TEST_F() 59 EXPECT_NE(h1, h2); in TEST_F() 66 h2 = HashDjb2(src_b, kMaxTest, 5381); in TEST_F() 67 EXPECT_NE(h1, h2); in TEST_F() 72 h2 = HashDjb2(src_b, kMaxTest, 5381); in TEST_F() 73 EXPECT_EQ(h1, h2); in TEST_F() 78 h2 = HashDjb2(src_b, kMaxTest, 1234); in TEST_F() 79 EXPECT_NE(h1, h2); in TEST_F() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
D | SDL_gemevents.c | 83 short x2,y2,w2,h2; in GEM_PumpEvents() local 89 x2=y2=w2=h2 = 0; in GEM_PumpEvents() 93 wind_get (GEM_handle, WF_WORKXYWH, &x2, &y2, &w2, &h2); in GEM_PumpEvents() 102 mouse_event,x2,y2,w2,h2, in GEM_PumpEvents() 177 short x2,y2,w2,h2; in do_messages() local 234 wind_get (message[3], WF_WORKXYWH, &x2, &y2, &w2, &h2); in do_messages() 237 SDL_PrivateResize(w2, h2); in do_messages() 254 wind_get (message[3], WF_WORKXYWH, &x2, &y2, &w2, &h2); in do_messages() 256 SDL_PrivateResize(w2, h2); in do_messages() 301 short x2, y2, w2, h2; in do_mouse() local [all …]
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
D | inline-arity-mismatch.js | 44 function h2(a, b) { function 53 assertEquals(4, h2(o, o)); 54 assertEquals(4, h2(o, o)); 56 %OptimizeFunctionOnNextCall(h2); 58 assertEquals(4, h2(o, o)); 62 assertEquals(2, h2(o, u));
|
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/ |
D | poly1305.c | 65 uint32_t h0, h1, h2, h3, h4; member 98 state->h2 += ((((uint64_t)t2 << 32) | t1) >> 20) & 0x3ffffff; in poly1305_update() 104 mul32x32_64(state->h2, state->s3) + mul32x32_64(state->h3, state->s2) + in poly1305_update() 107 mul32x32_64(state->h2, state->s4) + mul32x32_64(state->h3, state->s3) + in poly1305_update() 110 mul32x32_64(state->h2, state->r0) + mul32x32_64(state->h3, state->s4) + in poly1305_update() 113 mul32x32_64(state->h2, state->r1) + mul32x32_64(state->h3, state->r0) + in poly1305_update() 116 mul32x32_64(state->h2, state->r2) + mul32x32_64(state->h3, state->r1) + in poly1305_update() 125 state->h2 = (uint32_t)t[2] & 0x3ffffff; in poly1305_update() 157 state->h2 += ((((uint64_t)t2 << 32) | t1) >> 20) & 0x3ffffff; in poly1305_update() 202 state->h2 = 0; in CRYPTO_poly1305_init() [all …]
|
/external/chromium_org/cc/base/ |
D | math_util.cc | 64 const HomogeneousCoordinate& h2) { in ComputeClippedPointForEdge() argument 80 DCHECK_NE(h2.w(), h1.w()); in ComputeClippedPointForEdge() 83 DCHECK(h1.ShouldBeClipped() ^ h2.ShouldBeClipped()); in ComputeClippedPointForEdge() 87 SkMScalar t = (w - h1.w()) / (h2.w() - h1.w()); in ComputeClippedPointForEdge() 89 SkMScalar x = (SK_MScalar1 - t) * h1.x() + t * h2.x(); in ComputeClippedPointForEdge() 90 SkMScalar y = (SK_MScalar1 - t) * h1.y() + t * h2.y(); in ComputeClippedPointForEdge() 91 SkMScalar z = (SK_MScalar1 - t) * h1.z() + t * h2.z(); in ComputeClippedPointForEdge() 183 HomogeneousCoordinate h2 = ProjectHomogeneousPoint(transform, q.p2()); in ProjectClippedRect() local 187 return ComputeEnclosingClippedRect(h1, h2, h3, h4); in ProjectClippedRect() 231 HomogeneousCoordinate h2 = in MapClippedQuad() local [all …]
|
/external/chromium_org/mojo/public/cpp/system/tests/ |
D | core_unittest.cc | 56 Handle h2(h0); in TEST() local 57 EXPECT_EQ(static_cast<MojoHandle>(789), h2.value()); in TEST() 59 h2 = h1; in TEST() 60 EXPECT_EQ(static_cast<MojoHandle>(456), h2.value()); in TEST() 65 h2 = Handle(static_cast<MojoHandle>(321)); in TEST() 70 handle_to_int[h2] = 2; in TEST() 78 EXPECT_FALSE(handle_to_int.find(h2) == handle_to_int.end()); in TEST() 79 EXPECT_EQ(2, handle_to_int[h2]); in TEST() 302 ScopedMessagePipeHandle h2; in TEST() local 304 CreateMessagePipe(NULL, &h2, &h3); in TEST() [all …]
|
/external/clang/test/CXX/over/over.match/over.match.funcs/ |
D | p4-0x.cpp | 31 int &h2() const&; 32 float &h2() const&&; 68 int &ir2 = lvalue<X0>().h2(); in test_ref_qualifier_overloading() 69 float &fr3 = xvalue<X0>().h2(); in test_ref_qualifier_overloading() 70 float &fr4 = prvalue<X0>().h2(); in test_ref_qualifier_overloading()
|
/external/clang/test/Analysis/diagnostics/Inputs/include/ |
D | report-issues-within-main-file.h | 22 int h2 = 0; in cause_div_by_zero_in_header2() local 23 h2 = in/h2; in cause_div_by_zero_in_header2() 24 h2++; in cause_div_by_zero_in_header2()
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Links-in-Headers.text-out | 1 <h2>A plain header</h2> 7 <h2>Another with a <a href="http://www.link.com/">link</a></h2>
|
D | Links-in-Headers.text-res | 1 <h2><span class="markdown">A plain header</span></h2> 7 <h2>Another with a <a href="http://www.link.com/">link</a></h2>
|
/external/doclava/res/assets/templates/ |
D | todo.cs | 33 <h2>Overall</h2> 40 <h2>Package Summary</h2> 60 <h2>Class Summary</h3> 79 <h2>Detail</h2>
|
D | sampleindex.cs | 23 <h2>Subdirectories</h2> 33 <h2>Files</h2>
|
/external/qemu/android/base/files/ |
D | ScopedHandle_unittest.cpp | 65 ScopedHandle h2(OpenNull()); in TEST() local 67 EXPECT_TRUE(h2.valid()); in TEST() 68 h1.swap(&h2); in TEST() 69 EXPECT_FALSE(h2.valid()); in TEST()
|
/external/chromium_org/content/test/data/accessibility/ |
D | aria-labelledby-heading-expected-mac.txt | 3 AXTextField AXTitleUIElement='AXHeading h2' 4 AXHeading AXTitle='h2' AXValue='2' 5 AXStaticText AXValue='h2'
|