Home
last modified time | relevance | path

Searched refs:vcleq_s32 (Results 1 – 25 of 135) sorted by relevance

123456

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/arm/neon/
H A DvcleQs32.c17 out_uint32x4_t = vcleq_s32 (arg0_int32x4_t, arg1_int32x4_t); in test_vcleQs32()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.target/arm/neon/
H A DvcleQs32.c17 out_uint32x4_t = vcleq_s32 (arg0_int32x4_t, arg1_int32x4_t); in test_vcleQs32()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/arm/neon/
H A DvcleQs32.c17 out_uint32x4_t = vcleq_s32 (arg0_int32x4_t, arg1_int32x4_t); in test_vcleQs32()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/arm/neon/
H A DvcleQs32.c17 out_uint32x4_t = vcleq_s32 (arg0_int32x4_t, arg1_int32x4_t); in test_vcleQs32()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.target/arm/neon/
H A DvcleQs32.c17 out_uint32x4_t = vcleq_s32 (arg0_int32x4_t, arg1_int32x4_t); in test_vcleQs32()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dremap.cpp423 …2x4_t v_mask = vandq_u32(vandq_u32(vcgeq_f32(v_table0.val[0], v_zero4), vcleq_s32(v_dst_x, v_width… in remapNearestNeighbor()
424 … vandq_u32(vcgeq_f32(v_table0.val[1], v_zero4), vcleq_s32(v_dst_y, v_height4))); in remapNearestNeighbor()
430 … v_mask = vandq_u32(vandq_u32(vcgeq_f32(v_table1.val[0], v_zero4), vcleq_s32(v_dst_x, v_width4)), in remapNearestNeighbor()
431 … vandq_u32(vcgeq_f32(v_table1.val[1], v_zero4), vcleq_s32(v_dst_y, v_height4))); in remapNearestNeighbor()
442 …2x4_t v_mask = vandq_u32(vandq_u32(vcgeq_f32(v_table0.val[0], v_zero4), vcleq_s32(v_dst_x, v_width… in remapNearestNeighbor()
443 … vandq_u32(vcgeq_f32(v_table0.val[1], v_zero4), vcleq_s32(v_dst_y, v_height4))); in remapNearestNeighbor()
638 …uint32x4_t v_mask_x0 = vandq_u32(vcgeq_f32(v_table.val[0], v_zero4), vcleq_s32(v_src_x0, v_width4)… in remapLinear()
639 …_x1 = vandq_u32(vcgeq_f32(vaddq_f32(v_table.val[0], v_one4f), v_zero4), vcleq_s32(v_src_x1, v_widt… in remapLinear()
640 …uint32x4_t v_mask_y0 = vandq_u32(vcgeq_f32(v_table.val[1], v_zero4), vcleq_s32(v_src_y0, v_height4… in remapLinear()
641 …_y1 = vandq_u32(vcgeq_f32(vaddq_f32(v_table.val[1], v_one4f), v_zero4), vcleq_s32(v_src_y1, v_heig… in remapLinear()
H A Dwarp_affine.cpp174 …uint32x4_t v_mask = vandq_u32(vandq_u32(vcgeq_f32(v_src_xf, v_zero4), vcleq_s32(v_src_x, v_width4)… in warpAffineNearestNeighbor()
175 … vandq_u32(vcgeq_f32(v_src_yf, v_zero4), vcleq_s32(v_src_y, v_height4))); in warpAffineNearestNeighbor()
376 … uint32x4_t v_mask_x0 = vandq_u32(vcgeq_f32(v_src_xf, v_zero4), vcleq_s32(v_src_x0, v_width4)); in warpAffineLinear()
377 …v_mask_x1 = vandq_u32(vcgeq_f32(vaddq_f32(v_src_xf, v_one4f), v_zero4), vcleq_s32(v_src_x1, v_widt… in warpAffineLinear()
378 … uint32x4_t v_mask_y0 = vandq_u32(vcgeq_f32(v_src_yf, v_zero4), vcleq_s32(v_src_y0, v_height4)); in warpAffineLinear()
379 …v_mask_y1 = vandq_u32(vcgeq_f32(vaddq_f32(v_src_yf, v_one4f), v_zero4), vcleq_s32(v_src_y1, v_heig… in warpAffineLinear()
H A Dwarp_perspective.cpp188 …uint32x4_t v_mask = vandq_u32(vandq_u32(vcgeq_f32(v_src_xf, v_zero4), vcleq_s32(v_src_x, v_width4)… in warpPerspectiveNearestNeighbor()
189 … vandq_u32(vcgeq_f32(v_src_yf, v_zero4), vcleq_s32(v_src_y, v_height4))); in warpPerspectiveNearestNeighbor()
405 … uint32x4_t v_mask_x0 = vandq_u32(vcgeq_f32(v_src_xf, v_zero4), vcleq_s32(v_src_x0, v_width4)); in warpPerspectiveLinear()
406 …v_mask_x1 = vandq_u32(vcgeq_f32(vaddq_f32(v_src_xf, v_one4f), v_zero4), vcleq_s32(v_src_x1, v_widt… in warpPerspectiveLinear()
407 … uint32x4_t v_mask_y0 = vandq_u32(vcgeq_f32(v_src_yf, v_zero4), vcleq_s32(v_src_y0, v_height4)); in warpPerspectiveLinear()
408 …v_mask_y1 = vandq_u32(vcgeq_f32(vaddq_f32(v_src_yf, v_one4f), v_zero4), vcleq_s32(v_src_y1, v_heig… in warpPerspectiveLinear()
H A Dthreshold.cpp1260 uint32x4_t r0 = vcleq_s32(v0, vthreshold8); in thresholdBinaryInv()
1261 uint32x4_t r1 = vcleq_s32(v1, vthreshold8); in thresholdBinaryInv()
/dports/devel/simde/simde-0.7.2/simde/arm/neon/
H A Dcle.h177 return vcleq_s32(a, b); in simde_vcleq_s32()
203 #undef vcleq_s32
204 #define vcleq_s32(a, b) simde_vcleq_s32((a), (b)) macro
/dports/biology/bowtie2/simde-no-tests-f6a0b3b/arm/neon/
H A Dcle.h177 return vcleq_s32(a, b); in simde_vcleq_s32()
203 #undef vcleq_s32
204 #define vcleq_s32(a, b) simde_vcleq_s32((a), (b)) macro
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/simde/simde/arm/neon/
H A Dcle.h177 return vcleq_s32(a, b); in simde_vcleq_s32()
203 #undef vcleq_s32
204 #define vcleq_s32(a, b) simde_vcleq_s32((a), (b)) macro
/dports/math/gemmlowp/gemmlowp-dc69acd/fixedpoint/
H A Dfixedpoint_neon.h221 return vreinterpretq_s32_u32(vcleq_s32(a, b));
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/detail/insn/
H A Dcmp_le.h180 return vcleq_s32(a.native(), b.native()); in i_cmp_le()
/dports/devel/xsimd/xsimd-7.6.0/include/xsimd/types/
H A Dxsimd_neon_int32.hpp379 return vcleq_s32(lhs, rhs); in lte()
/dports/science/py-dlib/dlib-19.22/dlib/simd/
H A Dsimd4i.h457 return (int32x4_t)vcleq_s32(lhs, rhs);
/dports/science/dlib-cpp/dlib-19.22/dlib/simd/
H A Dsimd4i.h457 return (int32x4_t)vcleq_s32(lhs, rhs);
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUFixedPoint.hpp941 return vreinterpretq_s32_u32(vcleq_s32(a, b)); in MaskIfLessThanOrEqual()
/dports/devel/simde/simde-0.7.2/test/arm/neon/
H A Dcle.c1416 SIMDE_TEST_FUNC_LIST_ENTRY(vcleq_s32)
/dports/devel/py-pythran/pythran-0.11.0/pythran/xsimd/arch/
H A Dxsimd_neon.hpp837 wrap::vcleq_u32, wrap::vcleq_s32, wrap::vcleq_f32) in WRAP_BINARY_INT_EXCLUDING_64()
/dports/devel/py-pythran/pythran-0.11.0/third_party/xsimd/arch/
H A Dxsimd_neon.hpp830 wrap::vcleq_u32, wrap::vcleq_s32, wrap::vcleq_f32) in WRAP_BINARY_INT_EXCLUDING_64()
/dports/devel/simde/simde-0.7.2/simde/x86/
H A Dxop.h930 r_.neon_u32 = vcleq_s32(a_.neon_i32, b_.neon_i32); in simde_mm_comle_epi32()
/dports/biology/bowtie2/simde-no-tests-f6a0b3b/x86/
H A Dxop.h930 r_.neon_u32 = vcleq_s32(a_.neon_i32, b_.neon_i32); in simde_mm_comle_epi32()
/dports/devel/upp/upp/uppsrc/plugin/Eigen/Eigen/src/Core/arch/NEON/
H A DPacketMath.h1250 { return vreinterpretq_s32_u32(vcleq_s32(a,b)); }
/dports/biology/bowtie2/simde-no-tests-f6a0b3b/wasm/
H A Dsimd128.h1930 r_.neon_u32 = vcleq_s32(a_.neon_i32, b_.neon_i32); in simde_wasm_i32x4_le()

123456