Home
last modified time | relevance | path

Searched refs:h2 (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/external/llvm/test/MC/AArch64/
Darm64-fp-encoding.s10 fabs h1, h2
14 ; FP16: fabs h1, h2 ; encoding: [0x41,0xc0,0xe0,0x1e]
16 ; NO-FP16-NEXT: fabs h1, h2
20 fadd h1, h2, h3
24 ; FP16: fadd h1, h2, h3 ; encoding: [0x41,0x28,0xe3,0x1e]
26 ; NO-FP16-NEXT: fadd h1, h2, h3
30 fdiv h1, h2, h3
34 ; FP16: fdiv h1, h2, h3 ; encoding: [0x41,0x18,0xe3,0x1e]
36 ; NO-FP16-NEXT: fdiv h1, h2, h3
40 fmadd h1, h2, h3, h4
[all …]
Dfullfp16-diagnostics.s45 fmla h2, h3, v17.h[6]
55 fmls h2, h3, v17.h[6]
65 fmul h2, h3, v17.h[6]
75 fmulx h2, h3, v17.h[6]
/external/robolectric/v1/lib/main/
Dh2-1.2.147.jar ... java.lang.Object { public abstract org.h2.table.TableBase createTable (org.h2. ...
/external/clang/test/CodeGen/
Dfp16-ops.c14 volatile __fp16 h0 = 0.0, h1 = 1.0, h2; variable
75 h1 = h0 * h2; in foo()
94 h1 = f0 * h2; in foo()
106 h1 = (h0 / h2); in foo()
124 h1 = (f0 / h2); in foo()
136 h1 = (h2 + h0); in foo()
148 h1 = (h2 + f0); in foo()
166 h1 = (h2 - h0); in foo()
178 h1 = (h2 - f0); in foo()
195 test = (h2 < h0); in foo()
[all …]
/external/jemalloc/include/jemalloc/internal/
Dhash.h167 uint32_t h2 = seed; in hash_x86_128() local
189 h1 = hash_rotl_32(h1, 19); h1 += h2; in hash_x86_128()
192 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2; in hash_x86_128()
194 h2 = hash_rotl_32(h2, 17); h2 += h3; in hash_x86_128()
195 h2 = h2*5 + 0x0bcaa747; in hash_x86_128()
233 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2; in hash_x86_128()
244 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len; in hash_x86_128()
246 h1 += h2; h1 += h3; h1 += h4; in hash_x86_128()
247 h2 += h1; h3 += h1; h4 += h1; in hash_x86_128()
250 h2 = hash_fmix_32(h2); in hash_x86_128()
[all …]
/external/guava/guava/src/com/google/common/hash/
DMurmur3_128HashFunction.java83 private long h2; field in Murmur3_128HashFunction.Murmur3_128Hasher
89 this.h2 = seed; in Murmur3_128Hasher()
104 h1 += h2; in bmix64()
107 h2 ^= mixK2(k2); in bmix64()
109 h2 = Long.rotateLeft(h2, 31); in bmix64()
110 h2 += h1; in bmix64()
111 h2 = h2 * 5 + 0x38495ab5; in bmix64()
155 h2 ^= mixK2(k2); in processRemaining()
160 h2 ^= length; in makeHash()
162 h1 += h2; in makeHash()
[all …]
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-scalar-fp.txt12 # FP16: fabs h1, h2
20 # FP16: fadd h1, h2, h3
28 # FP16: fdiv h1, h2, h3
36 # FP16: fmadd h1, h2, h3, h4
47 # FP16: fmax h1, h2, h3
50 # FP16: fmaxnm h1, h2, h3
61 # FP16: fmin h1, h2, h3
64 # FP16: fminnm h1, h2, h3
72 # FP16: fmsub h1, h2, h3, h4
80 # FP16: fmul h1, h2, h3
[all …]
/external/vboot_reference/tests/
Dcgptlib_test.c300 GptHeader *h2 = (GptHeader *)gpt->secondary_header; in HeaderSameTest() local
303 EXPECT(0 == HeaderFieldsSame(h1, h2)); in HeaderSameTest()
305 Memcpy(&h3, h2, sizeof(h3)); in HeaderSameTest()
309 Memcpy(&h3, h2, sizeof(h3)); in HeaderSameTest()
313 Memcpy(&h3, h2, sizeof(h3)); in HeaderSameTest()
317 Memcpy(&h3, h2, sizeof(h3)); in HeaderSameTest()
321 Memcpy(&h3, h2, sizeof(h3)); in HeaderSameTest()
325 Memcpy(&h3, h2, sizeof(h3)); in HeaderSameTest()
329 Memcpy(&h3, h2, sizeof(h3)); in HeaderSameTest()
333 Memcpy(&h3, h2, sizeof(h3)); in HeaderSameTest()
[all …]
/external/boringssl/src/crypto/poly1305/
Dpoly1305.c65 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()
161 state->h2 += ((((uint64_t)t2 << 32) | t1) >> 20) & 0x3ffffff; in poly1305_update()
206 state->h2 = 0; in CRYPTO_poly1305_init()
[all …]
/external/v8/test/mjsunit/compiler/
Dinline-arity-mismatch.js44 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/libphonenumber/demo/war/
Dphonenumberparser.jsp7 <h2>Phone Number Parser Demo</h2>
10 <h2>Step 1</h2>
18 <h2>Step 2</h2>
24 <h2>Step 3</h2>
/external/clang/test/CXX/over/over.match/over.match.funcs/
Dp4-0x.cpp31 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/doclava/res/assets/templates/
Dtodo.cs33 <h2>Overall</h2>
40 <h2>Package Summary</h2>
60 <h2>Class Summary</h3>
79 <h2>Detail</h2>
Dsampleindex.cs23 <h2>Subdirectories</h2>
33 <h2>Files</h2>
/external/clang/test/Analysis/diagnostics/Inputs/include/
Dreport-issues-within-main-file.h22 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/
DLinks-in-Headers.text-out1 <h2>A plain header</h2>
7 <h2>Another with a <a href="http://www.link.com/">link</a></h2>
DLinks-in-Headers.text-res1 <h2><span class="markdown">A plain header</span></h2>
7 <h2>Another with a <a href="http://www.link.com/">link</a></h2>
/external/vboot_reference/cgpt/
Dcgpt_legacy.c13 GptHeader *h1, *h2; in CgptLegacy() local
23 h2 = (GptHeader *)drive.gpt.secondary_header; in CgptLegacy()
26 memcpy(h2->signature, GPT_HEADER_SIGNATURE, GPT_HEADER_SIGNATURE_SIZE); in CgptLegacy()
32 memcpy(h2->signature, GPT_HEADER_SIGNATURE2, GPT_HEADER_SIGNATURE_SIZE); in CgptLegacy()
/external/vboot_reference/firmware/lib/cgptlib/
Dcgptlib_internal.c211 int HeaderFieldsSame(GptHeader *h1, GptHeader *h2) in HeaderFieldsSame() argument
213 if (Memcmp(h1->signature, h2->signature, sizeof(h1->signature))) in HeaderFieldsSame()
215 if (h1->revision != h2->revision) in HeaderFieldsSame()
217 if (h1->size != h2->size) in HeaderFieldsSame()
219 if (h1->reserved_zero != h2->reserved_zero) in HeaderFieldsSame()
221 if (h1->first_usable_lba != h2->first_usable_lba) in HeaderFieldsSame()
223 if (h1->last_usable_lba != h2->last_usable_lba) in HeaderFieldsSame()
225 if (Memcmp(&h1->disk_uuid, &h2->disk_uuid, sizeof(Guid))) in HeaderFieldsSame()
227 if (h1->number_of_entries != h2->number_of_entries) in HeaderFieldsSame()
229 if (h1->size_of_entry != h2->size_of_entry) in HeaderFieldsSame()
[all …]
/external/curl/lib/
Dhttp2.c62 if(nghttp2_session_want_read(c->h2)) in http2_perform_getsock()
65 if(nghttp2_session_want_write(c->h2)) in http2_perform_getsock()
87 nghttp2_session_del(c->h2); in http2_disconnect()
169 nghttp2_info *h2 = nghttp2_version(0); in Curl_http2_ver() local
170 return snprintf(p, len, " nghttp2/%s", h2->version_str); in Curl_http2_ver()
178 static ssize_t send_callback(nghttp2_session *h2, in send_callback() argument
187 (void)h2; in send_callback()
658 if(!conn->proto.httpc.h2) { in Curl_http2_init()
703 rc = nghttp2_session_client_new(&conn->proto.httpc.h2, callbacks, conn); in Curl_http2_init()
932 rv = nghttp2_session_mem_recv(httpc->h2, (const uint8_t *)inbuf, nread); in http2_recv()
[all …]
/external/skia/tests/
DFloat16Test.cpp105 h2 = SkFloatToHalf(f); local
106 bool ok = (h1 == h2 || h1 == h2-1);
110 bits, bits>>23, h1, h1>>10, h2, h2>>10);
/external/boringssl/src/ssl/test/runner/curve25519/
Dcurve25519.go89 h2 := load3(src[7:]) << 5
103 h2 += carry[1]
118 carry[2] = (h2 + 1<<25) >> 26
120 h2 -= carry[2] << 26
133 dst[2] = int32(h2)
419 h2 := f0g2 + f1g1_2 + f2g0 + f3g9_38 + f4g8_19 + f5g7_38 + f6g6_19 + f7g5_38 + f8g4_19 + f9g3_38
446 h2 += carry[1]
456 carry[2] = (h2 + (1 << 25)) >> 26
458 h2 -= carry[2] << 26
503 h[2] = int32(h2)
[all …]
/external/clang/test/SemaCXX/
Dborland-extensions.cpp25 template<typename T> int h2(T (__pascal M::* const )()) { return 0; } in h2() function
31 i = h2<int>(&M::addP); in m2()
32 f = h2(&M::subtractP); in m2()
/external/testng/doc/samplereport/css/
Dmaven-classic.css7 .contentBox h2 {
121 h2, h3 { selector
144 .contentBox h2, .contentBox h3, .tabs td, .tabs th, .functnbar {
193 .contentBox h2 a:link, .contentBox h2 a:visited, .contentBox h3 a:link, .contentBox h3 a:visited {
249 .docs h2, .docs h3 {
253 #apphead h2 em {
518 body, .contentBox h2, .contentBox h3, #rightcol h2, pre, code, #apphead h2 small, h3, th, td {
540 #apphead h2 em {
549 #bodyColumn h2 {
588 .contentBox h2, .contentBox h3 {
[all …]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/
Ddataurl-realdata-yuiapp.css40 #hd, h1, h2, p, .color { selector
44 h1, h2, a { selector
48 h1, h2 { selector
80 h2 { selector

12345678910>>...13