Home
last modified time | relevance | path

Searched refs:h5 (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/vixl/test/aarch64/
Dtest-disasm-fp-aarch64.cc128 COMPARE(fcvt(d4, h5), "fcvt d4, h5"); in TEST()
147 COMPARE(fnmul(h4, h5, h6), "fnmul h4, h5, h6"); in TEST()
159 COMPARE(fmaxnm(h4, h5, h6), "fmaxnm h4, h5, h6"); in TEST()
172 COMPARE(fmadd(h4, h5, h6, h10), "fmadd h4, h5, h6, h10"); in TEST()
175 COMPARE(fmsub(h4, h5, h6, h10), "fmsub h4, h5, h6, h10"); in TEST()
179 COMPARE(fnmadd(h4, h5, h6, h10), "fnmadd h4, h5, h6, h10"); in TEST()
182 COMPARE(fnmsub(h4, h5, h6, h10), "fnmsub h4, h5, h6, h10"); in TEST()
362 COMPARE(fcvtzs(w6, h5, 32), "fcvtzs w6, h5, #32"); in TEST()
365 COMPARE(fcvtzu(w6, h5, 32), "fcvtzu w6, h5, #32"); in TEST()
368 COMPARE(fcvtps(x4, h5), "fcvtps x4, h5"); in TEST()
[all …]
/third_party/rust/crates/libc/ci/
Drust.css69 h1, h2, h3, h4, h5, h6, nav, #versioninfo { selector
72 h1, h2, h3, h4, h5, h6 { selector
84 h4, h5, h6 { selector
89 h5, h6 { selector
115 h5 { selector
183 h5 a:link, h5 a:visited {color: black;}
185 h5 a:hover {text-decoration: none;}
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
Dundohtml.css6 h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;} selector
7 ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padd… selector
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
Dundohtml.css6 h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;} selector
7 ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padd… selector
/third_party/EGL/sdk/docs/man/html/
Dundohtml.css6 h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;} selector
7 ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padd… selector
/third_party/EGL/sdk/docs/man/xhtml/
Dundohtml.css6 h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;} selector
7 ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padd… selector
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DHashing.h261 uint64_t h0, h1, h2, h3, h4, h5, h6; member
270 state.h6 = hash_16_bytes(state.h4, state.h5); in create()
295 h2 = rotate(h2 + h5, 33) * k1; in mix()
297 h4 = h0 + h5; in mix()
299 h5 = h2 + h6; in mix()
301 mix_32_bytes(s + 32, h5, h6); in mix()
308 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2, in finalize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DHashing.h260 uint64_t h0 = 0, h1 = 0, h2 = 0, h3 = 0, h4 = 0, h5 = 0, h6 = 0; member
269 state.h6 = hash_16_bytes(state.h4, state.h5); in create()
294 h2 = rotate(h2 + h5, 33) * k1; in mix()
296 h4 = h0 + h5; in mix()
298 h5 = h2 + h6; in mix()
300 mix_32_bytes(s + 32, h5, h6); in mix()
307 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2, in finalize()
/third_party/openssl/crypto/ec/
Dcurve25519.c808 int64_t h5 = load_4(s + 16); in fe_frombytes() local
827 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_frombytes()
832 carry4 = h4 + (1 << 25); h5 += carry4 >> 26; h4 -= carry4 & kTop38Bits; in fe_frombytes()
841 h[5] = (int32_t)h5; in fe_frombytes()
879 int32_t h5 = h[5]; in fe_tobytes() local
892 q = (h5 + q) >> 25; in fe_tobytes()
906 h5 += h4 >> 26; h4 &= kBottom26Bits; in fe_tobytes()
907 h6 += h5 >> 25; h5 &= kBottom25Bits; in fe_tobytes()
936 s[16] = (uint8_t) (h5 >> 0); in fe_tobytes()
937 s[17] = (uint8_t) (h5 >> 8); in fe_tobytes()
[all …]
/third_party/node/deps/openssl/openssl/crypto/ec/
Dcurve25519.c808 int64_t h5 = load_4(s + 16); in fe_frombytes() local
827 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_frombytes()
832 carry4 = h4 + (1 << 25); h5 += carry4 >> 26; h4 -= carry4 & kTop38Bits; in fe_frombytes()
841 h[5] = (int32_t)h5; in fe_frombytes()
879 int32_t h5 = h[5]; in fe_tobytes() local
892 q = (h5 + q) >> 25; in fe_tobytes()
906 h5 += h4 >> 26; h4 &= kBottom26Bits; in fe_tobytes()
907 h6 += h5 >> 25; h5 &= kBottom25Bits; in fe_tobytes()
936 s[16] = (uint8_t) (h5 >> 0); in fe_tobytes()
937 s[17] = (uint8_t) (h5 >> 8); in fe_tobytes()
[all …]
/third_party/openssl/ohos_lite/crypto/ec/
Dcurve25519.c798 int64_t h5 = load_4(s + 16); in fe_frombytes() local
817 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_frombytes()
822 carry4 = h4 + (1 << 25); h5 += carry4 >> 26; h4 -= carry4 & kTop38Bits; in fe_frombytes()
831 h[5] = (int32_t)h5; in fe_frombytes()
869 int32_t h5 = h[5]; in fe_tobytes() local
882 q = (h5 + q) >> 25; in fe_tobytes()
896 h5 += h4 >> 26; h4 &= kBottom26Bits; in fe_tobytes()
897 h6 += h5 >> 25; h5 &= kBottom25Bits; in fe_tobytes()
926 s[16] = (uint8_t) (h5 >> 0); in fe_tobytes()
927 s[17] = (uint8_t) (h5 >> 8); in fe_tobytes()
[all …]
/third_party/typescript/tests/baselines/reference/
DtemplateStringBinaryOperationsES6Invalid.js45 var h5 = `2${ 3 * 4 }5` - 6; variable
151 var h5 = `2${3 * 4}5` - 6;
DtemplateStringBinaryOperationsInvalid.js45 var h5 = `2${ 3 * 4 }5` - 6; variable
151 var h5 = "2".concat(3 * 4, "5") - 6;
DtemplateStringBinaryOperationsES6Invalid.symbols119 var h5 = `2${ 3 * 4 }5` - 6;
120 >h5 : Symbol(h5, Decl(templateStringBinaryOperationsES6Invalid.ts, 43, 3))
DtemplateStringBinaryOperationsInvalid.symbols119 var h5 = `2${ 3 * 4 }5` - 6;
120 >h5 : Symbol(h5, Decl(templateStringBinaryOperationsInvalid.ts, 43, 3))
DtemplateStringBinaryOperationsInvalid.types305 var h5 = `2${ 3 * 4 }5` - 6;
306 >h5 : number
/third_party/curl/tests/data/
Dtest32022 <h5>If your browser supports session resuming, then you should see the same session ID, when you pr…
/third_party/musl/porting/liteos_a/kernel/src/math/
Dlgammal.c142 h5 = 6.442485441570592541741092969581997002349E1L, variable
295 p2 = h0 + y * (h1 + y * (h2 + y * (h3 + y * (h4 + y * (h5 + y))))); in __lgammal_r()
/third_party/musl/src/math/
Dlgammal.c142 h5 = 6.442485441570592541741092969581997002349E1L, variable
295 p2 = h0 + y * (h1 + y * (h2 + y * (h3 + y * (h4 + y * (h5 + y))))); in __lgammal_r()
/third_party/node/doc/api_assets/
Dstyle.css46 h5 :target {
95 h5, h5 code { font-size: 1.25rem; } selector
102 h5, selector
115 h5 code,
459 h5 { selector
1043 h5 { selector
/third_party/node/doc/api/assets/
Dstyle.css46 h5 :target {
95 h5, h5 code { font-size: 1.25rem; } selector
102 h5, selector
115 h5 code,
459 h5 { selector
1043 h5 { selector
/third_party/typescript/tests/cases/conformance/es6/templates/
DtemplateStringBinaryOperationsInvalid.ts44 var h5 = `2${ 3 * 4 }5` - 6; variable
DtemplateStringBinaryOperationsES6Invalid.ts45 var h5 = `2${ 3 * 4 }5` - 6; variable
/third_party/vk-gl-cts/external/vulkan-docs/src/config/
Dkhronos.css179 div, dl, dt, dd, ul, ol, li, h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6, … selector
191 h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { font-family: Noto, sans-seri… selector
192 …small, #toctitle small, .sidebarblock > .content > .title small, h4 small, h5 small, h6 small { fo…
202 h5 { font-size: 1.125em; } selector
259 …th: 768px) { h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1… selector
274 h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.4; } selector
380 …e > a.anchor, .sidebarblock > .content > .title > a.anchor, h4 > a.anchor, h5 > a.anchor, h6 > a.a…
381 ….sidebarblock > .content > .title > a.anchor:before, h4 > a.anchor:before, h5 > a.anchor:before, h…
382 …itle > a.anchor:hover, h4:hover > a.anchor, h4 > a.anchor:hover, h5:hover > a.anchor, h5 > a.ancho…
383 …octitle > a.link, .sidebarblock > .content > .title > a.link, h4 > a.link, h5 > a.link, h6 > a.lin…
[all …]
/third_party/python/Lib/test/
Dtest_context.py518 h5 = h4.set(k3, 'aa')
525 self.assertEqual(h5.get(k1), 'a')
526 self.assertEqual(h5.get(k2), 'cc')
527 self.assertEqual(h5.get(k2), 'cc')
528 self.assertEqual(h5.get(k3), 'aa')
534 self.assertEqual(len(h5), 3)

1234