Home
last modified time | relevance | path

Searched refs:res16 (Results 1 – 25 of 1849) sorted by relevance

12345678910>>...74

/dports/www/firefox/firefox-99.0/intl/components/gtest/
H A DTestNumberRangeFormat.cpp23 ASSERT_TRUE(res16 != nullptr); in TEST()
24 ASSERT_EQ(res16, u"1,234.56"sv); in TEST()
30 ASSERT_TRUE(res16 != nullptr); in TEST()
31 ASSERT_EQ(res16, u"~1,234.56"sv); in TEST()
34 ASSERT_TRUE(res16 != nullptr); in TEST()
35 ASSERT_EQ(res16, u"1,234.56–2,999.89"sv); in TEST()
39 res16 = nfAr->format(1234.56, 1234.56).unwrap().data(); in TEST()
40 ASSERT_TRUE(res16 != nullptr); in TEST()
41 ASSERT_EQ(res16, u"~١٬٢٣٤٫٥٦"sv); in TEST()
44 ASSERT_TRUE(res16 != nullptr); in TEST()
[all …]
H A DTestNumberFormat.cpp26 ASSERT_TRUE(res16 != nullptr); in TEST()
35 res16 = nfAr->format(1234.56).unwrap().data(); in TEST()
36 ASSERT_TRUE(res16 != nullptr); in TEST()
136 ASSERT_TRUE(res16 != nullptr); in TEST()
139 res16 = nf->format(1.96).unwrap().data(); in TEST()
140 ASSERT_TRUE(res16 != nullptr); in TEST()
152 ASSERT_TRUE(res16 != nullptr); in TEST()
156 ASSERT_TRUE(res16 != nullptr); in TEST()
171 ASSERT_TRUE(res16 != nullptr); in TEST()
179 res16 = nf2->format(4.321).unwrap().data(); in TEST()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/common/x86/
H A Dconvolve_sse2.c93 __m128i res_lo_round, res_hi_round, res16, res; in av1_convolve_y_sr_12tap_sse2() local
145 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_12tap_sse2()
159 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_12tap_sse2()
201 __m128i s[8], src6, res, res_round, res16; in av1_convolve_y_sr_sse2() local
231 res16 = _mm_packs_epi32(res_round, res_round); in av1_convolve_y_sr_sse2()
232 res_int = _mm_cvtsi128_si32(_mm_packus_epi16(res16, res16)); in av1_convolve_y_sr_sse2()
245 res_int = _mm_cvtsi128_si32(_mm_packus_epi16(res16, res16)); in av1_convolve_y_sr_sse2()
308 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_sse2()
322 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_sse2()
444 const __m128i res = _mm_packus_epi16(res16, res16); in av1_convolve_x_sr_sse2()
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/common/x86/
H A Dconvolve_sse2.c93 __m128i res_lo_round, res_hi_round, res16, res; in av1_convolve_y_sr_12tap_sse2() local
145 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_12tap_sse2()
159 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_12tap_sse2()
201 __m128i s[8], src6, res, res_round, res16; in av1_convolve_y_sr_sse2() local
231 res16 = _mm_packs_epi32(res_round, res_round); in av1_convolve_y_sr_sse2()
232 res_int = _mm_cvtsi128_si32(_mm_packus_epi16(res16, res16)); in av1_convolve_y_sr_sse2()
245 res_int = _mm_cvtsi128_si32(_mm_packus_epi16(res16, res16)); in av1_convolve_y_sr_sse2()
308 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_sse2()
322 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_sse2()
444 const __m128i res = _mm_packus_epi16(res16, res16); in av1_convolve_x_sr_sse2()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/common/x86/
H A Dconvolve_sse2.c101 __m128i s[8], src6, res, res_round, res16; in av1_convolve_y_sr_sse2() local
131 res16 = _mm_packs_epi32(res_round, res_round); in av1_convolve_y_sr_sse2()
132 res_int = _mm_cvtsi128_si32(_mm_packus_epi16(res16, res16)); in av1_convolve_y_sr_sse2()
144 res16 = _mm_packs_epi32(res_round, res_round); in av1_convolve_y_sr_sse2()
145 res_int = _mm_cvtsi128_si32(_mm_packus_epi16(res16, res16)); in av1_convolve_y_sr_sse2()
168 __m128i res_lo_round, res_hi_round, res16, res; in av1_convolve_y_sr_sse2() local
207 res16 = _mm_packs_epi32(res_lo_round, res_hi_round); in av1_convolve_y_sr_sse2()
208 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_sse2()
222 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_sse2()
283 const __m128i res = _mm_packus_epi16(res16, res16); in av1_convolve_x_sr_sse2()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/
H A Dconvolve_sse2.c101 __m128i s[8], src6, res, res_round, res16; in av1_convolve_y_sr_sse2() local
131 res16 = _mm_packs_epi32(res_round, res_round); in av1_convolve_y_sr_sse2()
132 res_int = _mm_cvtsi128_si32(_mm_packus_epi16(res16, res16)); in av1_convolve_y_sr_sse2()
144 res16 = _mm_packs_epi32(res_round, res_round); in av1_convolve_y_sr_sse2()
145 res_int = _mm_cvtsi128_si32(_mm_packus_epi16(res16, res16)); in av1_convolve_y_sr_sse2()
168 __m128i res_lo_round, res_hi_round, res16, res; in av1_convolve_y_sr_sse2() local
207 res16 = _mm_packs_epi32(res_lo_round, res_hi_round); in av1_convolve_y_sr_sse2()
208 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_sse2()
222 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_sse2()
283 const __m128i res = _mm_packus_epi16(res16, res16); in av1_convolve_x_sr_sse2()
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/av1/common/x86/
H A Dconvolve_sse2.c101 __m128i s[8], src6, res, res_round, res16; in av1_convolve_y_sr_sse2() local
131 res16 = _mm_packs_epi32(res_round, res_round); in av1_convolve_y_sr_sse2()
132 res_int = _mm_cvtsi128_si32(_mm_packus_epi16(res16, res16)); in av1_convolve_y_sr_sse2()
144 res16 = _mm_packs_epi32(res_round, res_round); in av1_convolve_y_sr_sse2()
145 res_int = _mm_cvtsi128_si32(_mm_packus_epi16(res16, res16)); in av1_convolve_y_sr_sse2()
168 __m128i res_lo_round, res_hi_round, res16, res; in av1_convolve_y_sr_sse2() local
207 res16 = _mm_packs_epi32(res_lo_round, res_hi_round); in av1_convolve_y_sr_sse2()
208 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_sse2()
222 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_sse2()
283 const __m128i res = _mm_packus_epi16(res16, res16); in av1_convolve_x_sr_sse2()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/common/x86/
H A Dconvolve_sse2.c101 __m128i s[8], src6, res, res_round, res16; in av1_convolve_y_sr_sse2() local
131 res16 = _mm_packs_epi32(res_round, res_round); in av1_convolve_y_sr_sse2()
132 res_int = _mm_cvtsi128_si32(_mm_packus_epi16(res16, res16)); in av1_convolve_y_sr_sse2()
144 res16 = _mm_packs_epi32(res_round, res_round); in av1_convolve_y_sr_sse2()
145 res_int = _mm_cvtsi128_si32(_mm_packus_epi16(res16, res16)); in av1_convolve_y_sr_sse2()
168 __m128i res_lo_round, res_hi_round, res16, res; in av1_convolve_y_sr_sse2() local
207 res16 = _mm_packs_epi32(res_lo_round, res_hi_round); in av1_convolve_y_sr_sse2()
208 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_sse2()
222 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_sse2()
283 const __m128i res = _mm_packus_epi16(res16, res16); in av1_convolve_x_sr_sse2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/common/x86/
H A Dconvolve_sse2.c91 __m128i s[8], src6, res, res_round, res16; in av1_convolve_y_sr_sse2() local
121 res16 = _mm_packs_epi32(res_round, res_round); in av1_convolve_y_sr_sse2()
122 res_int = _mm_cvtsi128_si32(_mm_packus_epi16(res16, res16)); in av1_convolve_y_sr_sse2()
134 res16 = _mm_packs_epi32(res_round, res_round); in av1_convolve_y_sr_sse2()
135 res_int = _mm_cvtsi128_si32(_mm_packus_epi16(res16, res16)); in av1_convolve_y_sr_sse2()
158 __m128i res_lo_round, res_hi_round, res16, res; in av1_convolve_y_sr_sse2() local
197 res16 = _mm_packs_epi32(res_lo_round, res_hi_round); in av1_convolve_y_sr_sse2()
198 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_sse2()
212 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_sse2()
269 const __m128i res = _mm_packus_epi16(res16, res16); in av1_convolve_x_sr_sse2()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/common/x86/
H A Dconvolve_sse2.c101 __m128i s[8], src6, res, res_round, res16; in av1_convolve_y_sr_sse2() local
131 res16 = _mm_packs_epi32(res_round, res_round); in av1_convolve_y_sr_sse2()
132 res_int = _mm_cvtsi128_si32(_mm_packus_epi16(res16, res16)); in av1_convolve_y_sr_sse2()
144 res16 = _mm_packs_epi32(res_round, res_round); in av1_convolve_y_sr_sse2()
145 res_int = _mm_cvtsi128_si32(_mm_packus_epi16(res16, res16)); in av1_convolve_y_sr_sse2()
168 __m128i res_lo_round, res_hi_round, res16, res; in av1_convolve_y_sr_sse2() local
207 res16 = _mm_packs_epi32(res_lo_round, res_hi_round); in av1_convolve_y_sr_sse2()
208 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_sse2()
222 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_sse2()
283 const __m128i res = _mm_packus_epi16(res16, res16); in av1_convolve_x_sr_sse2()
[all …]
/dports/graphics/lcms2/lcms2-2.12/plugins/fast_float/src/
H A Dfast_16_tethra.c99 cmsUInt16Number res16; in PerformanceEval16() local
198 res16 = (cmsUInt16Number)c0 + ((Rest + (Rest >> 16)) >> 16); in PerformanceEval16()
199 TO_OUTPUT(out[OutChan], res16); in PerformanceEval16()
215 res16 = (cmsUInt16Number)c0 + ((Rest + (Rest >> 16)) >> 16); in PerformanceEval16()
216 TO_OUTPUT(out[OutChan], res16); in PerformanceEval16()
233 TO_OUTPUT(out[OutChan], res16); in PerformanceEval16()
252 TO_OUTPUT(out[OutChan], res16); in PerformanceEval16()
269 TO_OUTPUT(out[OutChan], res16); in PerformanceEval16()
286 TO_OUTPUT(out[OutChan], res16); in PerformanceEval16()
294 res16 = *(const cmsUInt16Number*)ain; in PerformanceEval16()
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/lcms2/plugins/fast_float/src/
H A Dfast_16_tethra.c97 cmsUInt16Number res16; in PerformanceEval16() local
193 res16 = (cmsUInt16Number)c0 + ((Rest + (Rest >> 16)) >> 16); in PerformanceEval16()
194 TO_OUTPUT(out[OutChan], res16); in PerformanceEval16()
210 res16 = (cmsUInt16Number)c0 + ((Rest + (Rest >> 16)) >> 16); in PerformanceEval16()
211 TO_OUTPUT(out[OutChan], res16); in PerformanceEval16()
228 TO_OUTPUT(out[OutChan], res16); in PerformanceEval16()
247 TO_OUTPUT(out[OutChan], res16); in PerformanceEval16()
264 TO_OUTPUT(out[OutChan], res16); in PerformanceEval16()
281 TO_OUTPUT(out[OutChan], res16); in PerformanceEval16()
289 res16 = *(const cmsUInt16Number*)ain; in PerformanceEval16()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/x86/
H A Dtest_FISTTP.c19 unsigned short res16 = -1; variable
35 if (res16 != 1 || res32 != 1 || res64 != 1) { in test()
55 if (res16 != 3 || res32 != 3 || res64 != 3) { in test()
78 if (res16 != 0xfffd || res32 != 0xfffffffd || res64 != 0xfffffffffffffffdULL) { in test()
99 if (res16 != 0 || res32 != 0 || res64 != 0) { in test()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/x86/
H A Dtest_FISTTP.c19 unsigned short res16 = -1; variable
35 if (res16 != 1 || res32 != 1 || res64 != 1) { in test()
55 if (res16 != 3 || res32 != 3 || res64 != 3) { in test()
78 if (res16 != 0xfffd || res32 != 0xfffffffd || res64 != 0xfffffffffffffffdULL) { in test()
99 if (res16 != 0 || res32 != 0 || res64 != 0) { in test()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/x86/
H A Dtest_FISTTP.c19 unsigned short res16 = -1; variable
35 if (res16 != 1 || res32 != 1 || res64 != 1) { in test()
55 if (res16 != 3 || res32 != 3 || res64 != 3) { in test()
78 if (res16 != 0xfffd || res32 != 0xfffffffd || res64 != 0xfffffffffffffffdULL) { in test()
99 if (res16 != 0 || res32 != 0 || res64 != 0) { in test()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dfake86_cpu.cpp470 res16 = oper1 + oper2; in op_add16()
480 res16 = oper1 & oper2; in op_and16()
481 flag_log16 (res16); in op_and16()
490 res16 = oper1 | oper2; in op_or16()
491 flag_log16 (res16); in op_or16()
500 res16 = oper1 ^ oper2; in op_xor16()
501 flag_log16 (res16); in op_xor16()
510 res16 = oper1 - oper2; in op_sub16()
1132 res16 = ~oper1; in op_grp3_16()
1136 res16 = (~oper1) + 1; in op_grp3_16()
[all …]
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_clocker.v17 res16
23 output reg [15:0] res16; port
46 assign res16 = {count, clk_3, clk_1, clk_4};
H A Dt_clocker_bad.out6 %Warning-CLKDATA: t/t_clocker.v:46:17: Clock is assigned to part of data signal 'res16'
7 46 | assign res16 = {count, clk_3, clk_1, clk_4};
H A Dt_clocker.out9 $var wire 16 ' res16 [15:0] $end
23 $var wire 16 ' res16 [15:0] $end
/dports/www/firefox-esr/firefox-91.8.0/intl/components/gtest/
H A DTestNumberFormat.cpp23 const char16_t* res16 = nf->format(1234.56).unwrap().data(); in TEST() local
24 ASSERT_TRUE(res16 != nullptr); in TEST()
25 ASSERT_EQ(std::u16string_view(res16), u"1,234.56"); in TEST()
33 res16 = nfAr->format(1234.56).unwrap().data(); in TEST()
34 ASSERT_TRUE(res16 != nullptr); in TEST()
35 ASSERT_EQ(std::u16string_view(res16), u"١٬٢٣٤٫٥٦"); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/components/gtest/
H A DTestNumberFormat.cpp23 const char16_t* res16 = nf->format(1234.56).unwrap().data(); in TEST() local
24 ASSERT_TRUE(res16 != nullptr); in TEST()
25 ASSERT_EQ(std::u16string_view(res16), u"1,234.56"); in TEST()
33 res16 = nfAr->format(1234.56).unwrap().data(); in TEST()
34 ASSERT_TRUE(res16 != nullptr); in TEST()
35 ASSERT_EQ(std::u16string_view(res16), u"١٬٢٣٤٫٥٦"); in TEST()
/dports/converters/p5-Unicode-Map8/Unicode-Map8-0.13/
H A Dumap202 my @res16;
212 push(@res16, sprintf "0x%02X 0x%04X # %s\n", $c, $u,
227 if (@res16) {
229 print @res16;
/dports/devel/llvm70/llvm-7.0.1.src/test/Analysis/CostModel/SystemZ/
H A Dint-arith.ll23 %res16 = add <16 x i8> undef, undef
44 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %res16 = add <16 x i8> undef, …
69 %res16 = sub <16 x i8> undef, undef
90 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %res16 = sub <16 x i8> undef, …
115 %res16 = mul <16 x i8> undef, undef
136 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %res16 = mul <16 x i8> undef, …
161 %res16 = sdiv <16 x i8> undef, undef
182 ; CHECK: Cost Model: Found an estimated cost of 80 for instruction: %res16 = sdiv <16 x i8> undef…
207 %res16 = srem <16 x i8> undef, undef
253 %res16 = udiv <16 x i8> undef, undef
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddmc.h92 unsigned char res16[0xC]; member
159 unsigned char res16[0x4]; member
253 unsigned char res16[0x4]; member
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/arch/arm/mach-exynos/include/mach/
H A Ddmc.h92 unsigned char res16[0xC]; member
159 unsigned char res16[0x4]; member
253 unsigned char res16[0x4]; member

12345678910>>...74