Home
last modified time | relevance | path

Searched refs:vpmax_u32 (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dcount_nonzero.cpp348 … int32x2_t vnz1 = vreinterpret_s32_u32(vpmax_u32(vget_low_u32(vlx1), vget_high_u32(vlx1))); in countNonZero()
349 … int32x2_t vnz2 = vreinterpret_s32_u32(vpmax_u32(vget_low_u32(vlx2), vget_high_u32(vlx2))); in countNonZero()
350 … int32x2_t vnz3 = vreinterpret_s32_u32(vpmax_u32(vget_low_u32(vlx3), vget_high_u32(vlx3))); in countNonZero()
351 … int32x2_t vnz4 = vreinterpret_s32_u32(vpmax_u32(vget_low_u32(vlx4), vget_high_u32(vlx4))); in countNonZero()
374 … int32x2_t vnz1 = vreinterpret_s32_u32(vpmax_u32(vget_low_u32(vlx1), vget_high_u32(vlx1))); in countNonZero()
375 … int32x2_t vnz2 = vreinterpret_s32_u32(vpmax_u32(vget_low_u32(vlx2), vget_high_u32(vlx2))); in countNonZero()
393 … int32x2_t vnz1 = vreinterpret_s32_u32(vpmax_u32(vget_low_u32(vlx1), vget_high_u32(vlx1))); in countNonZero()
/dports/devel/simde/simde-0.7.2/simde/arm/neon/
H A Dpmax.h128 return vpmax_u32(a, b); in simde_vpmax_u32()
134 #undef vpmax_u32
135 #define vpmax_u32(a, b) simde_vpmax_u32((a), (b)) macro
/dports/biology/vcflib/vcflib-1.0.2/src/simde/arm/neon/
H A Dpmax.h128 return vpmax_u32(a, b); in simde_vpmax_u32()
134 #undef vpmax_u32
135 #define vpmax_u32(a, b) simde_vpmax_u32((a), (b)) macro
/dports/biology/bowtie2/simde-no-tests-f6a0b3b/arm/neon/
H A Dpmax.h128 return vpmax_u32(a, b); in simde_vpmax_u32()
134 #undef vpmax_u32
135 #define vpmax_u32(a, b) simde_vpmax_u32((a), (b)) macro
/dports/biology/freebayes/freebayes-1.3.5/vcflib/src/simde/arm/neon/
H A Dpmax.h128 return vpmax_u32(a, b); in simde_vpmax_u32()
134 #undef vpmax_u32
135 #define vpmax_u32(a, b) simde_vpmax_u32((a), (b)) macro
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/simde/simde/arm/neon/
H A Dpmax.h128 return vpmax_u32(a, b); in simde_vpmax_u32()
134 #undef vpmax_u32
135 #define vpmax_u32(a, b) simde_vpmax_u32((a), (b)) macro
/dports/biology/hhsuite/hh-suite-3.3.0/lib/simde/simde/arm/neon/
H A Dpmax.h128 return vpmax_u32(a, b); in simde_vpmax_u32()
134 #undef vpmax_u32
135 #define vpmax_u32(a, b) simde_vpmax_u32((a), (b)) macro
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/arm/neon/
H A Dvpmaxu32.c17 out_uint32x2_t = vpmax_u32 (arg0_uint32x2_t, arg1_uint32x2_t); in test_vpmaxu32()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.target/arm/neon/
H A Dvpmaxu32.c17 out_uint32x2_t = vpmax_u32 (arg0_uint32x2_t, arg1_uint32x2_t); in test_vpmaxu32()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/arm/neon/
H A Dvpmaxu32.c17 out_uint32x2_t = vpmax_u32 (arg0_uint32x2_t, arg1_uint32x2_t); in test_vpmaxu32()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/arm/neon/
H A Dvpmaxu32.c17 out_uint32x2_t = vpmax_u32 (arg0_uint32x2_t, arg1_uint32x2_t); in test_vpmaxu32()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.target/arm/neon/
H A Dvpmaxu32.c17 out_uint32x2_t = vpmax_u32 (arg0_uint32x2_t, arg1_uint32x2_t); in test_vpmaxu32()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/packed_simd-0.3.3/src/codegen/reductions/mask/
H A Darm.rs51 (m32x4) => { arm_128_v7_neon_impl!(m32x4, m32x2, vpmin_u32, vpmax_u32); };
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/packed_simd_2-0.3.6/src/codegen/reductions/mask/
H A Darm.rs50 arm_128_v7_neon_impl!(m32x4, m32x2, vpmin_u32, vpmax_u32);
/dports/www/firefox/firefox-99.0/third_party/rust/packed_simd/src/codegen/reductions/mask/
H A Darm.rs51 (m32x4) => { arm_128_v7_neon_impl!(m32x4, m32x2, vpmin_u32, vpmax_u32); };
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/packed_simd/src/codegen/reductions/mask/
H A Darm.rs51 (m32x4) => { arm_128_v7_neon_impl!(m32x4, m32x2, vpmin_u32, vpmax_u32); };
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/packed_simd-0.3.3/src/codegen/reductions/mask/
H A Darm.rs51 (m32x4) => { arm_128_v7_neon_impl!(m32x4, m32x2, vpmin_u32, vpmax_u32); };
/dports/lang/rust/rustc-1.58.1-src/vendor/packed_simd_2/src/codegen/reductions/mask/
H A Darm.rs51 (m32x4) => { arm_128_v7_neon_impl!(m32x4, m32x2, vpmin_u32, vpmax_u32); };
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/packed_simd/src/codegen/reductions/mask/
H A Darm.rs51 (m32x4) => { arm_128_v7_neon_impl!(m32x4, m32x2, vpmin_u32, vpmax_u32); };
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/packed_simd/src/codegen/reductions/mask/
H A Darm.rs51 (m32x4) => { arm_128_v7_neon_impl!(m32x4, m32x2, vpmin_u32, vpmax_u32); };
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.c72 eob_d32 = vpmax_u32(eob_d32, eob_d32); in vp8_fast_quantize_b_neon()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.c78 eob_d32 = vpmax_u32(eob_d32, eob_d32); in vp8_fast_quantize_b_neon()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.c79 eob_d32 = vpmax_u32(eob_d32, eob_d32); in vp8_fast_quantize_b_neon()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.c79 eob_d32 = vpmax_u32(eob_d32, eob_d32); in vp8_fast_quantize_b_neon()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.c79 eob_d32 = vpmax_u32(eob_d32, eob_d32); in vp8_fast_quantize_b_neon()

123456789