/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/ |
D | test_banded_storage_layout.cpp | 59 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 …]
|
D | test_assignment.cpp | 159 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 …]
|
D | test_fixed_containers.cpp | 177 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()
|
D | test5.cpp | 17 test_matrix (); in main()
|
D | test6.cpp | 17 test_matrix (); in main()
|
D | test4.cpp | 17 test_matrix (); in main()
|
D | test3.cpp | 18 test_matrix (); in main()
|
D | test1.cpp | 18 test_matrix (); in main()
|
D | test7.cpp | 29 test_matrix (); in main()
|
D | test6.hpp | 29 void test_matrix ();
|
D | test7.hpp | 33 void test_matrix ();
|
D | test1.hpp | 30 void test_matrix ();
|
D | test5.hpp | 29 void test_matrix ();
|
/aosp_15_r20/external/pytorch/.github/scripts/ |
H A D | filter_test_configs.py | 147 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 D | test_filter_test_configs.py | 399 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 D | GrTestUtils.cpp | 34 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/ |
D | regression_matlib_dynamic.cpp | 13 void test_matrix(std::vector<std::vector<double> > const& x) in test_matrix() function 37 test_matrix(results); in main()
|
D | regression_matlib_switch.cpp | 18 void test_matrix(std::vector<std::vector<double> > const& x) in test_matrix() function 43 test_matrix(results); in main()
|
D | regression_matlib_static.cpp | 18 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 D | PrecisionQualifiers.skrp | 206 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 D | PreserveSideEffects.rts | 24 bool test_matrix() { 54 return test_vector() && test_matrix() ? colorGreen : colorRed;
|
/aosp_15_r20/external/skia/resources/sksl/runtime/ |
H A D | PrecisionQualifiers.rts | 33 bool test_matrix() { 66 return (test_scalar() && test_vector() && test_matrix() && test_array() &&
|
/aosp_15_r20/external/skia/tests/ |
H A D | ShaderOpacityTest.cpp | 101 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/ |
D | scale.rs | 124 use test_case::test_matrix; 126 …#[test_matrix([PixelFormat::Yuv444, PixelFormat::Yuv422, PixelFormat::Yuv420, PixelFormat::Yuv400]…
|
D | alpha.rs | 369 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])]
|