HomeSort by relevance Sort by last modified time
    Searched refs:h1 (Results 1 - 25 of 615) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/
declare-use2.cpp 7 const int h2 = h1+e+f;
  /external/libcxx/test/std/utilities/time/time.duration/time.duration.arithmetic/
op_++int.pass.cpp 24 std::chrono::hours h1(3);
25 std::chrono::hours h2 = h1++;
26 return h1.count() == 4 && h2.count() == 3;
33 std::chrono::hours h1(3);
34 std::chrono::hours h2 = h1++;
35 assert(h1.count() == 4);
op_--int.pass.cpp 24 std::chrono::hours h1(3);
25 std::chrono::hours h2 = h1--;
26 return h1.count() == 2 && h2.count() == 3;
34 std::chrono::hours h1(3);
35 std::chrono::hours h2 = h1--;
36 assert(h1.count() == 2);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.duration/time.duration.arithmetic/
op_++int.pass.cpp 24 std::chrono::hours h1(3);
25 std::chrono::hours h2 = h1++;
26 return h1.count() == 4 && h2.count() == 3;
33 std::chrono::hours h1(3);
34 std::chrono::hours h2 = h1++;
35 assert(h1.count() == 4);
op_--int.pass.cpp 24 std::chrono::hours h1(3);
25 std::chrono::hours h2 = h1--;
26 return h1.count() == 2 && h2.count() == 3;
34 std::chrono::hours h1(3);
35 std::chrono::hours h2 = h1--;
36 assert(h1.count() == 2);
  /external/clang/test/CodeGen/
fp16-ops.c 16 volatile __fp16 h0 = 0.0, h1 = 1.0, h2; variable
38 test = (!h1);
44 h1 = -h1;
49 h1 = +h1;
54 h1++;
59 ++h1;
64 --h1;
69 h1--
    [all...]
cfi-icall-cross-dso.c 59 Fn h1() { function
  /external/clang/test/Modules/Inputs/declare-use/
h.h 5 #include "h1.h"
6 const int h1 = aux_h*c*7*d; variable
  /external/guava/guava/src/com/google/common/hash/
Murmur3_32HashFunction.java 86 int h1 = mixH1(seed, k1); local
88 return fmix(h1, Ints.BYTES);
96 int h1 = mixH1(seed, k1); local
99 h1 = mixH1(h1, k1);
101 return fmix(h1, Longs.BYTES);
106 int h1 = seed; local
112 h1 = mixH1(h1, k1);
119 h1 ^= k1
152 private int h1; field in class:Murmur3_32HashFunction.Murmur3_32Hasher
    [all...]
Murmur3_128HashFunction.java 82 private long h1; field in class:Murmur3_128HashFunction.Murmur3_128Hasher
88 this.h1 = seed;
101 h1 ^= mixK1(k1);
103 h1 = Long.rotateLeft(h1, 27);
104 h1 += h2;
105 h1 = h1 * 5 + 0x52dce729;
110 h2 += h1;
154 h1 ^= mixK1(k1)
    [all...]
  /external/fio/crc/
murmur3.c 24 const uint32_t c2, uint32_t h1)
39 h1 ^= k1;
42 return fmix32(h1 ^ len);
49 uint32_t h1 = seed; local
62 h1 ^= k1;
63 h1 = rotl32(h1, 13);
64 h1 = h1 * 5 + 0xe6546b64;
67 return murmur3_tail(data, nblocks, len, c1, c2, h1);
    [all...]
  /external/jemalloc/include/jemalloc/internal/
hash.h 110 uint32_t h1 = seed; local
127 h1 ^= k1;
128 h1 = hash_rotl_32(h1, 13);
129 h1 = h1*5 + 0xe6546b64;
143 k1 *= c2; h1 ^= k1;
148 h1 ^= len;
150 h1 = hash_fmix_32(h1);
162 uint32_t h1 = seed; local
264 uint64_t h1 = seed; local
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
math_fp16.rs 19 static volatile half h1;
30 h1 = fn(h1); \
36 i1 = fn(h1); \
42 h1 = fn(h1, h1); \
48 h1 = fn(h1, i1); \
54 h1 = fn(h1, (int *) &i1);
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-v128_lo-diagnostics.s 7 sqrdmulh h0, h1, v16.h[0]
fullfp16-diagnostics.s 44 fmla h0, h1, v16.h[3]
48 // CHECK-NEXT: fmla h0, h1, v16.h[3]
54 fmls h0, h1, v16.h[3]
58 // CHECK-NEXT: fmls h0, h1, v16.h[3]
64 fmul h0, h1, v16.h[3]
68 // CHECK-NEXT: fmul h0, h1, v16.h[3]
74 fmulx h0, h1, v16.h[3]
78 // CHECK-NEXT: fmulx h0, h1, v16.h[3]
neon-scalar-by-elem-saturating-mul.s 6 sqdmull s1, h1, v1.h[1]
15 // CHECK: sqdmull s1, h1, v1.h[1] // encoding: [0x21,0xb0,0x51,0x5f]
27 sqdmulh h0, h1, v0.h[0]
33 // CHECK: sqdmulh h0, h1, v0.h[0] // encoding: [0x20,0xc0,0x40,0x5f]
44 sqrdmulh h1, h1, v1.h[4]
50 // CHECK: sqrdmulh h1, h1, v1.h[4] // encoding: [0x21,0xd8,0x41,0x5f]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
float-fp16.s 7 fccmp h1, h2, #0, le
12 fccmpe h1, h2, #0, le
17 fcmp h1, h2
22 fcmpe h1, h2
31 fcsel h0, h0, h1, eq
35 fmov h1, x0
36 fmov h1, w0
40 \op h0, h1
56 \op h0, h1, h2
68 \op h0, h1, h2, h
    [all...]
  /external/boringssl/src/ssl/test/runner/poly1305/
sum_ref.go 16 h0, h1, h2, h3, h4 uint32 // the hash accumulators
31 h1 += (binary.LittleEndian.Uint32(msg[3:]) >> 2) & 0x3ffffff
37 d0 := (uint64(h0) * r0) + (uint64(h1) * R4) + (uint64(h2) * R3) + (uint64(h3) * R2) + (uint64(h4) * R1)
38 d1 := (d0 >> 26) + (uint64(h0) * r1) + (uint64(h1) * r0) + (uint64(h2) * R4) + (uint64(h3) * R3) + (uint64(h4) * R2)
39 d2 := (d1 >> 26) + (uint64(h0) * r2) + (uint64(h1) * r1) + (uint64(h2) * r0) + (uint64(h3) * R4) + (uint64(h4) * R3)
40 d3 := (d2 >> 26) + (uint64(h0) * r3) + (uint64(h1) * r2) + (uint64(h2) * r1) + (uint64(h3) * r0) + (uint64(h4) * R4)
41 d4 := (d3 >> 26) + (uint64(h0) * r4) + (uint64(h1) * r3) + (uint64(h2) * r2) + (uint64(h3) * r1) + (uint64(h4) * r0)
45 h1 = uint32(d1) & 0x3ffffff
51 h1 += h0 >> 26
64 h1 += (binary.LittleEndian.Uint32(block[3:]) >> 2) & 0x3fffff
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
sum_ref.go 16 h0, h1, h2, h3, h4 uint32 // the hash accumulators
31 h1 += (binary.LittleEndian.Uint32(msg[3:]) >> 2) & 0x3ffffff
37 d0 := (uint64(h0) * r0) + (uint64(h1) * R4) + (uint64(h2) * R3) + (uint64(h3) * R2) + (uint64(h4) * R1)
38 d1 := (d0 >> 26) + (uint64(h0) * r1) + (uint64(h1) * r0) + (uint64(h2) * R4) + (uint64(h3) * R3) + (uint64(h4) * R2)
39 d2 := (d1 >> 26) + (uint64(h0) * r2) + (uint64(h1) * r1) + (uint64(h2) * r0) + (uint64(h3) * R4) + (uint64(h4) * R3)
40 d3 := (d2 >> 26) + (uint64(h0) * r3) + (uint64(h1) * r2) + (uint64(h2) * r1) + (uint64(h3) * r0) + (uint64(h4) * R4)
41 d4 := (d3 >> 26) + (uint64(h0) * r4) + (uint64(h1) * r3) + (uint64(h2) * r2) + (uint64(h3) * r1) + (uint64(h4) * r0)
45 h1 = uint32(d1) & 0x3ffffff
51 h1 += h0 >> 26
64 h1 += (binary.LittleEndian.Uint32(block[3:]) >> 2) & 0x3fffff
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
sum_ref.go 16 h0, h1, h2, h3, h4 uint32 // the hash accumulators
31 h1 += (binary.LittleEndian.Uint32(msg[3:]) >> 2) & 0x3ffffff
37 d0 := (uint64(h0) * r0) + (uint64(h1) * R4) + (uint64(h2) * R3) + (uint64(h3) * R2) + (uint64(h4) * R1)
38 d1 := (d0 >> 26) + (uint64(h0) * r1) + (uint64(h1) * r0) + (uint64(h2) * R4) + (uint64(h3) * R3) + (uint64(h4) * R2)
39 d2 := (d1 >> 26) + (uint64(h0) * r2) + (uint64(h1) * r1) + (uint64(h2) * r0) + (uint64(h3) * R4) + (uint64(h4) * R3)
40 d3 := (d2 >> 26) + (uint64(h0) * r3) + (uint64(h1) * r2) + (uint64(h2) * r1) + (uint64(h3) * r0) + (uint64(h4) * R4)
41 d4 := (d3 >> 26) + (uint64(h0) * r4) + (uint64(h1) * r3) + (uint64(h2) * r2) + (uint64(h3) * r1) + (uint64(h4) * r0)
45 h1 = uint32(d1) & 0x3ffffff
51 h1 += h0 >> 26
64 h1 += (binary.LittleEndian.Uint32(block[3:]) >> 2) & 0x3fffff
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerThreadTest.java 73 final Handler h1 = new Handler(th1.getLooper()) { local
87 Message msg = h1.obtainMessage(TEST_WHAT);
89 synchronized (h1) {
91 h1.sendMessage(msg);
94 h1.wait();
BroadcasterTest.java 134 Handler h1;
139 h1 = new H();
142 b.request(MESSAGE_A, h1, MESSAGE_C);
152 if (msg.what == MESSAGE_C && msg.getTarget() == h1) {
169 Handler h1;
174 h1 = new H();
177 b.request(MESSAGE_A, h1, MESSAGE_C);
204 Handler h1;
209 h1 = new H();
212 b.request(MESSAGE_A, h1, MESSAGE_C)
    [all...]
  /external/libcxx/test/libcxx/utilities/function.objects/unord.hash/
murmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp 25 Hash32 h1; local
27 DoNotOptimize(h1(key, i));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/unord.hash/
murmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp 25 Hash32 h1; local
27 DoNotOptimize(h1(key, i));
  /external/libmojo/mojo/public/cpp/system/tests/
core_unittest.cc 44 Handle h1(static_cast<MojoHandle>(123));
45 EXPECT_EQ(static_cast<MojoHandle>(123), h1.value());
46 EXPECT_EQ(static_cast<MojoHandle>(123), *h1.mutable_value());
47 EXPECT_TRUE(h1.is_valid());
48 *h1.mutable_value() = static_cast<MojoHandle>(456);
49 EXPECT_EQ(static_cast<MojoHandle>(456), h1.value());
50 EXPECT_TRUE(h1.is_valid());
52 h1.swap(h0);
55 EXPECT_FALSE(h1.is_valid());
57 h1.set_value(static_cast<MojoHandle>(789))
177 ScopedMessagePipeHandle h1; local
237 ScopedMessagePipeHandle h1; local
362 ScopedMessagePipeHandle h1; local
416 ScopedMessagePipeHandle h1; local
492 ScopedSharedBufferHandle h1 = local
    [all...]

Completed in 493 milliseconds

1 2 3 4 5 6 7 8 91011>>