Home
last modified time | relevance | path

Searched refs:test_mask (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/dports/net/py-softlayer/SoftLayer-5.9.7/tests/managers/
H A Dtag_tests.py17 self.test_mask = "mask[id]"
27 result = self.tag_manager.list_tags(mask=self.test_mask)
28 … self.assert_called_with('SoftLayer_Tag', 'getUnattachedTagsForCurrentUser', mask=self.test_mask)
29 … self.assert_called_with('SoftLayer_Tag', 'getAttachedTagsForCurrentUser', mask=self.test_mask)
39 result = self.tag_manager.get_unattached_tags(mask=self.test_mask)
49 result = self.tag_manager.get_attached_tags(mask=self.test_mask)
51 … self.assert_called_with('SoftLayer_Tag', 'getAttachedTagsForCurrentUser', mask=self.test_mask)
61 result = self.tag_manager.get_tag_references(tag_id, mask=self.test_mask)
123 result = self.tag_manager.get_tag(tag_id, mask=self.test_mask)
136 result = self.tag_manager.get_tag_by_name(tag_name, mask=self.test_mask)
[all …]
H A Dautoscale_tests.py108 test_mask = "mask[id]"
109 self.autoscale.get_virtual_guests(11111, mask=test_mask)
115 mask=test_mask
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/brip_pro/processes/
H A Dbrip_solve_gain_offset_process.cxx62 vil_image_view<unsigned char> test_mask; in brip_solve_gain_offset_process() local
64 test_mask = *test_mask_ptr; in brip_solve_gain_offset_process()
66 brip_gain_offset_solver gos(model_image, test_image, model_mask, test_mask); in brip_solve_gain_offset_process()
135 vil_image_view<unsigned char> test_mask; in brip_solve_gain_offset_constraints_process() local
137 test_mask = *test_mask_ptr; in brip_solve_gain_offset_constraints_process()
139 brip_gain_offset_solver gos(model_image, test_image, model_mask, test_mask); in brip_solve_gain_offset_constraints_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/tests/
H A Dtest_gain_offset_solver.cxx48 vil_image_view<unsigned char> test_mask(ni, nj); in test_gain_offset_solver()
49 test_mask.fill(false); in test_gain_offset_solver()
52 test_mask(i,j) = static_cast<unsigned char>(255); in test_gain_offset_solver()
67 brip_gain_offset_solver gos2(model_image, test_image, model_mask, test_mask); in test_gain_offset_solver()
81 vil_save(test_mask, mask_path.c_str()); in test_gain_offset_solver()
H A Dtest_driver.cxx12 DECLARE( test_mask );
32 REGISTER( test_mask ); in register_tests()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/spu/headers/
H A Disnand2.h66 vec_uint4 test_mask = (vec_uint4) { 0x7FF00000, 0x00000000, 0x7FF00000, 0x00000000 }; in _isnand2()
73 vec_uint4 x2 = spu_cmpeq(signless,test_mask); in _isnand2()
79 vec_uint4 x1 = spu_cmpgt(signless,test_mask); in _isnand2()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/machine/spu/headers/
H A Disnand2.h66 vec_uint4 test_mask = (vec_uint4) { 0x7FF00000, 0x00000000, 0x7FF00000, 0x00000000 }; in _isnand2()
73 vec_uint4 x2 = spu_cmpeq(signless,test_mask); in _isnand2()
79 vec_uint4 x1 = spu_cmpgt(signless,test_mask); in _isnand2()
/dports/misc/libpri/libpri-1.6.0/
H A Dasn1_primitive.c976 u_int32_t test_mask; in asn1_enc_length() local
986 test_mask = 0xFF000000; in asn1_enc_length()
988 if (body_length & test_mask) { in asn1_enc_length()
995 test_mask >>= 8; in asn1_enc_length()
1039 u_int32_t test_mask; in asn1_enc_length_fixup() local
1054 test_mask = 0xFF000000; in asn1_enc_length_fixup()
1063 test_mask >>= 8; in asn1_enc_length_fixup()
1135 u_int32_t test_mask; in asn1_enc_int() local
1139 test_mask = 0xFF800000; in asn1_enc_int()
1142 if ((val & test_mask) != test_mask && (val & test_mask) != 0) { in asn1_enc_int()
[all …]
/dports/x11/rendercheck/rendercheck-1.5/
H A Dt_repeat.c50 picture_info *dst_color, picture_info *c1, picture_info *c2, Bool test_mask) in repeat_test() argument
69 pa.component_alpha = test_mask; in repeat_test()
92 if (!test_mask) { in repeat_test()
119 if (!test_mask) { in repeat_test()
152 ops[op].name, test_mask ? "mask" : "src"); in repeat_test()
H A Drendercheck.h190 Bool test_mask);
194 Bool test_mask);
198 Bool test_mask);
208 Bool test_mask);
H A Dt_srccoords.c77 Bool test_mask) in srccoords_test() argument
95 if (!test_mask) in srccoords_test()
126 print_fail(test_mask ? "mask coords" : "src coords", in srccoords_test()
/dports/benchmarks/fio/fio-3.29/lib/
H A Dmemcpy.c235 unsigned int test_mask = 0; in fio_memcpy_test() local
239 test_mask = ~0U; in fio_memcpy_test()
243 test_mask = get_test_mask(type); in fio_memcpy_test()
245 if (!test_mask) { in fio_memcpy_test()
260 if (!(t[i].mask & test_mask)) in fio_memcpy_test()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dint_util.cc180 auto test_one_item = [&](uint64_t addend, uint64_t test_mask) -> bool { in DetectIntWidth() argument
182 if (ARROW_PREDICT_FALSE(((v + addend) & test_mask) != 0)) { in DetectIntWidth()
190 auto test_four_items = [&](uint64_t addend, uint64_t test_mask) -> bool { in DetectIntWidth() argument
193 if (ARROW_PREDICT_FALSE((mask & test_mask) != 0)) { in DetectIntWidth()
274 auto test_one_item = [&](uint64_t addend, uint64_t test_mask) -> bool { in DetectIntWidth() argument
278 if (ARROW_PREDICT_FALSE((v & test_mask) != 0)) { in DetectIntWidth()
287 auto test_eight_items = [&](uint64_t addend, uint64_t test_mask) -> bool { in DetectIntWidth() argument
294 if (ARROW_PREDICT_FALSE(((mask1 | mask2) & test_mask) != 0)) { in DetectIntWidth()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sndhrdw/
H A Datarijsa.c46 static UINT16 test_mask; variable
85 test_mask = testmask; in atarijsa_init()
176 if (!(readinputport(test_port) & test_mask)) result ^= 0x80; in READ_HANDLER()
299 if (!(readinputport(test_port) & test_mask)) result ^= 0x80; in READ_HANDLER()
414 if (!(readinputport(test_port) & test_mask)) result ^= 0x90; in READ_HANDLER()
546 if (!(readinputport(test_port) & test_mask)) result ^= 0x90; in READ_HANDLER()
/dports/misc/tvm/incubator-tvm-0.6.1/tutorials/frontend/
H A Dbuild_gcn.py99 test_mask = data.test_mask # the test set which isn't included in the training phase
102 acc = ((pred == data.labels) * test_mask).sum() / test_mask.sum()
354 test_mask = data.test_mask variable
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tutorials/frontend/
H A Dbuild_gcn.py92 test_mask = data.test_mask # the test set which isn't included in the training phase
95 acc = ((pred == data.labels) * test_mask).sum() / test_mask.sum()
348 test_mask = data.test_mask variable
/dports/misc/py-tvm/incubator-tvm-0.6.1/tutorials/frontend/
H A Dbuild_gcn.py99 test_mask = data.test_mask # the test set which isn't included in the training phase
102 acc = ((pred == data.labels) * test_mask).sum() / test_mask.sum()
354 test_mask = data.test_mask variable
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sndhrdw/
H A Datarijsa.c46 static UINT16 test_mask; variable
85 test_mask = testmask; in atarijsa_init()
194 if (!(readinputport(test_port) & test_mask)) result ^= 0x80; in READ_HANDLER()
321 if (!(readinputport(test_port) & test_mask)) result ^= 0x80; in READ_HANDLER()
440 if (!(readinputport(test_port) & test_mask)) result ^= 0x90; in READ_HANDLER()
576 if (!(readinputport(test_port) & test_mask)) result ^= 0x90; in READ_HANDLER()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sndhrdw/
H A Datarijsa.c46 static UINT16 test_mask; variable
85 test_mask = testmask; in atarijsa_init()
194 if (!(readinputport(test_port) & test_mask)) result ^= 0x80; in READ_HANDLER()
321 if (!(readinputport(test_port) & test_mask)) result ^= 0x80; in READ_HANDLER()
440 if (!(readinputport(test_port) & test_mask)) result ^= 0x90; in READ_HANDLER()
576 if (!(readinputport(test_port) & test_mask)) result ^= 0x90; in READ_HANDLER()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libdrm/src/tests/amdgpu/
H A Dras_tests.c367 struct ras_test_mask test_mask; member
377 struct ras_test_mask test_mask; member
473 return ras_DID_array[i].test_mask; in amdgpu_ras_get_test_mask()
563 struct ras_test_mask test_mask; in suite_ras_tests_init() local
599 test_mask = amdgpu_ras_get_test_mask(device); in suite_ras_tests_init()
602 device_handle, id, capability, test_mask, in suite_ras_tests_init()
660 ras_block_mask_inject = devices[card].test_mask.inject_mask; in set_test_card()
661 ras_block_mask_query = devices[card].test_mask.query_mask; in set_test_card()
662 ras_block_mask_basic = devices[card].test_mask.basic_mask; in set_test_card()
/dports/science/py-dipy/dipy-1.4.1/dipy/workflows/tests/
H A Dtest_masking.py11 def test_mask(): function
29 test_mask()
/dports/graphics/libdrm/libdrm-2.4.110/tests/amdgpu/
H A Dras_tests.c370 struct ras_test_mask test_mask; member
380 struct ras_test_mask test_mask; member
476 return ras_DID_array[i].test_mask; in amdgpu_ras_get_test_mask()
543 ras_block_mask_inject = devices[card].test_mask.inject_mask; in set_test_card()
544 ras_block_mask_query = devices[card].test_mask.query_mask; in set_test_card()
545 ras_block_mask_basic = devices[card].test_mask.basic_mask; in set_test_card()
942 struct ras_test_mask test_mask; in suite_ras_tests_init() local
978 test_mask = amdgpu_ras_get_test_mask(device); in suite_ras_tests_init()
981 device_handle, id, capability, test_mask, in suite_ras_tests_init()
/dports/math/openfst/openfst-1.8.1/src/include/fst/
H A Dtest-properties.h222 uint64 test_mask) { in CheckProperties() argument
225 props = TestProperties(fst, check_mask | test_mask, /*known=*/nullptr); in CheckProperties()
227 props = ComputeProperties(fst, check_mask | test_mask, /*known=*/nullptr); in CheckProperties()
229 return props & (check_mask | test_mask); in CheckProperties()
/dports/www/osrm-backend/osrm-backend-5.26.0/src/guidance/
H A Dturn_lane_data.cpp75 const auto isSet = [&](const TurnLaneType::Mask test_mask) -> bool { in laneDataFromDescription() argument
76 return (test_mask & full_mask) == test_mask; in laneDataFromDescription()
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/test/transcoding/OpenCL/
H A Dsub_group_mask.cl11 // CHECK-LLVM: test_mask
14 kernel void test_mask(global uint4 *out)

12345678910>>...16