Home
last modified time | relevance | path

Searched refs:mask_type (Results 1 – 25 of 1104) sorted by relevance

12345678910>>...45

/dports/devel/hpx/hpx-1.2.1/hpx/runtime/threads/
H A Dcpu_mask.hpp35 typedef std::uint64_t mask_type; typedef
40 HPX_ASSERT(idx < CHAR_BIT * sizeof(mask_type)); in bits()
49 inline mask_type not_(mask_cref_type mask) in not_()
56 HPX_ASSERT(idx < CHAR_BIT * sizeof(mask_type)); in test()
60 inline void set(mask_type& mask, std::size_t idx) in set()
62 HPX_ASSERT(idx < CHAR_BIT * sizeof(mask_type)); in set()
74 return CHAR_BIT * sizeof(mask_type); in mask_size()
79 HPX_ASSERT(s <= CHAR_BIT * sizeof(mask_type)); in resize()
126 inline void reset(mask_type& mask) in reset()
147 inline mask_type not_(mask_cref_type mask)
[all …]
H A Dtopology.hpp270 threads::mask_type get_area_membind_nodeset(
287 mask_type init_socket_affinity_mask_from_socket(
293 mask_type init_core_affinity_mask_from_core(
297 mask_type init_thread_affinity_mask(
306 static mask_type empty_mask;
329 mask_type init_machine_affinity_mask() const;
386 mask_type machine_affinity_mask_;
387 std::vector<mask_type> socket_affinity_masks_;
389 std::vector<mask_type> core_affinity_masks_;
390 std::vector<mask_type> thread_affinity_masks_;
[all …]
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/kernel/
H A Dsc_phase_callback_registry.cpp54 static const sc_phase_callback_registry::mask_type
83 sc_phase_callback_registry::mask_type
101 mask_type check_mask; in validate_mask()
158 sc_phase_callback_registry::mask_type
166 mask_type diff_mask = m; in register_callback()
167 mask_type new_mask = m; in register_callback()
199 sc_phase_callback_registry::mask_type
207 mask_type diff_mask = m; in unregister_callback()
208 mask_type new_mask = m; in unregister_callback()
272 sc_phase_callback_registry::mask_type
[all …]
H A Dsc_phase_callback_registry.h59 typedef cb_type::phase_cb_mask mask_type; typedef
64 mask_type mask;
95 mask_type register_callback( cb_type&, mask_type mask );
96 mask_type unregister_callback( cb_type&, mask_type mask );
118 mask_type validate_mask( cb_type&, mask_type, bool warn );
/dports/www/node10/node-v10.24.1/deps/v8/src/base/
H A Dflags.h28 typedef S mask_type; typedef
33 explicit Flags(mask_type mask) : mask_(static_cast<S>(mask)) {} in Flags()
69 operator mask_type() const { return mask_; } in mask_type() function
75 mask_type mask_;
92 Type::mask_type rhs)ALLOW_UNUSED_TYPE; \
93 inline void operator&(Type::flag_type lhs, Type::mask_type rhs) {} \
104 inline void operator|(Type::flag_type lhs, Type::mask_type rhs) \
106 inline void operator|(Type::flag_type lhs, Type::mask_type rhs) {} \
117 inline void operator^(Type::flag_type lhs, Type::mask_type rhs) \
119 inline void operator^(Type::flag_type lhs, Type::mask_type rhs) {} \
/dports/devel/hpx/hpx-1.2.1/src/runtime/threads/
H A Dtopology.cpp188 mask_type topology::empty_mask = mask_type();
536 mask_type mask = mask_type(); in get_thread_affinity_mask_from_lva()
970 mask_type machine_affinity_mask = mask_type(); in init_machine_affinity_mask()
1010 mask_type socket_affinity_mask = mask_type(); in init_socket_affinity_mask_from_socket()
1041 mask_type node_affinity_mask = mask_type(); in init_numa_node_affinity_mask_from_numa_node()
1072 mask_type core_affinity_mask = mask_type(); in init_core_affinity_mask_from_core()
1108 mask_type mask = mask_type(); in init_thread_affinity_mask()
1148 mask_type mask = mask_type(); in init_thread_affinity_mask()
1181 mask_type mask = mask_type(); in get_cpubind_mask()
1218 mask_type mask = mask_type(); in get_cpubind_mask()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/base/
H A Dflags.h28 using mask_type = S; variable
33 constexpr explicit Flags(mask_type mask) : mask_(static_cast<S>(mask)) {} in Flags()
81 constexpr operator mask_type() const { return mask_; } in mask_type() function
89 mask_type mask_;
106 Type::mask_type rhs)ALLOW_UNUSED_TYPE; \
107 inline void operator&(Type::flag_type lhs, Type::mask_type rhs) {} \
118 inline void operator|(Type::flag_type lhs, Type::mask_type rhs) \
120 inline void operator|(Type::flag_type lhs, Type::mask_type rhs) {} \
131 inline void operator^(Type::flag_type lhs, Type::mask_type rhs) \
133 inline void operator^(Type::flag_type lhs, Type::mask_type rhs) {} \
/dports/graphics/p5-Imager/Imager-1.012/t/250-draw/
H A D200-compose.t76 my ($mask_type, @mask_extras) = @$mask_info;
77 print "# $mask_type\n";
87 "$mask_type - simple compose");
107 "$mask_type - simple compose at 1/3");
118 "$mask_type - compose off top left");
129 "$mask_type - targ off bottom right");
150 "$mask_type - source off top left");
164 "$mask_type - source off bottom right");
176 "$mask_type - off the right of the target");
182 "$mask_type - off the left of the target");
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/websockets/tests/
H A Dtest_utils.py22 for data_type, mask_type in self.apply_mask_type_combos:
24 data_in, mask = data_type(data_in), mask_type(mask)
31 for data_type, mask_type in self.apply_mask_type_combos:
33 data_in, mask = data_type(data_in), mask_type(mask)
41 for data_type, mask_type in self.apply_mask_type_combos:
43 data_in, mask = data_type(data_in), mask_type(mask)
82 for data_type, mask_type in self.apply_mask_type_combos:
84 data_in, mask = data_type(data_in), mask_type(mask)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/websockets/tests/
H A Dtest_utils.py22 for data_type, mask_type in self.apply_mask_type_combos:
24 data_in, mask = data_type(data_in), mask_type(mask)
31 for data_type, mask_type in self.apply_mask_type_combos:
33 data_in, mask = data_type(data_in), mask_type(mask)
41 for data_type, mask_type in self.apply_mask_type_combos:
43 data_in, mask = data_type(data_in), mask_type(mask)
82 for data_type, mask_type in self.apply_mask_type_combos:
84 data_in, mask = data_type(data_in), mask_type(mask)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/websockets/tests/
H A Dtest_utils.py22 for data_type, mask_type in self.apply_mask_type_combos:
24 data_in, mask = data_type(data_in), mask_type(mask)
31 for data_type, mask_type in self.apply_mask_type_combos:
33 data_in, mask = data_type(data_in), mask_type(mask)
41 for data_type, mask_type in self.apply_mask_type_combos:
43 data_in, mask = data_type(data_in), mask_type(mask)
82 for data_type, mask_type in self.apply_mask_type_combos:
84 data_in, mask = data_type(data_in), mask_type(mask)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/test/
H A Dreconinter_test.cc33 DIFFWTD_MASK_TYPE mask_type,
63 uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const CONV_BUF_TYPE *src0,
88 DIFFWTD_MASK_TYPE mask_type);
114 for (int mask_type = 0; mask_type < DIFFWTD_MASK_TYPES; mask_type++) { in RunCheckOutput() local
116 mask_ref, (DIFFWTD_MASK_TYPE)mask_type, src0, width, src1, width, in RunCheckOutput()
119 test_impl(mask_test, (DIFFWTD_MASK_TYPE)mask_type, src0, width, src1, width, in RunCheckOutput()
128 << " @ " << width << "x" << height << " inv " << mask_type; in RunCheckOutput()
135 buildcompdiffwtdmaskd16_func test_impl, DIFFWTD_MASK_TYPE mask_type) { in RunSpeedTest() argument
159 av1_build_compound_diffwtd_mask_d16_c(mask, mask_type, src0, width, src1, in RunSpeedTest()
170 test_impl(mask, mask_type, src0, width, src1, width, height, width, in RunSpeedTest()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/test/
H A Dreconinter_test.cc32 DIFFWTD_MASK_TYPE mask_type,
62 uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const CONV_BUF_TYPE *src0,
87 DIFFWTD_MASK_TYPE mask_type);
112 for (int mask_type = 0; mask_type < DIFFWTD_MASK_TYPES; mask_type++) { in RunCheckOutput() local
114 mask_ref, (DIFFWTD_MASK_TYPE)mask_type, src0, width, src1, width, in RunCheckOutput()
117 test_impl(mask_test, (DIFFWTD_MASK_TYPE)mask_type, src0, width, src1, width, in RunCheckOutput()
126 << " @ " << width << "x" << height << " inv " << mask_type; in RunCheckOutput()
133 buildcompdiffwtdmaskd16_func test_impl, DIFFWTD_MASK_TYPE mask_type) { in RunSpeedTest() argument
157 av1_build_compound_diffwtd_mask_d16_c(mask, mask_type, src0, width, src1, in RunSpeedTest()
168 test_impl(mask, mask_type, src0, width, src1, width, height, width, in RunSpeedTest()
/dports/www/firefox/firefox-99.0/third_party/aom/test/
H A Dreconinter_test.cc32 DIFFWTD_MASK_TYPE mask_type,
62 uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const CONV_BUF_TYPE *src0,
87 DIFFWTD_MASK_TYPE mask_type);
112 for (int mask_type = 0; mask_type < DIFFWTD_MASK_TYPES; mask_type++) { in RunCheckOutput() local
114 mask_ref, (DIFFWTD_MASK_TYPE)mask_type, src0, width, src1, width, in RunCheckOutput()
117 test_impl(mask_test, (DIFFWTD_MASK_TYPE)mask_type, src0, width, src1, width, in RunCheckOutput()
126 << " @ " << width << "x" << height << " inv " << mask_type; in RunCheckOutput()
133 buildcompdiffwtdmaskd16_func test_impl, DIFFWTD_MASK_TYPE mask_type) { in RunSpeedTest() argument
157 av1_build_compound_diffwtd_mask_d16_c(mask, mask_type, src0, width, src1, in RunSpeedTest()
168 test_impl(mask, mask_type, src0, width, src1, width, height, width, in RunSpeedTest()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/test/
H A Dreconinter_test.cc32 DIFFWTD_MASK_TYPE mask_type,
62 uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const CONV_BUF_TYPE *src0,
87 DIFFWTD_MASK_TYPE mask_type);
112 for (int mask_type = 0; mask_type < DIFFWTD_MASK_TYPES; mask_type++) { in RunCheckOutput() local
114 mask_ref, (DIFFWTD_MASK_TYPE)mask_type, src0, width, src1, width, in RunCheckOutput()
117 test_impl(mask_test, (DIFFWTD_MASK_TYPE)mask_type, src0, width, src1, width, in RunCheckOutput()
126 << " @ " << width << "x" << height << " inv " << mask_type; in RunCheckOutput()
133 buildcompdiffwtdmaskd16_func test_impl, DIFFWTD_MASK_TYPE mask_type) { in RunSpeedTest() argument
157 av1_build_compound_diffwtd_mask_d16_c(mask, mask_type, src0, width, src1, in RunSpeedTest()
168 test_impl(mask, mask_type, src0, width, src1, width, height, width, in RunSpeedTest()
/dports/multimedia/aom/aom-3.2.0/test/
H A Dreconinter_test.cc32 DIFFWTD_MASK_TYPE mask_type,
62 uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const CONV_BUF_TYPE *src0,
87 DIFFWTD_MASK_TYPE mask_type);
113 for (int mask_type = 0; mask_type < DIFFWTD_MASK_TYPES; mask_type++) { in RunCheckOutput() local
115 mask_ref, (DIFFWTD_MASK_TYPE)mask_type, src0, width, src1, width, in RunCheckOutput()
118 test_impl(mask_test, (DIFFWTD_MASK_TYPE)mask_type, src0, width, src1, width, in RunCheckOutput()
127 << " @ " << width << "x" << height << " inv " << mask_type; in RunCheckOutput()
134 buildcompdiffwtdmaskd16_func test_impl, DIFFWTD_MASK_TYPE mask_type) { in RunSpeedTest() argument
158 av1_build_compound_diffwtd_mask_d16_c(mask, mask_type, src0, width, src1, in RunSpeedTest()
169 test_impl(mask, mask_type, src0, width, src1, width, height, width, in RunSpeedTest()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/test/
H A Dreconinter_test.cc32 DIFFWTD_MASK_TYPE mask_type,
62 uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const CONV_BUF_TYPE *src0,
87 DIFFWTD_MASK_TYPE mask_type);
112 for (int mask_type = 0; mask_type < DIFFWTD_MASK_TYPES; mask_type++) { in RunCheckOutput() local
114 mask_ref, (DIFFWTD_MASK_TYPE)mask_type, src0, width, src1, width, in RunCheckOutput()
117 test_impl(mask_test, (DIFFWTD_MASK_TYPE)mask_type, src0, width, src1, width, in RunCheckOutput()
126 << " @ " << width << "x" << height << " inv " << mask_type; in RunCheckOutput()
133 buildcompdiffwtdmaskd16_func test_impl, DIFFWTD_MASK_TYPE mask_type) { in RunSpeedTest() argument
157 av1_build_compound_diffwtd_mask_d16_c(mask, mask_type, src0, width, src1, in RunSpeedTest()
168 test_impl(mask, mask_type, src0, width, src1, width, height, width, in RunSpeedTest()
/dports/devel/hpx/hpx-1.2.1/hpx/compute/host/
H A Dtarget.hpp36 explicit native_handle_type(hpx::threads::mask_type mask) in native_handle_type()
40 hpx::threads::mask_type& get_device() noexcept in get_device()
44 hpx::threads::mask_type const& get_device() const noexcept in get_device()
52 hpx::threads::mask_type mask_;
63 explicit target(hpx::threads::mask_type mask) in target()
73 target(hpx::id_type const& locality, hpx::threads::mask_type mask) in target()
/dports/lang/v8/v8-9.6.180.12/src/base/
H A Dflags.h28 using mask_type = S; variable
33 constexpr explicit Flags(mask_type mask) : mask_(static_cast<S>(mask)) {} in Flags()
81 constexpr operator mask_type() const { return mask_; } in mask_type() function
89 mask_type mask_;
102 Type::mask_type rhs) {} \
112 Type::mask_type rhs) {} \
122 Type::mask_type rhs) {} \
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/base/
H A Dflags.h28 using mask_type = S; variable
33 constexpr explicit Flags(mask_type mask) : mask_(static_cast<S>(mask)) {} in Flags()
81 constexpr operator mask_type() const { return mask_; } in mask_type() function
89 mask_type mask_;
102 Type::mask_type rhs) {} \
112 Type::mask_type rhs) {} \
122 Type::mask_type rhs) {} \
/dports/devel/libflatarray/libflatarray-0.3.0/src/detail/
H A Dshort_vec_scalar_double_1.hpp35 typedef unsigned char mask_type; typedef in LibFlatArray::short_vec
129 mask_type operator<(const short_vec<double, 1>& other) const in operator <()
135 mask_type operator<=(const short_vec<double, 1>& other) const in operator <=()
141 mask_type operator==(const short_vec<double, 1>& other) const in operator ==()
147 mask_type operator>(const short_vec<double, 1>& other) const in operator >()
153 mask_type operator>=(const short_vec<double, 1>& other) const in operator >=()
H A Dshort_vec_scalar_float_1.hpp35 typedef unsigned char mask_type; typedef in LibFlatArray::short_vec
129 mask_type operator<(const short_vec<float, 1>& other) const in operator <()
135 mask_type operator<=(const short_vec<float, 1>& other) const in operator <=()
141 mask_type operator==(const short_vec<float, 1>& other) const in operator ==()
147 mask_type operator>(const short_vec<float, 1>& other) const in operator >()
153 mask_type operator>=(const short_vec<float, 1>& other) const in operator >=()
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/threads/policies/
H A Daffinity_data.hpp39 std::vector<threads::mask_type> const& affinity_masks) in set_affinity_masks()
44 std::vector<threads::mask_type> && affinity_masks) in set_affinity_masks()
57 mask_type get_used_pus_mask(threads::topology const& topo,
89 std::vector<mask_type> affinity_masks_;
91mask_type no_affinity_; ///< mask of processing units which have no af…
/dports/devel/vc/Vc-1.4.2/Vc/common/
H A Dsimd_cast_caller.tcc37 : data(simd_cast<mask_type>(internal_data(x))) in SimdMaskArray()
44 : data(simd_cast<mask_type>(internal_data(internal_data0(x)), in SimdMaskArray()
52 : data(simd_cast<mask_type>(internal_data(internal_data0(internal_data0(x))), in SimdMaskArray()
64 : data(simd_cast<mask_type, Index>(x.data)) in SimdMaskArray()
71 : data(simd_cast<mask_type>(k)) in SimdMaskArray()
/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxmasked_view.hpp42 using mask_type = std::decay_t<CTM>; typedef
44 using flag_type = typename mask_type::value_type;
92 using mask_type = typename inner_types::mask_type; typedef in xt::xmasked_view
103 using flag_reference = typename mask_type::reference;
104 using flag_const_reference = typename mask_type::const_reference;
209 mask_type& visible() noexcept;
210 const mask_type& visible() const noexcept;
270 using mask_type = typename masked_view_type::mask_type; typedef in xt::xmasked_view_stepper
275 typename mask_type::const_stepper,
276 typename mask_type::stepper>;
[all …]

12345678910>>...45