Home
last modified time | relevance | path

Searched refs:test_indices (Results 1 – 25 of 80) sorted by relevance

1234

/dports/lang/solidity/solidity_0.8.11/test/libsolidity/semanticTests/viaYul/
H A Darray_storage_index_access.sol3 function test_indices(uint256 len) public
19 // test_indices(uint256): 1 ->
20 // test_indices(uint256): 129 ->
24 // test_indices(uint256): 5 ->
28 // test_indices(uint256): 10 ->
29 // test_indices(uint256): 15 ->
31 // test_indices(uint256): 0xFF ->
35 // test_indices(uint256): 1000 ->
39 // test_indices(uint256): 129 ->
43 // test_indices(uint256): 128 ->
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/util/unit/
H A DMathToolsTest.cpp35 Eigen::MatrixXi test_indices(6, 3); in TEUCHOS_UNIT_TEST() local
36 test_indices << 2, 0, 0, in TEUCHOS_UNIT_TEST()
43 Eigen::Map<Eigen::VectorXi> column(test_indices.col(1).data(), test_indices.rows()); in TEUCHOS_UNIT_TEST()
45 TEST_ASSERT(9 == num_nonzeros(test_indices)); in TEUCHOS_UNIT_TEST()
/dports/devel/libgta/libgta-1.0.8/tests/
H A Delements.c89 uintmax_t test_indices[4] = { -1, -1, -1, -1 }; in main() local
90 gta_linear_index_to_indices(hu, index, test_indices); in main()
91 check(test_indices[0] == indices[0]); in main()
92 check(test_indices[1] == indices[1]); in main()
93 check(test_indices[2] == indices[2]); in main()
94 check(test_indices[3] == indices[3]); in main()
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/x86/
H A Davx512bitalg.rs640 let test_indices = _mm512_set_epi8( in test_mm512_bitshuffle_epi64_mask() localVariable
655 let actual_result = _mm512_bitshuffle_epi64_mask(test_data, test_indices); in test_mm512_bitshuffle_epi64_mask()
670 let test_indices = _mm512_set_epi8( in test_mm512_mask_bitshuffle_epi64_mask() localVariable
686 let actual_result = _mm512_mask_bitshuffle_epi64_mask(mask, test_data, test_indices); in test_mm512_mask_bitshuffle_epi64_mask()
701 let test_indices = _mm256_set_epi8( in test_mm256_bitshuffle_epi64_mask() localVariable
711 let actual_result = _mm256_bitshuffle_epi64_mask(test_data, test_indices); in test_mm256_bitshuffle_epi64_mask()
719 let test_indices = _mm256_set_epi8( in test_mm256_mask_bitshuffle_epi64_mask() localVariable
738 let test_indices = _mm_set_epi8( in test_mm_bitshuffle_epi64_mask() localVariable
742 let actual_result = _mm_bitshuffle_epi64_mask(test_data, test_indices); in test_mm_bitshuffle_epi64_mask()
750 let test_indices = _mm_set_epi8( in test_mm_mask_bitshuffle_epi64_mask() localVariable
[all …]
/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_fancy_indexing.py199 test_indices = []
200 test_indices.append(1)
201 test_indices.append(np.array([1, 5, 1, 11, 3]))
202 test_indices.append(np.array([[[1], [5]], [[1], [11]]]))
203 test_indices.append([1, 5, 1, 11, 3])
204 test_indices.append((1, 5, 1))
205 test_indices.append(((1, 5, 1), (11, 3, 2)))
209 for ind in test_indices:
H A Dtest_array_methods.py1216 test_indices = []
1217 test_indices.append(1)
1218 test_indices.append(5)
1219 test_indices.append(11)
1220 test_indices.append(-2)
1221 test_indices.append(np.array([1, 5, 1, 11, 3]))
1223 test_indices.append(np.array([[[1, 5, 1], [11, 3, 0]]]))
1225 test_indices.append([1, 5, 1, 11, 3])
1226 test_indices.append((1, 5, 1))
1227 test_indices.append(((1, 5, 1), (11, 3, 2)))
[all …]
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/t/
H A D52-primearray.t51 my %test_indices = (
63 plan tests => 3 + 2 + scalar(keys %test_indices) + 8;
96 while (my($n, $pn) = each(%test_indices)) {
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/features/
H A Dtest_shot_estimation.cpp464 pcl::IndicesPtr test_indices (new pcl::Indices (0)); in TYPED_TEST() local
466 test_indices->push_back (static_cast<int> (i)); in TYPED_TEST()
471 …ndSearchSurface<TypeParam, PointXYZ, Normal, SHOT352> (cloud.makeShared (), normals, test_indices); in TYPED_TEST()
472 …lReferenceFrame<TypeParam, PointXYZ, Normal, SHOT352> (cloud.makeShared (), normals, test_indices); in TYPED_TEST()
678 pcl::IndicesPtr test_indices (new pcl::Indices (0)); in TYPED_TEST() local
680 test_indices->push_back (static_cast<int> (i)); in TYPED_TEST()
686 …<TypeParam, PointXYZRGBA, Normal, SHOT1344> (cloudWithColors.makeShared (), normals, test_indices); in TYPED_TEST()
763 pcl::IndicesPtr test_indices (new pcl::Indices (0)); variable
765 test_indices->push_back (static_cast<int> (i));
816 pcl::IndicesPtr test_indices (new pcl::Indices (0)); in TEST() local
[all …]
H A Dtest_pfh_estimation.cpp254 pcl::IndicesPtr test_indices (new pcl::Indices (0)); in TEST() local
256 test_indices->push_back (static_cast<int> (i)); in TEST()
259 (cloud, cloud, test_indices, 125); in TEST()
443 pcl::IndicesPtr test_indices (new pcl::Indices (0)); in TYPED_TEST() local
445 test_indices->push_back (static_cast<int> (i)); in TYPED_TEST()
448 (cloud, cloud, test_indices, 33); in TYPED_TEST()
/dports/multimedia/vmaf/vmaf-2.3.0/python/vmaf/core/
H A Dcross_validation.py24 test_indices, argument
37 xs_test = train_test_model_class.get_xs_from_results(results_or_df, test_indices)
38 ys_test = train_test_model_class.get_ys_from_results(results_or_df, test_indices)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/c_glib/test/
H A Dtest-dictionary-array.rb65 def test_indices singletonMethod in TestDictionaryArray
/dports/databases/arrow/apache-arrow-6.0.1/c_glib/test/
H A Dtest-dictionary-array.rb65 def test_indices singletonMethod in TestDictionaryArray
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/c_glib/test/
H A Dtest-dictionary-array.rb65 def test_indices singletonMethod in TestDictionaryArray
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/glsl/
H A Dlower_vec_index_to_cond_assign.cpp121 ir_constant *const test_indices = in convert_vec_index_to_cond_assign() local
124 ir_rvalue *const condition_val = greater(broadcast_index, test_indices); in convert_vec_index_to_cond_assign()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/unit/
H A DSymMatrix3DTest.cpp42 CPPUNIT_TEST (test_indices);
63 void test_indices();
103 void SymMatrix3DTest::test_indices() in test_indices() function in SymMatrix3DTest
/dports/devel/py-qutip/qutip-4.6.2/qutip/tests/
H A Dtest_dimensions.py176 test_indices = list(range(len(flatten(indices.base))))
177 assert (dims_idxs_to_tensor_idxs(indices.base, test_indices)
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_sqlite3.py114 def test_indices(self):
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/model_selection/
H A D_validation.py938 test_indices = np.concatenate([test for _, test in splits])
939 if not _check_is_permutation(test_indices, _num_samples(X)):
969 inv_test_indices = np.empty(len(test_indices), dtype=int)
970 inv_test_indices[test_indices] = np.arange(len(test_indices))
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/io/
H A DVtkTest.cpp131 int *test_indices = (int*)malloc(sizeof(int) * num_tests); in DECLARE_TEST() local
136 test_indices[i] = i; in DECLARE_TEST()
145 test_indices[test_count++] = j; in DECLARE_TEST()
150 test_data& test = test_array[test_indices[i]]; in DECLARE_TEST()
160 test_data& test = test_array[test_indices[i]]; in DECLARE_TEST()
174 free(test_indices); in DECLARE_TEST()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_contrib_intgemm.py102 test_indices = [
112 for indices, api in product(test_indices, [(mx.nd.contrib, mx.nd), (npx, np)]):
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_contrib_intgemm.py102 test_indices = [
112 for indices, api in product(test_indices, [(mx.nd.contrib, mx.nd), (npx, np)]):
/dports/science/py-ase/ase-3.22.0/ase/test/
H A Dtest_symbols.py66 def test_indices(atoms): function
/dports/devel/py-numba/numba-0.51.2/numba/cuda/tests/cudapy/
H A Dtest_record_dtype.py162 test_indices = [(0, 1), (1, 2), (0, 2)]
163 for i, j in test_indices:
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dlower_variable_index_to_cond_assign.cpp96 ir_constant *const test_indices = in compare_index_block() local
104 test_indices); in compare_index_block()
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_variable_index_to_cond_assign.cpp98 ir_constant *const test_indices = in compare_index_block() local
101 ir_rvalue *const condition_val = equal(broadcast_index, test_indices); in compare_index_block()

1234