Home
last modified time | relevance | path

Searched refs:mask64 (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/cad/netgen/netgen-6.2.2105/libsrc/core/
H A Dsimd_avx.hpp41 class SIMD<mask64,4>
53 static SIMD<mask64, 4> GetMaskFromBits (unsigned int i);
56 static SIMD<mask64, 4> masks_from_4bits[16] = {
67 NETGEN_INLINE SIMD<mask64, 4> SIMD<mask64, 4> :: GetMaskFromBits (unsigned int i) in GetMaskFromBits()
223 NETGEN_INLINE SIMD<mask64,4> operator< (SIMD<double,4> a , SIMD<double,4> b) in operator <()
248 NETGEN_INLINE SIMD<mask64,4> operator&& (SIMD<mask64,4> a, SIMD<mask64,4> b) in operator &&() argument
250 NETGEN_INLINE SIMD<mask64,4> operator|| (SIMD<mask64,4> a, SIMD<mask64,4> b) in operator ||() argument
252 NETGEN_INLINE SIMD<mask64,4> operator! (SIMD<mask64,4> a) in operator !() argument
255 NETGEN_INLINE SIMD<mask64,4> operator&& (SIMD<mask64,4> a, SIMD<mask64,4> b) in operator &&() argument
257 NETGEN_INLINE SIMD<mask64,4> operator|| (SIMD<mask64,4> a, SIMD<mask64,4> b) in operator ||() argument
[all …]
H A Dsimd_sse.hpp16 class SIMD<mask64,2>
27 static NETGEN_INLINE SIMD<mask64, 2> GetMaskFromBits (unsigned int i);
30 static SIMD<mask64, 2> masks_from_2bits[4] = {
35 NETGEN_INLINE SIMD<mask64, 2> SIMD<mask64, 2> :: GetMaskFromBits (unsigned int i) in GetMaskFromBits()
100 SIMD (double const * p, SIMD<mask64,2> mask) in SIMD() argument
115 void Store (double * p, SIMD<mask64,2> mask) in Store() argument
194 NETGEN_INLINE SIMD<mask64,2> operator< (SIMD<double,2> a , SIMD<double,2> b) in operator <()
220 NETGEN_INLINE SIMD<mask64,2> operator&& (SIMD<mask64,2> a, SIMD<mask64,2> b) in operator &&() argument
222 NETGEN_INLINE SIMD<mask64,2> operator|| (SIMD<mask64,2> a, SIMD<mask64,2> b) in operator ||() argument
224 NETGEN_INLINE SIMD<mask64,2> operator! (SIMD<mask64,2> a) in operator !() argument
[all …]
H A Dsimd_avx512.hpp16 class SIMD<mask64,8>
35 static NETGEN_INLINE SIMD<mask64, 8> GetMaskFromBits (unsigned int i) in GetMaskFromBits()
37 return SIMD<mask64, 8>(__mmask8(i)); in GetMaskFromBits()
92 SIMD (double const * p, SIMD<mask64,8> mask) in SIMD() argument
147 NETGEN_INLINE SIMD<mask64,8> operator<= (SIMD<double,8> a , SIMD<double,8> b) in operator <=()
149 NETGEN_INLINE SIMD<mask64,8> operator< (SIMD<double,8> a , SIMD<double,8> b) in operator <()
151 NETGEN_INLINE SIMD<mask64,8> operator>= (SIMD<double,8> a , SIMD<double,8> b) in operator >=()
153 NETGEN_INLINE SIMD<mask64,8> operator> (SIMD<double,8> a , SIMD<double,8> b) in operator >()
173 NETGEN_INLINE SIMD<mask64,8> operator&& (SIMD<mask64,8> a, SIMD<mask64,8> b) in operator &&() argument
175 NETGEN_INLINE SIMD<mask64,8> operator|| (SIMD<mask64,8> a, SIMD<mask64,8> b) in operator ||() argument
[all …]
H A Dsimd_arm64.hpp7 class SIMD<mask64,2>
18 SIMD (SIMD<mask64,1> i0, SIMD<mask64,1> i1) { mask[0] = i0[0]; mask[1] = i1[0]; } in SIMD() argument
59 SIMD (double const * p, SIMD<mask64,2> mask) in SIMD() argument
82 void Store (double * p, SIMD<mask64,2> mask) in Store() argument
159 NETGEN_INLINE SIMD<double,2> If (SIMD<mask64,2> a, SIMD<double,2> b, SIMD<double,2> c) in If() argument
164 NETGEN_INLINE SIMD<int64_t,2> If (SIMD<mask64,2> a, SIMD<int64_t,2> b, SIMD<int64_t,2> c) in If() argument
169 NETGEN_INLINE SIMD<mask64,2> operator&& (SIMD<mask64,2> a, SIMD<mask64,2> b) in operator &&() argument
H A Dsimd_generic.hpp34 class mask64;
57 class SIMD<mask64,1>
75 SIMD<mask64,N1> lo;
76 SIMD<mask64,N2> hi;
80 SIMD (SIMD<mask64,N1> lo_, SIMD<mask64,N2> hi_) : lo(lo_), hi(hi_) { ; } in SIMD() argument
81 SIMD<mask64,N1> Lo() const { return lo; } in Lo()
82 SIMD<mask64,N2> Hi() const { return hi; } in Hi()
87 NETGEN_INLINE SIMD<mask64,N> operator&& (SIMD<mask64,N> a, SIMD<mask64,N> b) in operator &&() argument
282 SIMD (double const * p, SIMD<mask64,N> mask) in SIMD() argument
286 SIMD (double * p, SIMD<mask64,N> mask) in SIMD() argument
[all …]
/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
43 mask64 = (uint64_t)(rotr32(mask, 8 * mask_offset)); in _hs_mask_chunk()
44 mask64 |= (mask64 << 32); in _hs_mask_chunk()
47 *(uint64_t *)dst = *(uint64_t*)src ^ mask64; in _hs_mask_chunk()
/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
43 mask64 = (uint64_t)(rotr32(mask, 8 * mask_offset)); in _hs_mask_chunk()
44 mask64 |= (mask64 << 32); in _hs_mask_chunk()
47 *(uint64_t *)dst = *(uint64_t*)src ^ mask64; in _hs_mask_chunk()
/dports/security/snort3/snort3-3.1.19.0/src/framework/
H A Dvalue.cc437 uint64_t mask64; variable
469 mask64 = 0x1100000000000000;
470 test_val.update_mask(mask64, flag64, invert);
471 CHECK((mask64 == 0x0100000000000000));
489 mask64 = 0x0100000000000000;
490 test_val.update_mask(mask64, flag64, invert);
491 CHECK((mask64 == 0x1100000000000000));
515 mask64 = 0x1100000000000000;
517 CHECK((mask64 == 0x0100000000000000));
535 mask64 = 0x0100000000000000;
[all …]
/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
60 return c & mask64(n); in norm64()
69 return (c & mask64(n)) == mask64(n); in bvconst64_is_minus_one()
129 return (n == 1) ? 0 : mask64(n-1); // all bits 1, except the sign bit in max_signed64()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/map/garmin/
H A DIGarminStrTbl.cpp66 mask64 = mask32; in IGarminStrTbl()
67 mask64 <<= 32; in IGarminStrTbl()
68 mask64 |= mask32; in IGarminStrTbl()
96 *p64++ ^= mask64; in readFile()
/dports/math/yices/yices-2.6.2/src/solvers/bv/
H A Dbv64_intervals.c38 assert(a == ((b + c) & mask64(n))); in add_underflow64()
43 assert(a == ((b + c) & mask64(n))); in add_overflow64()
54 assert(a == ((b - c) & mask64(n))); in sub_underflow64()
59 assert(a == ((b - c) & mask64(n))); in sub_overflow64()
274 a->high = mask64(n); in bv64_interval_add_u_core()
336 a->high = mask64(n); in bv64_interval_sub_u_core()
418 } else if (c == mask64(n)) { in bv64_interval_addmul_u()
452 a->high = mask64(n); in bv64_interval_addmul_u()
467 a->high = mask64(n); in bv64_interval_addmul_u()
498 } else if (c == mask64(n)) { in bv64_interval_addmul_s()
H A Dbv64_intervals.h112 intv->high = mask64(n); in bv64_triv_interval_u()
144 return intv->low == 0 && intv->high == mask64(intv->nbits); in bv64_interval_is_triv_u()
/dports/devel/radare2/radare2-5.1.1/libr/parse/p/
H A Dparse_ppc_pseudo.c97 static ut64 mask64(ut64 mb, ut64 me) { in mask64() function
1490 snprintf (ppc_mask, sizeof (ppc_mask), "0x%"PFMT64x"", mask64 (MB, ME)); in replace()
1496 snprintf (ppc_mask, sizeof (ppc_mask), "0x%"PFMT64x"", mask64 (MB, 63)); in replace()
1503 snprintf (ppc_mask, sizeof (ppc_mask), "0x%"PFMT64x"", mask64 (MB, ME)); in replace()
1509 snprintf (ppc_mask, sizeof (ppc_mask), "0x%"PFMT64x"", mask64 (0, ME)); in replace()
1517 snprintf (ppc_mask, sizeof (ppc_mask), "0x%"PFMT64x"", mask64 (MB, ME)); in replace()
1525 ut64 inverted = ~ (mask64 (MB, ME)); in replace()
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_bv64_parsing.c64 check = mask64(n); // 000111...11 in test_parse_bvbin()
130 check = mask64(4 * n); in test_parse_bvhex()
138 check = mask64(4 * n); in test_parse_bvhex()
H A Dtest_bv64_abstraction.c230 bv64_abs_constant(&tst, mask64(5), 5); in test_minus_one()
234 bv64_abs_constant(&tst, mask64(63), 63); in test_minus_one()
238 bv64_abs_constant(&tst, mask64(64), 64); in test_minus_one()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/neterion/vxge/
H A Dvxge-traffic.c599 u64 mask64; in __vxge_hw_vpath_alarm_process() local
706 ~mask64) { in __vxge_hw_vpath_alarm_process()
715 ~mask64) { in __vxge_hw_vpath_alarm_process()
724 ~mask64) in __vxge_hw_vpath_alarm_process()
729 ~mask64) in __vxge_hw_vpath_alarm_process()
734 ~mask64) in __vxge_hw_vpath_alarm_process()
754 ~mask64) { in __vxge_hw_vpath_alarm_process()
764 ~mask64) { in __vxge_hw_vpath_alarm_process()
774 ~mask64) { in __vxge_hw_vpath_alarm_process()
803 ~mask64) in __vxge_hw_vpath_alarm_process()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/neterion/vxge/
H A Dvxge-traffic.c599 u64 mask64; in __vxge_hw_vpath_alarm_process() local
706 ~mask64) { in __vxge_hw_vpath_alarm_process()
715 ~mask64) { in __vxge_hw_vpath_alarm_process()
724 ~mask64) in __vxge_hw_vpath_alarm_process()
729 ~mask64) in __vxge_hw_vpath_alarm_process()
734 ~mask64) in __vxge_hw_vpath_alarm_process()
754 ~mask64) { in __vxge_hw_vpath_alarm_process()
764 ~mask64) { in __vxge_hw_vpath_alarm_process()
774 ~mask64) { in __vxge_hw_vpath_alarm_process()
803 ~mask64) in __vxge_hw_vpath_alarm_process()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/neterion/vxge/
H A Dvxge-traffic.c599 u64 mask64; in __vxge_hw_vpath_alarm_process() local
706 ~mask64) { in __vxge_hw_vpath_alarm_process()
715 ~mask64) { in __vxge_hw_vpath_alarm_process()
724 ~mask64) in __vxge_hw_vpath_alarm_process()
729 ~mask64) in __vxge_hw_vpath_alarm_process()
734 ~mask64) in __vxge_hw_vpath_alarm_process()
754 ~mask64) { in __vxge_hw_vpath_alarm_process()
764 ~mask64) { in __vxge_hw_vpath_alarm_process()
774 ~mask64) { in __vxge_hw_vpath_alarm_process()
803 ~mask64) in __vxge_hw_vpath_alarm_process()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/util/
H A Dbitset_test.cpp32 BITSET_DECLARE(mask64, 64); in TEST()
36 EXPECT_EQ(sizeof(mask64), 8); in TEST()
/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
118 ALLOW(a, mask32, mask64, mask96); \
123 #define ALLOW(a, mask32, mask64, mask96) \ argument
129 mask64 &= ~(1U << (95 - a)); \
201 unsigned mask32, mask64, mask96; in url_esclen() local
203 MASKS_WITH_RESERVED(reserved, mask32, mask64, mask96); in url_esclen()
208 if (IS_EXCLUDED(u, mask32, mask64, mask96)) in url_esclen()
232 unsigned mask32, mask64, mask96; in url_escape() local
234 MASKS_WITH_RESERVED(reserved, mask32, mask64, mask96); in url_escape()
239 if (IS_EXCLUDED(u, mask32, mask64, mask96)) { in url_escape()
[all …]
/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
118 ALLOW(a, mask32, mask64, mask96); \
123 #define ALLOW(a, mask32, mask64, mask96) \ argument
129 mask64 &= ~(1U << (95 - a)); \
201 unsigned mask32, mask64, mask96; in url_esclen() local
203 MASKS_WITH_RESERVED(reserved, mask32, mask64, mask96); in url_esclen()
208 if (IS_EXCLUDED(u, mask32, mask64, mask96)) in url_esclen()
232 unsigned mask32, mask64, mask96; in url_escape() local
234 MASKS_WITH_RESERVED(reserved, mask32, mask64, mask96); in url_escape()
239 if (IS_EXCLUDED(u, mask32, mask64, mask96)) { in url_escape()
[all …]
/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/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/aarch64/
H A Ddecode_aarch64.hpp140 static inline u_int64_t mask64(int hi = 63, int lo = 0) in mask64() function
155 return (val & mask64(hi, lo)); in pick64()
/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

12345678910