Home
last modified time | relevance | path

Searched refs:test_matrix (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/
Dtest_banded_storage_layout.cpp59 banded_matrix< int, Orientation > test_matrix( m, n, kl, ku ); in test_band_storage() local
60 test_matrix.clear(); in test_band_storage()
61 size_t band_storage_size = test_matrix.data().size(); in test_band_storage()
63 test_matrix( 0, 0 ) = 11; in test_band_storage()
64 test_matrix( 0, 1 ) = 12; in test_band_storage()
65 test_matrix( 1, 0 ) = 21; in test_band_storage()
66 test_matrix( 1, 1 ) = 22; in test_band_storage()
67 test_matrix( 1, 2 ) = 23; in test_band_storage()
68 test_matrix( 2, 0 ) = 31; in test_band_storage()
69 test_matrix( 2, 1 ) = 32; in test_band_storage()
[all …]
Dtest_assignment.cpp159 bool test_matrix() { in test_matrix() function
695 BOOST_UBLAS_TEST_DEF (test_matrix) { in BOOST_UBLAS_TEST_DEF() argument
699 BOOST_UBLAS_TEST_CHECK(test_matrix<matrix<double> >()); in BOOST_UBLAS_TEST_DEF()
700 BOOST_UBLAS_TEST_CHECK(test_matrix<matrix<float> >()); in BOOST_UBLAS_TEST_DEF()
701 BOOST_UBLAS_TEST_CHECK(test_matrix<matrix<long> >()); in BOOST_UBLAS_TEST_DEF()
702 BOOST_UBLAS_TEST_CHECK(test_matrix<matrix<unsigned long> >()); in BOOST_UBLAS_TEST_DEF()
703 BOOST_UBLAS_TEST_CHECK(test_matrix<matrix<int> >()); in BOOST_UBLAS_TEST_DEF()
704 BOOST_UBLAS_TEST_CHECK(test_matrix<matrix<unsigned int> >()); in BOOST_UBLAS_TEST_DEF()
705 BOOST_UBLAS_TEST_CHECK(test_matrix<matrix<std::size_t> >()); in BOOST_UBLAS_TEST_DEF()
706 BOOST_UBLAS_TEST_CHECK(test_matrix<matrix<char> >()); in BOOST_UBLAS_TEST_DEF()
[all …]
Dtest_fixed_containers.cpp177 bool test_matrix( std::string type_name) in test_matrix() function
299 BOOST_UBLAS_TEST_CHECK( test_matrix< double >( "double") ); in BOOST_UBLAS_TEST_DEF()
300 BOOST_UBLAS_TEST_CHECK( test_matrix< float >( "float") ); in BOOST_UBLAS_TEST_DEF()
301 BOOST_UBLAS_TEST_CHECK( test_matrix< int >( "int") ); in BOOST_UBLAS_TEST_DEF()
303 BOOST_UBLAS_TEST_CHECK( test_matrix< std::complex<double> >( "std::complex<double>") ); in BOOST_UBLAS_TEST_DEF()
304 BOOST_UBLAS_TEST_CHECK( test_matrix< std::complex<float> >( "std::complex<float>") ); in BOOST_UBLAS_TEST_DEF()
305 BOOST_UBLAS_TEST_CHECK( test_matrix< std::complex<int> >( "std::complex<int>") ); in BOOST_UBLAS_TEST_DEF()
Dtest5.cpp17 test_matrix (); in main()
Dtest6.cpp17 test_matrix (); in main()
Dtest4.cpp17 test_matrix (); in main()
Dtest3.cpp18 test_matrix (); in main()
Dtest1.cpp18 test_matrix (); in main()
Dtest7.cpp29 test_matrix (); in main()
Dtest6.hpp29 void test_matrix ();
Dtest7.hpp33 void test_matrix ();
Dtest1.hpp30 void test_matrix ();
Dtest5.hpp29 void test_matrix ();
/aosp_15_r20/external/pytorch/.github/scripts/
H A Dfilter_test_configs.py147 def filter(test_matrix: Dict[str, List[Any]], labels: Set[str]) -> Dict[str, List[Any]]:
161 for entry in test_matrix.get("include", []):
177 return test_matrix
187 test_matrix: Dict[str, List[Any]], selected_test_configs: Set[str]
194 return test_matrix
197 for entry in test_matrix.get("include", []):
209 test_matrix: Dict[str, List[Any]], job_name: Optional[str]
218 for config in test_matrix.get("include", []):
231 workflow: str, job_name: str, test_matrix: Dict[str, List[Any]]
240 test_matrix=test_matrix,
[all …]
H A Dtest_filter_test_configs.py399 test_matrix = yaml.safe_load(case["test_matrix"])
400 scheduled_test_matrix = set_periodic_modes(test_matrix, job_name)
406 len(test_matrix["include"]) * len(expected_modes),
525 test_matrix = yaml.safe_load(case["test_matrix"])
527 filtered_test_matrix = remove_disabled_jobs(workflow, job_name, test_matrix)
676 test_matrix = yaml.safe_load(case["test_matrix"])
678 filtered_test_matrix = mark_unstable_jobs(workflow, job_name, test_matrix)
818 test_matrix = yaml.safe_load(case["test_matrix"])
824 perform_misc_tasks(labels, test_matrix, job_name, pr_body)
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrTestUtils.cpp34 static const SkMatrix& test_matrix(SkRandom* random, in test_matrix() function
67 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true, true); } in TestMatrix()
121 const SkMatrix& TestMatrixInvertible(SkRandom* random) { return test_matrix(random, true, false); } in TestMatrixInvertible()
122 const SkMatrix& TestMatrixPerspective(SkRandom* random) { return test_matrix(random, false, true); } in TestMatrixPerspective()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/lex/
Dregression_matlib_dynamic.cpp13 void test_matrix(std::vector<std::vector<double> > const& x) in test_matrix() function
37 test_matrix(results); in main()
Dregression_matlib_switch.cpp18 void test_matrix(std::vector<std::vector<double> > const& x) in test_matrix() function
43 test_matrix(results); in main()
Dregression_matlib_static.cpp18 void test_matrix(std::vector<std::vector<double> > const& x) in test_matrix() function
43 test_matrix(results); in main()
/aosp_15_r20/external/skia/tests/sksl/runtime/
H A DPrecisionQualifiers.skrp206 trace_enter TraceEnter(bool test_matrix()) when $13 is true
272 copy_slot_masked [test_matrix].result = Mask($36)
273 trace_var TraceVar([test_matrix].result) when $13 is true
275 trace_exit TraceExit(bool test_matrix()) when $13 is true
276 copy_slot_unmasked $35 = [test_matrix].result
/aosp_15_r20/external/skia/resources/sksl/folding/
H A DPreserveSideEffects.rts24 bool test_matrix() {
54 return test_vector() && test_matrix() ? colorGreen : colorRed;
/aosp_15_r20/external/skia/resources/sksl/runtime/
H A DPrecisionQualifiers.rts33 bool test_matrix() {
66 return (test_scalar() && test_vector() && test_matrix() && test_array() &&
/aosp_15_r20/external/skia/tests/
H A DShaderOpacityTest.cpp101 static void test_matrix(skiatest::Reporter* reporter) { in test_matrix() function
124 test_matrix(reporter); in DEF_TEST()
/aosp_15_r20/external/rust/crabbyavif/src/reformat/
Dscale.rs124 use test_case::test_matrix;
126 …#[test_matrix([PixelFormat::Yuv444, PixelFormat::Yuv422, PixelFormat::Yuv420, PixelFormat::Yuv400]…
Dalpha.rs369 use test_case::test_matrix;
412 #[test_matrix(20, 10, [8, 10, 12, 16], 0..4, [true, false])]
488 #[test_matrix(20, 10, [8, 10, 12, 16], 0..4, [8, 10, 12], [true, false])]

12