Home
last modified time | relevance | path

Searched refs:h11 (Results 1 - 9 of 9) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-disasm-fp-aarch64.cc153 COMPARE(fmax(h9, h10, h11), "fmax h9, h10, h11"); in TEST()
219 COMPARE(fccmp(h10, h11, ZVFlag, ne), "fccmp h10, h11, #nZcV, ne"); in TEST()
235 COMPARE(fccmpe(h10, h11, ZVFlag, ne), "fccmpe h10, h11, #nZcV, ne"); in TEST()
262 COMPARE(fcsel(h11, h12, h13, al), "fcsel h11, h12, h13, al"); in TEST()
351 COMPARE(fcvtau(x10, h11), "fcvtau x10, h11"); in TEST()
[all...]
H A Dtest-api-aarch64.cc519 VIXL_CHECK(AreConsecutive(h11, h12)); in TEST()
686 VIXL_CHECK(Helper::GetVariant(h11) == kNEON); in TEST()
H A Dtest-trace-aarch64.cc1583 __ sqdmull(s29, h18, h11); in GenerateTestSequenceNEON()
1688 __ sqshrun(h11, s6, 7); in GenerateTestSequenceNEON()
H A Dtest-assembler-sve-aarch64.cc327 __ Addv(h11, v11.V4H());
16421 __ Fmaxnmv(h11, p0, z10.VnH());
16468 ASSERT_EQUAL_FP16(Float16(42), h11);
H A Dtest-disasm-sve-aarch64.cc2907 COMPARE(eorv(h11, p1, z29.VnH()), "eorv h11, p1, z29.h"); in TEST()
/third_party/ffmpeg/libavcodec/
H A Daacpsdsp_template.c181 INTFLOAT h01 = h[0][1], h11 = h[1][1]; in ps_stereo_interpolate_ipdopd_c() local
201 h11 += hs11; in ps_stereo_interpolate_ipdopd_c()
207 r[n][0] = AAC_MSUB30_V8(h01, l_re, h03, r_re, h11, l_im, h13, r_im); in ps_stereo_interpolate_ipdopd_c()
208 r[n][1] = AAC_MADD30_V8(h01, l_im, h03, r_im, h11, l_re, h13, r_re); in ps_stereo_interpolate_ipdopd_c()
H A Daacps.c633 INTFLOAT h11, h12, h21, h22; in stereo_processing() local
634 h11 = H_LUT[iid_mapped[e][b] + 7 + 23 * ps2->iid_quant][icc_mapped[e][b]][0]; in stereo_processing()
655 h11i = AAC_MUL30(h11, opd_im); in stereo_processing()
656 h11 = AAC_MUL30(h11, opd_re); in stereo_processing()
668 H11[0][e+1][b] = h11; in stereo_processing()
/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
1359 BUTTERFLY_4(g4, g6, g14, g12, h10, h11, v6, v4); 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()
1442 VP9_MADD_SHORT(h10, h11, k1, k2, out2, out3); in vp9_iadst16_1d_columns_addblk_msa()
/third_party/node/deps/v8/src/objects/
H A Djs-date-time-format.cc41 return "h11"; in ToHourCycleString()
56 if (hc == "h11") return JSDateTimeFormat::HourCycle::kH11; in ToHourCycle()
82 isolate, options, "hourCycle", method_name, {"h11", "h12", "h23", "h24"}, in GetHourCycle()
276 static base::LazyInstance<Pattern, H11Trait>::type h11 = in GetPatternData() local
278 return h11.Pointer()->Get(); in GetPatternData()
661 // ii. If hc is "h11" or "h12", let v be true. in ResolvedOptions()
1568 // 7. Let hourCycle be ? GetOption(options, "hourCycle", "string", « "h11", in New()
1670 // i. If hcDefault is "h11" or "h23", then in New()
1672 // 1. Set hc to "h11". in New()
1681 // ii. If hcDefault is "h11" o in New()
[all...]

Completed in 44 milliseconds