Home
last modified time | relevance | path

Searched refs:h8 (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dcurve25519.c811 int64_t h8 = load_3(s + 26) << 4; in fe_frombytes() local
828 carry7 = h7 + (1 << 24); h8 += carry7 >> 25; h7 -= carry7 & kTop39Bits; in fe_frombytes()
834 carry8 = h8 + (1 << 25); h9 += carry8 >> 26; h8 -= carry8 & kTop38Bits; in fe_frombytes()
844 h[8] = (int32_t)h8; in fe_frombytes()
882 int32_t h8 = h[8]; in fe_tobytes() local
895 q = (h8 + q) >> 26; in fe_tobytes()
909 h8 += h7 >> 25; h7 &= kBottom25Bits; in fe_tobytes()
910 h9 += h8 >> 26; h8 in fe_tobytes()
1189 int64_t h8 = f0g8 + f1g7_2 + f2g6 + f3g5_2 + f4g4 + f5g3_2 + f6g2 + f7g1_2 + f8g0 + f9g9_38; fe_mul() local
1363 int64_t h8 = f0f8_2 + f1f7_4 + f2f6_2 + f3f5_4 + f4f4 + f9f9_38; fe_sq() local
1672 int64_t h8 = f0f8_2 + f1f7_4 + f2f6_2 + f3f5_4 + f4f4 + f9f9_38; fe_sq2() local
4340 int64_t h8 = f8 * (int64_t) 121666; fe_mul121666() local
[all...]
/third_party/openssl/crypto/ec/
H A Dcurve25519.c811 int64_t h8 = load_3(s + 26) << 4; in fe_frombytes() local
828 carry7 = h7 + (1 << 24); h8 += carry7 >> 25; h7 -= carry7 & kTop39Bits; in fe_frombytes()
834 carry8 = h8 + (1 << 25); h9 += carry8 >> 26; h8 -= carry8 & kTop38Bits; in fe_frombytes()
844 h[8] = (int32_t)h8; in fe_frombytes()
882 int32_t h8 = h[8]; in fe_tobytes() local
895 q = (h8 + q) >> 26; in fe_tobytes()
909 h8 += h7 >> 25; h7 &= kBottom25Bits; in fe_tobytes()
910 h9 += h8 >> 26; h8 in fe_tobytes()
1189 int64_t h8 = f0g8 + f1g7_2 + f2g6 + f3g5_2 + f4g4 + f5g3_2 + f6g2 + f7g1_2 + f8g0 + f9g9_38; fe_mul() local
1363 int64_t h8 = f0f8_2 + f1f7_4 + f2f6_2 + f3f5_4 + f4f4 + f9f9_38; fe_sq() local
1672 int64_t h8 = f0f8_2 + f1f7_4 + f2f6_2 + f3f5_4 + f4f4 + f9f9_38; fe_sq2() local
4340 int64_t h8 = f8 * (int64_t) 121666; fe_mul121666() local
[all...]
/third_party/openssl/ohos_lite/crypto/ec/
H A Dcurve25519.c801 int64_t h8 = load_3(s + 26) << 4; in fe_frombytes() local
818 carry7 = h7 + (1 << 24); h8 += carry7 >> 25; h7 -= carry7 & kTop39Bits; in fe_frombytes()
824 carry8 = h8 + (1 << 25); h9 += carry8 >> 26; h8 -= carry8 & kTop38Bits; in fe_frombytes()
834 h[8] = (int32_t)h8; in fe_frombytes()
872 int32_t h8 = h[8]; in fe_tobytes() local
885 q = (h8 + q) >> 26; in fe_tobytes()
899 h8 += h7 >> 25; h7 &= kBottom25Bits; in fe_tobytes()
900 h9 += h8 >> 26; h8 in fe_tobytes()
1179 int64_t h8 = f0g8 + f1g7_2 + f2g6 + f3g5_2 + f4g4 + f5g3_2 + f6g2 + f7g1_2 + f8g0 + f9g9_38; fe_mul() local
1353 int64_t h8 = f0f8_2 + f1f7_4 + f2f6_2 + f3f5_4 + f4f4 + f9f9_38; fe_sq() local
1662 int64_t h8 = f0f8_2 + f1f7_4 + f2f6_2 + f3f5_4 + f4f4 + f9f9_38; fe_sq2() local
4330 int64_t h8 = f8 * (int64_t) 121666; fe_mul121666() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcfhdenc.c269 int w8, h8, w4, h4, w2, h2; in cfhd_encode_init() local
276 h8 = FFALIGN(height, 8) / 8; in cfhd_encode_init()
278 h4 = h8 * 2; in cfhd_encode_init()
290 s->plane[i].subband[1] = s->plane[i].dwt_buf + 2 * w8 * h8; in cfhd_encode_init()
291 s->plane[i].subband[2] = s->plane[i].dwt_buf + 1 * w8 * h8; in cfhd_encode_init()
292 s->plane[i].subband[3] = s->plane[i].dwt_buf + 3 * w8 * h8; in cfhd_encode_init()
305 s->plane[i].band[j][k].a_height = h8 << j; in cfhd_encode_init()
311 s->plane[i].l_h[1] = s->plane[i].dwt_tmp + 2 * w8 * h8; in cfhd_encode_init()
H A Dcfhd.c273 int w8, h8, w4, h4, w2, h2; in alloc_buffers() local
285 h8 = FFALIGN(height, 8) / 8; in alloc_buffers()
287 h4 = h8 * 2; in alloc_buffers()
309 s->plane[i].subband[1] = s->plane[i].idwt_buf + 2 * w8 * h8; in alloc_buffers()
310 s->plane[i].subband[2] = s->plane[i].idwt_buf + 1 * w8 * h8; in alloc_buffers()
311 s->plane[i].subband[3] = s->plane[i].idwt_buf + 3 * w8 * h8; in alloc_buffers()
337 s->plane[i].band[j][k].a_height = h8 << j; in alloc_buffers()
346 s->plane[i].band[j][k].a_height = h8 << t; in alloc_buffers()
353 s->plane[i].l_h[1] = s->plane[i].idwt_tmp + 2 * w8 * h8; in alloc_buffers()
/third_party/typescript/tests/baselines/reference/
H A DtemplateStringBinaryOperationsInvalid.js72 var h8 = `2${ 3 * 4 }5` * 6;
175 var h8 = "2".concat(3 * 4, "5") * 6; variable
/third_party/vixl/test/aarch64/
H A Dtest-disasm-fp-aarch64.cc130 COMPARE(fcvt(h8, d9), "fcvt h8, d9"); in TEST()
138 COMPARE(fadd(h8, h9, h10), "fadd h8, h9, h10"); in TEST()
218 COMPARE(fccmp(h8, h9, NoFlag, eq), "fccmp h8, h9, #nzcv, eq"); in TEST()
234 COMPARE(fccmpe(h8, h9, NoFlag, eq), "fccmpe h8, h9, #nzcv, eq"); in TEST()
H A Dtest-assembler-fp-aarch64.cc338 __ Fmov(h8, kFP16PositiveInfinity); in TEST()
360 ASSERT_EQUAL_FP16(kFP16PositiveInfinity, h8); in TEST()
385 __ Fmov(h8, -5.0); in TEST()
386 __ Fmov(w3, h8); in TEST()
388 __ Fmov(h8, Float16(1024.0)); in TEST()
389 __ Fmov(x4, h8); in TEST()
1987 __ Fmov(h8, Float16(0.0)); in TEST()
1991 __ Fcmp(h8, h8); in TEST()
1993 __ Fcmp(h8, h in TEST()
[all...]
H A Dtest-disasm-neon-aarch64.cc61 COMPARE(ldr(h8, MemOperand(x9, 2)), "ldr h8, [x9, #2]"); in TEST()
107 COMPARE(ldr(h8, MemOperand(x9, 255, PreIndex)), "ldr h8, [x9, #255]!"); in TEST()
165 COMPARE(ldr(h8, MemOperand(x9, 255, PostIndex)), "ldr h8, [x9], #255"); in TEST()
2231 COMPARE_MACRO(Fcmge(v6.H(), v7.H(), v8.H()), "fcmge h6, h7, h8"); in TEST()
4082 COMPARE_MACRO(Fmaxnmp(h8, v9.V2H()), "fmaxnmp h8, v9.2h"); in TEST()
4251 COMPARE_MACRO(Sqshl(h9, h8, in TEST()
[all...]
H A Dtest-assembler-neon-aarch64.cc9721 __ Fmulx(h8, h2, h5); in TEST()
9730 ASSERT_EQUAL_FP16(Float16(-2.0), h8); in TEST()
9908 __ Frecps(h8, h0, h4); in TEST()
9917 ASSERT_EQUAL_FP16(kFP16PositiveInfinity, h8); in TEST()
9975 __ Frsqrts(h8, h0, h4); in TEST()
9984 ASSERT_EQUAL_FP16(kFP16PositiveInfinity, h8); in TEST()
H A Dtest-trace-aarch64.cc453 __ fcvt(h8, d9); in GenerateTestSequenceFP()
1547 __ sqdmlal(s9, h19, h8); in GenerateTestSequenceNEON()
H A Dtest-disasm-sve-aarch64.cc5627 COMPARE(clasta(h8, p6, h8, z7.VnH()), "clasta h8, p6, h8, z7.h"); in TEST()
H A Dtest-assembler-sve-aarch64.cc16413 __ Fminv(h8, p4, z0.VnH());
16463 ASSERT_EQUAL_FP16(Float16(1), h8);
/third_party/ffmpeg/libavcodec/mips/
H A Dvp9_idct_msa.c1307 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11; in vp9_iadst16_1d_columns_addblk_msa() local
1334 BUTTERFLY_4(g0, g2, g10, g8, h8, h9, v2, v0); in vp9_iadst16_1d_columns_addblk_msa()
1360 BUTTERFLY_4(h8, h9, h11, h10, out0, out1, h11, h10); in vp9_iadst16_1d_columns_addblk_msa()

Completed in 72 milliseconds