Home
last modified time | relevance | path

Searched refs:vbslq_u64 (Results 1 – 25 of 144) sorted by relevance

123456

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/arm/neon/
H A DvbslQu64.c18 out_uint64x2_t = vbslq_u64 (arg0_uint64x2_t, arg1_uint64x2_t, arg2_uint64x2_t); in test_vbslQu64()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.target/arm/neon/
H A DvbslQu64.c18 out_uint64x2_t = vbslq_u64 (arg0_uint64x2_t, arg1_uint64x2_t, arg2_uint64x2_t); in test_vbslQu64()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/arm/neon/
H A DvbslQu64.c18 out_uint64x2_t = vbslq_u64 (arg0_uint64x2_t, arg1_uint64x2_t, arg2_uint64x2_t); in test_vbslQu64()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/arm/neon/
H A DvbslQu64.c18 out_uint64x2_t = vbslq_u64 (arg0_uint64x2_t, arg1_uint64x2_t, arg2_uint64x2_t); in test_vbslQu64()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.target/arm/neon/
H A DvbslQu64.c18 out_uint64x2_t = vbslq_u64 (arg0_uint64x2_t, arg1_uint64x2_t, arg2_uint64x2_t); in test_vbslQu64()
/dports/biology/vcflib/vcflib-1.0.2/src/simde/arm/neon/
H A Dbsl.h405 return vbslq_u64(a, b, c); in simde_vbslq_u64()
417 #undef vbslq_u64
418 #define vbslq_u64(a, b, c) simde_vbslq_u64((a), (b), (c)) macro
/dports/biology/freebayes/freebayes-1.3.5/vcflib/src/simde/arm/neon/
H A Dbsl.h405 return vbslq_u64(a, b, c); in simde_vbslq_u64()
417 #undef vbslq_u64
418 #define vbslq_u64(a, b, c) simde_vbslq_u64((a), (b), (c)) macro
/dports/biology/hhsuite/hh-suite-3.3.0/lib/simde/simde/arm/neon/
H A Dbsl.h405 return vbslq_u64(a, b, c); in simde_vbslq_u64()
417 #undef vbslq_u64
418 #define vbslq_u64(a, b, c) simde_vbslq_u64((a), (b), (c)) macro
/dports/devel/simde/simde-0.7.2/simde/arm/neon/
H A Dbsl.h427 return vbslq_u64(a, b, c); in simde_vbslq_u64()
441 #undef vbslq_u64
442 #define vbslq_u64(a, b, c) simde_vbslq_u64((a), (b), (c)) macro
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/simde/simde/arm/neon/
H A Dbsl.h427 return vbslq_u64(a, b, c); in simde_vbslq_u64()
441 #undef vbslq_u64
442 #define vbslq_u64(a, b, c) simde_vbslq_u64((a), (b), (c)) macro
/dports/biology/bowtie2/simde-no-tests-f6a0b3b/arm/neon/
H A Dbsl.h441 return vbslq_u64(a, b, c); in simde_vbslq_u64()
457 #undef vbslq_u64
458 #define vbslq_u64(a, b, c) simde_vbslq_u64((a), (b), (c)) macro
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/detail/shuffle/
H A Dneon_int64x2.h97 return vbslq_u64(mask.native(), a.native(), b.native());
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/common/simd/neon/
H A Dmisc.h136 #define npyv_select_u64 vbslq_u64
/dports/devel/xsimd/xsimd-7.6.0/include/xsimd/types/
H A Dxsimd_neon_uint64.hpp478 return vbslq_u64(cond, a, b); in select()
/dports/math/kfr/kfr-4.2.1/include/kfr/math/impl/
H A Dselect.hpp255 return vbslq_u64(m.v, x.v, y.v);
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper_neon.cpp1200 …const uint64x2_t d1 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[0]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()
1201 …const uint64x2_t d2 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[1]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper_neon.cpp1200 …const uint64x2_t d1 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[0]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()
1201 …const uint64x2_t d2 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[1]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper_neon.cpp1200 …const uint64x2_t d1 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[0]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()
1201 …const uint64x2_t d2 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[1]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper_neon.cpp1200 …const uint64x2_t d1 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[0]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()
1201 …const uint64x2_t d2 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[1]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper_neon.cpp1200 …const uint64x2_t d1 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[0]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()
1201 …const uint64x2_t d2 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[1]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper_neon.cpp1200 …const uint64x2_t d1 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[0]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()
1201 …const uint64x2_t d2 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[1]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper_neon.cpp1200 …const uint64x2_t d1 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[0]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()
1201 …const uint64x2_t d2 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[1]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper_neon.cpp1200 …const uint64x2_t d1 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[0]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()
1201 …const uint64x2_t d2 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[1]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper_neon.cpp1200 …const uint64x2_t d1 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[0]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()
1201 …const uint64x2_t d2 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[1]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper_neon.cpp1200 …const uint64x2_t d1 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[0]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()
1201 …const uint64x2_t d2 = vbslq_u64(blendMask, vreinterpretq_u64_u8(v.val[1]), vreinterpretq_u64_u16(s… in convertARGB32ToRGBA64PM_neon()

123456