Home
last modified time | relevance | path

Searched refs:wide_result (Results 1 – 25 of 88) sorted by relevance

1234

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A32/translate/impl/
H A Dasimd_two_regs_shift.cpp110 auto wide_result = [&] { in ShiftRightNarrowing() local
119 wide_result = PerformRoundingCorrection(v, source_esize, round_value, reg_m, wide_result); in ShiftRightNarrowing()
125 return v.ir.VectorNarrow(source_esize, wide_result); in ShiftRightNarrowing()
128 return v.ir.VectorSignedSaturatedNarrowToUnsigned(source_esize, wide_result); in ShiftRightNarrowing()
130 return v.ir.VectorUnsignedSaturatedNarrow(source_esize, wide_result); in ShiftRightNarrowing()
133 return v.ir.VectorSignedSaturatedNarrowToSigned(source_esize, wide_result); in ShiftRightNarrowing()
/dports/devel/boost-docs/boost_1_72_0/libs/regex/src/
H A Dw32_regex_traits.cpp480 WCHAR wide_result; in w32_tolower() local
486 &wide_result, // destination buffer in w32_tolower()
491 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_tolower()
551 WCHAR wide_result; in w32_toupper() local
557 &wide_result, // destination buffer in w32_toupper()
562 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_toupper()
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/libs/regex/src/
H A Dw32_regex_traits.cpp478 WCHAR wide_result; in w32_tolower() local
484 &wide_result, // destination buffer in w32_tolower()
489 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_tolower()
549 WCHAR wide_result; in w32_toupper() local
555 &wide_result, // destination buffer in w32_toupper()
560 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_toupper()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/regex/src/
H A Dw32_regex_traits.cpp478 WCHAR wide_result; in w32_tolower() local
484 &wide_result, // destination buffer in w32_tolower()
489 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_tolower()
549 WCHAR wide_result; in w32_toupper() local
555 &wide_result, // destination buffer in w32_toupper()
560 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_toupper()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/regex/src/
H A Dw32_regex_traits.cpp480 WCHAR wide_result; in w32_tolower() local
486 &wide_result, // destination buffer in w32_tolower()
491 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_tolower()
551 WCHAR wide_result; in w32_toupper() local
557 &wide_result, // destination buffer in w32_toupper()
562 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_toupper()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/regex/src/
H A Dw32_regex_traits.cpp478 WCHAR wide_result; in w32_tolower() local
484 &wide_result, // destination buffer in w32_tolower()
489 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_tolower()
549 WCHAR wide_result; in w32_toupper() local
555 &wide_result, // destination buffer in w32_toupper()
560 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_toupper()
/dports/databases/percona57-server/boost_1_59_0/libs/regex/src/
H A Dw32_regex_traits.cpp478 WCHAR wide_result; in w32_tolower() local
484 &wide_result, // destination buffer in w32_tolower()
489 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_tolower()
549 WCHAR wide_result; in w32_toupper() local
555 &wide_result, // destination buffer in w32_toupper()
560 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_toupper()
/dports/databases/xtrabackup/boost_1_59_0/libs/regex/src/
H A Dw32_regex_traits.cpp478 WCHAR wide_result; in w32_tolower() local
484 &wide_result, // destination buffer in w32_tolower()
489 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_tolower()
549 WCHAR wide_result; in w32_toupper() local
555 &wide_result, // destination buffer in w32_toupper()
560 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_toupper()
/dports/databases/percona57-client/boost_1_59_0/libs/regex/src/
H A Dw32_regex_traits.cpp478 WCHAR wide_result; in w32_tolower() local
484 &wide_result, // destination buffer in w32_tolower()
489 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_tolower()
549 WCHAR wide_result; in w32_toupper() local
555 &wide_result, // destination buffer in w32_toupper()
560 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_toupper()
/dports/emulators/citra/citra-ac98458e0/externals/boost/libs/regex/src/
H A Dw32_regex_traits.cpp480 WCHAR wide_result; in w32_tolower() local
486 &wide_result, // destination buffer in w32_tolower()
491 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_tolower()
551 WCHAR wide_result; in w32_toupper() local
557 &wide_result, // destination buffer in w32_toupper()
562 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_toupper()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/libs/regex/src/
H A Dw32_regex_traits.cpp480 WCHAR wide_result; in w32_tolower() local
486 &wide_result, // destination buffer in w32_tolower()
491 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_tolower()
551 WCHAR wide_result; in w32_toupper() local
557 &wide_result, // destination buffer in w32_toupper()
562 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_toupper()
/dports/devel/libcutl/libcutl-1.10.0/cutl/details/boost/regex/src/
H A Dw32_regex_traits.cxx478 WCHAR wide_result; in w32_tolower() local
484 &wide_result, // destination buffer in w32_tolower()
489 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_tolower()
549 WCHAR wide_result; in w32_toupper() local
555 &wide_result, // destination buffer in w32_toupper()
560 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_toupper()
/dports/devel/boost-libs/boost_1_72_0/libs/regex/src/
H A Dw32_regex_traits.cpp480 WCHAR wide_result; in w32_tolower() local
486 &wide_result, // destination buffer in w32_tolower()
491 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_tolower()
551 WCHAR wide_result; in w32_toupper() local
557 &wide_result, // destination buffer in w32_toupper()
562 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_toupper()
/dports/devel/boost-python-libs/boost_1_72_0/libs/regex/src/
H A Dw32_regex_traits.cpp480 WCHAR wide_result; in w32_tolower() local
486 &wide_result, // destination buffer in w32_tolower()
491 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_tolower()
551 WCHAR wide_result; in w32_toupper() local
557 &wide_result, // destination buffer in w32_toupper()
562 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_toupper()
/dports/devel/xsd/xsd-4.1.0.a11+dep/libcutl/cutl/details/boost/regex/src/
H A Dw32_regex_traits.cxx478 WCHAR wide_result; in w32_tolower() local
484 &wide_result, // destination buffer in w32_tolower()
489 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_tolower()
549 WCHAR wide_result; in w32_toupper() local
555 &wide_result, // destination buffer in w32_toupper()
560 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_toupper()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/libs/regex/src/
H A Dw32_regex_traits.cpp478 WCHAR wide_result; in w32_tolower() local
484 &wide_result, // destination buffer in w32_tolower()
489 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_tolower()
549 WCHAR wide_result; in w32_toupper() local
555 &wide_result, // destination buffer in w32_toupper()
560 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_toupper()
/dports/devel/hyperscan/boost_1_75_0/libs/regex/src/
H A Dw32_regex_traits.cpp480 WCHAR wide_result; in w32_tolower() local
486 &wide_result, // destination buffer in w32_tolower()
491 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_tolower()
551 WCHAR wide_result; in w32_toupper() local
557 &wide_result, // destination buffer in w32_toupper()
562 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_toupper()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/libs/regex/src/
H A Dw32_regex_traits.cpp478 WCHAR wide_result; in w32_tolower() local
484 &wide_result, // destination buffer in w32_tolower()
489 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_tolower()
549 WCHAR wide_result; in w32_toupper() local
555 &wide_result, // destination buffer in w32_toupper()
560 if (::WideCharToMultiByte(code_page, 0, &wide_result, 1, result, 2, NULL, NULL) == 0) in w32_toupper()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dsimd_shift_by_immediate.cpp106 IR::U128 wide_result = [&] { in ShiftRightNarrowing() local
115 wide_result = PerformRoundingCorrection(v, source_esize, round_value, operand, wide_result); in ShiftRightNarrowing()
121 return v.ir.VectorNarrow(source_esize, wide_result); in ShiftRightNarrowing()
124 return v.ir.VectorSignedSaturatedNarrowToUnsigned(source_esize, wide_result); in ShiftRightNarrowing()
126 return v.ir.VectorUnsignedSaturatedNarrow(source_esize, wide_result); in ShiftRightNarrowing()
129 return v.ir.VectorSignedSaturatedNarrowToSigned(source_esize, wide_result); in ShiftRightNarrowing()
H A Dsimd_scalar_shift_by_immediate.cpp183 IR::U128 wide_result = [&] { in ShiftRightNarrowing() local
193 return v.ir.VectorNarrow(source_esize, wide_result); in ShiftRightNarrowing()
196 return v.ir.VectorSignedSaturatedNarrowToUnsigned(source_esize, wide_result); in ShiftRightNarrowing()
198 return v.ir.VectorUnsignedSaturatedNarrow(source_esize, wide_result); in ShiftRightNarrowing()
201 return v.ir.VectorSignedSaturatedNarrowToSigned(source_esize, wide_result); in ShiftRightNarrowing()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dsimd_shift_by_immediate.cpp106 IR::U128 wide_result = [&] { in ShiftRightNarrowing() local
115 wide_result = PerformRoundingCorrection(v, source_esize, round_value, operand, wide_result); in ShiftRightNarrowing()
121 return v.ir.VectorNarrow(source_esize, wide_result); in ShiftRightNarrowing()
124 return v.ir.VectorSignedSaturatedNarrowToUnsigned(source_esize, wide_result); in ShiftRightNarrowing()
126 return v.ir.VectorUnsignedSaturatedNarrow(source_esize, wide_result); in ShiftRightNarrowing()
129 return v.ir.VectorSignedSaturatedNarrowToSigned(source_esize, wide_result); in ShiftRightNarrowing()
H A Dsimd_scalar_shift_by_immediate.cpp183 IR::U128 wide_result = [&] { in ShiftRightNarrowing() local
193 return v.ir.VectorNarrow(source_esize, wide_result); in ShiftRightNarrowing()
196 return v.ir.VectorSignedSaturatedNarrowToUnsigned(source_esize, wide_result); in ShiftRightNarrowing()
198 return v.ir.VectorUnsignedSaturatedNarrow(source_esize, wide_result); in ShiftRightNarrowing()
201 return v.ir.VectorSignedSaturatedNarrowToSigned(source_esize, wide_result); in ShiftRightNarrowing()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dsimd_shift_by_immediate.cpp106 IR::U128 wide_result = [&] { in ShiftRightNarrowing() local
115 wide_result = PerformRoundingCorrection(v, source_esize, round_value, operand, wide_result); in ShiftRightNarrowing()
121 return v.ir.VectorNarrow(source_esize, wide_result); in ShiftRightNarrowing()
124 return v.ir.VectorSignedSaturatedNarrowToUnsigned(source_esize, wide_result); in ShiftRightNarrowing()
126 return v.ir.VectorUnsignedSaturatedNarrow(source_esize, wide_result); in ShiftRightNarrowing()
129 return v.ir.VectorSignedSaturatedNarrowToSigned(source_esize, wide_result); in ShiftRightNarrowing()
H A Dsimd_scalar_shift_by_immediate.cpp183 IR::U128 wide_result = [&] { in ShiftRightNarrowing() local
193 return v.ir.VectorNarrow(source_esize, wide_result); in ShiftRightNarrowing()
196 return v.ir.VectorSignedSaturatedNarrowToUnsigned(source_esize, wide_result); in ShiftRightNarrowing()
198 return v.ir.VectorUnsignedSaturatedNarrow(source_esize, wide_result); in ShiftRightNarrowing()
201 return v.ir.VectorSignedSaturatedNarrowToSigned(source_esize, wide_result); in ShiftRightNarrowing()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/opts/
H A DSkBitmapProcState_opts_SSE2.cpp409 __m128i wide_result = _mm_packs_epi32(wide_out_low, in ClampX_ClampY_nofilter_scale_SSE2() local
411 _mm_store_si128(reinterpret_cast<__m128i*>(xy), wide_result); in ClampX_ClampY_nofilter_scale_SSE2()
459 __m128i wide_result = _mm_packs_epi32(wide_out_low, in ClampX_ClampY_nofilter_scale_SSE2() local
461 _mm_store_si128(reinterpret_cast<__m128i*>(xy), wide_result); in ClampX_ClampY_nofilter_scale_SSE2()

1234