Home
last modified time | relevance | path

Searched defs:mask64 (Results 1 – 25 of 116) sorted by relevance

12345

/dports/cad/netgen/netgen-6.2.2105/libsrc/core/
H A Dsimd_arm64.hpp18 SIMD (SIMD<mask64,1> i0, SIMD<mask64,1> i1) { mask[0] = i0[0]; mask[1] = i1[0]; } in SIMD() function in ngcore::SIMD
59 SIMD (double const * p, SIMD<mask64,2> mask) in SIMD() function in ngcore::SIMD
82 void Store (double * p, SIMD<mask64,2> mask) in Store()
159 NETGEN_INLINE SIMD<double,2> If (SIMD<mask64,2> a, SIMD<double,2> b, SIMD<double,2> c) in If()
164 NETGEN_INLINE SIMD<int64_t,2> If (SIMD<mask64,2> a, SIMD<int64_t,2> b, SIMD<int64_t,2> c) in If()
169 NETGEN_INLINE SIMD<mask64,2> operator&& (SIMD<mask64,2> a, SIMD<mask64,2> b) in operator &&()
H A Dsimd_avx.hpp127 SIMD (double const * p, SIMD<mask64,4> mask) { data = _mm256_maskload_pd(p, mask.Data()); } in SIMD() function in ngcore::SIMD
134 void Store (double * p, SIMD<mask64,4> mask) { _mm256_maskstore_pd(p, mask.Data(), data); } in Store()
248 NETGEN_INLINE SIMD<mask64,4> operator&& (SIMD<mask64,4> a, SIMD<mask64,4> b) in operator &&()
250 NETGEN_INLINE SIMD<mask64,4> operator|| (SIMD<mask64,4> a, SIMD<mask64,4> b) in operator ||()
252 NETGEN_INLINE SIMD<mask64,4> operator! (SIMD<mask64,4> a) in operator !()
255 NETGEN_INLINE SIMD<mask64,4> operator&& (SIMD<mask64,4> a, SIMD<mask64,4> b) in operator &&()
257 NETGEN_INLINE SIMD<mask64,4> operator|| (SIMD<mask64,4> a, SIMD<mask64,4> b) in operator ||()
259 NETGEN_INLINE SIMD<mask64,4> operator! (SIMD<mask64,4> a) in operator !()
262 NETGEN_INLINE SIMD<double,4> If (SIMD<mask64,4> a, SIMD<double,4> b, SIMD<double,4> c) in If()
302 NETGEN_INLINE SIMD<int64_t,4> If (SIMD<mask64,4> a, SIMD<int64_t,4> b, SIMD<int64_t,4> c) in If()
H A Dsimd_sse.hpp100 SIMD (double const * p, SIMD<mask64,2> mask) in SIMD() function in ngcore::SIMD
115 void Store (double * p, SIMD<mask64,2> mask) in Store()
220 NETGEN_INLINE SIMD<mask64,2> operator&& (SIMD<mask64,2> a, SIMD<mask64,2> b) in operator &&()
222 NETGEN_INLINE SIMD<mask64,2> operator|| (SIMD<mask64,2> a, SIMD<mask64,2> b) in operator ||()
224 NETGEN_INLINE SIMD<mask64,2> operator! (SIMD<mask64,2> a) in operator !()
227 NETGEN_INLINE SIMD<double,2> If (SIMD<mask64,2> a, SIMD<double,2> b, SIMD<double,2> c) in If()
230 NETGEN_INLINE SIMD<double,2> If (SIMD<mask64,2> a, SIMD<double,2> b, SIMD<double,2> c) in If()
256 NETGEN_INLINE SIMD<int64_t, 2> If(SIMD<mask64, 2> a, SIMD<int64_t, 2> b, in If()
H A Dsimd_avx512.hpp74 NETGEN_INLINE SIMD<int64_t,8> If (SIMD<mask64,8> a, SIMD<int64_t,8> b, SIMD<int64_t,8> c) in If()
92 SIMD (double const * p, SIMD<mask64,8> mask) in SIMD() function in ngcore::SIMD
103 void Store (double * p, SIMD<mask64,8> mask) { _mm512_mask_storeu_pd(p, mask.Data(), data); } in Store()
173 NETGEN_INLINE SIMD<mask64,8> operator&& (SIMD<mask64,8> a, SIMD<mask64,8> b) in operator &&()
175 NETGEN_INLINE SIMD<mask64,8> operator|| (SIMD<mask64,8> a, SIMD<mask64,8> b) in operator ||()
177 NETGEN_INLINE SIMD<mask64,8> operator! (SIMD<mask64,8> a) in operator !()
180 NETGEN_INLINE SIMD<double,8> If (SIMD<mask64,8> a, SIMD<double,8> b, SIMD<double,8> c) in If()
H A Dsimd_generic.hpp80 SIMD (SIMD<mask64,N1> lo_, SIMD<mask64,N2> hi_) : lo(lo_), hi(hi_) { ; } in SIMD() function in ngcore::SIMD
87 NETGEN_INLINE SIMD<mask64,N> operator&& (SIMD<mask64,N> a, SIMD<mask64,N> b) in operator &&()
210 SIMD (double const * p, SIMD<mask64,1> mask) { data = mask.Data() ? *p : 0.0; } in SIMD() function in ngcore::SIMD
229 void Store (double * p, SIMD<mask64,1> mask) { if (mask.Data()) *p = data; } in Store()
282 SIMD (double const * p, SIMD<mask64,N> mask) in SIMD() function in ngcore::SIMD
286 SIMD (double * p, SIMD<mask64,N> mask) in SIMD() function in ngcore::SIMD
304 void Store (double * p, SIMD<mask64,N> mask) in Store()
509 NETGEN_INLINE SIMD<T,N> If (SIMD<mask64,N> a, SIMD<T,N> b, SIMD<T,N> c) in If()
/dports/lang/rust/rustc-1.58.1-src/library/portable-simd/crates/core_simd/tests/mask_ops_impl/
H A Dmod.rs8 mod mask64; module
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/websockets-0.12.7.2/cbits/
H A Dcbits.c41 uint64_t mask64; in _hs_mask_chunk() local
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/websockets-0.12.7.1/cbits/
H A Dcbits.c41 uint64_t mask64; in _hs_mask_chunk() local
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/map/garmin/
H A DIGarminStrTbl.h76 quint64 mask64; variable
/dports/math/yices/yices-2.6.2/src/terms/
H A Dbv64_constants.h49 static inline uint64_t mask64(uint32_t n) { in mask64() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/url/
H A Durl.c113 #define MASKS_WITH_ALLOWED(allowed, mask32, mask64, mask96) \ argument
123 #define ALLOW(a, mask32, mask64, mask96) \ argument
201 unsigned mask32, mask64, mask96; in url_esclen() local
232 unsigned mask32, mask64, mask96; in url_escape() local
334 unsigned mask32 = 0xbe19003f, mask64 = 0x8000001e, mask96 = 0x8000001d; in url_canonize() local
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/url/
H A Durl.c113 #define MASKS_WITH_ALLOWED(allowed, mask32, mask64, mask96) \ argument
123 #define ALLOW(a, mask32, mask64, mask96) \ argument
201 unsigned mask32, mask64, mask96; in url_esclen() local
232 unsigned mask32, mask64, mask96; in url_escape() local
334 unsigned mask32 = 0xbe19003f, mask64 = 0x8000001e, mask96 = 0x8000001d; in url_canonize() local
/dports/lang/gcc6-aux/gcc-6-20180516/libgcc/config/libbid/
H A Dbid128.c2645 UINT64 mask64[] = { variable
/dports/lang/gcc8/gcc-8.5.0/libgcc/config/libbid/
H A Dbid128.c2645 UINT64 mask64[] = { variable
/dports/lang/gcc48/gcc-4.8.5/libgcc/config/libbid/
H A Dbid128.c2645 UINT64 mask64[] = { variable
/dports/lang/gcc10/gcc-10.3.0/libgcc/config/libbid/
H A Dbid128.c2645 UINT64 mask64[] = { variable
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgcc/config/libbid/
H A Dbid128.c2645 UINT64 mask64[] = { variable
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgcc/config/libbid/
H A Dbid128.c2645 UINT64 mask64[] = { variable
/dports/lang/gcc12-devel/gcc-12-20211205/libgcc/config/libbid/
H A Dbid128.c2645 UINT64 mask64[] = { variable
/dports/lang/gcc11-devel/gcc-11-20211009/libgcc/config/libbid/
H A Dbid128.c2645 UINT64 mask64[] = { variable
/dports/lang/gnat_util/gcc-6-20180516/libgcc/config/libbid/
H A Dbid128.c2645 UINT64 mask64[] = { variable
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgcc/config/libbid/
H A Dbid128.c2645 UINT64 mask64[] = { variable
/dports/lang/gcc9-devel/gcc-9-20211007/libgcc/config/libbid/
H A Dbid128.c2645 UINT64 mask64[] = { variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgcc/config/libbid/
H A Dbid128.c2645 UINT64 mask64[] = { variable
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgcc/config/libbid/
H A Dbid128.c2645 UINT64 mask64[] = { variable

12345