Home
last modified time | relevance | path

Searched refs:matrix_type (Results 1 – 25 of 2012) sorted by relevance

12345678910>>...81

/dports/math/lapack++/lapackpp-2.5.4/matrix/src/
H A Dgmtmpl.cc54 matrix_type matrix_type :: diag () const \
59 matrix_type & matrix_type :: operator=(const matrix_type& s) \
61 matrix_type matrix_type :: copy() const \
63 matrix_type & matrix_type :: inject(const matrix_type & s) \
67 matrix_type & matrix_type :: resize(const matrix_type & A) \
69 matrix_type & matrix_type :: copy(const matrix_type & A) \
74 matrix_type matrix_type :: row (int k) \
78 matrix_type matrix_type :: col (int k) \
80 matrix_type matrix_type :: col (int k) const \
100 matrix_type matrix_type :: from_diag (const matrix_type &vect) \
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dmatrix-casts.cpp5 using matrix_4_4 = X __attribute__((matrix_type(4, 4)));
9 using matrix_5_5 = Y __attribute__((matrix_type(5, 5)));
29 ((matrix_type(5, 5)))') and 'short __attribute__((matrix_type(4, 4)))' of different size is not all…
53 ((matrix_type(5, 5)))') and 'short __attribute__((matrix_type(4, 4)))' of different size is not all…
76 attribute__((matrix_type(5, 5)))') and 'float __attribute__((matrix_type(4, 4)))' of different\
80 __attribute__((matrix_type(4, 4)))') from incompatible type 'matrix_5_5<unsigned int>' (aka 'unsign…
81 ((matrix_type(5, 5)))')}}
97 attribute__((matrix_type(5, 5)))') and 'float __attribute__((matrix_type(4, 4)))' of different size…
101 __attribute__((matrix_type(4, 4)))') from incompatible type 'matrix_5_5<unsigned int>' (aka 'unsign…
102 ((matrix_type(5, 5)))')}}
[all …]
H A Dmatrix-type.cpp3 using matrix_double_t = double __attribute__((matrix_type(6, 6)));
4 using matrix_float_t = float __attribute__((matrix_type(6, 6)));
5 using matrix_int_t = int __attribute__((matrix_type(6, 6)));
11 …using matrix4_t = int __attribute__((matrix_type(-1, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
12 …using matrix5_t = int __attribute__((matrix_type(1, -1))); // expected-error{{matrix column s… in matrix_var_dimensions()
13 …using matrix6_t = int __attribute__((matrix_type(0, 1))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
14 …using matrix7_t = int __attribute__((matrix_type(1, 0))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
16 …using matrix8_t = int __attribute__((matrix_type(1048576, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
27 …using matrix1_t = char *__attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
28 …using matrix2_t = S1 __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dmatrix-casts.cpp5 using matrix_4_4 = X __attribute__((matrix_type(4, 4)));
9 using matrix_5_5 = Y __attribute__((matrix_type(5, 5)));
29 ((matrix_type(5, 5)))') and 'short __attribute__((matrix_type(4, 4)))' of different size is not all…
53 ((matrix_type(5, 5)))') and 'short __attribute__((matrix_type(4, 4)))' of different size is not all…
76 attribute__((matrix_type(5, 5)))') and 'float __attribute__((matrix_type(4, 4)))' of different\
80 __attribute__((matrix_type(4, 4)))') from incompatible type 'matrix_5_5<unsigned int>' (aka 'unsign…
81 ((matrix_type(5, 5)))')}}
97 attribute__((matrix_type(5, 5)))') and 'float __attribute__((matrix_type(4, 4)))' of different size…
101 __attribute__((matrix_type(4, 4)))') from incompatible type 'matrix_5_5<unsigned int>' (aka 'unsign…
102 ((matrix_type(5, 5)))')}}
[all …]
H A Dmatrix-type.cpp3 using matrix_double_t = double __attribute__((matrix_type(6, 6)));
4 using matrix_float_t = float __attribute__((matrix_type(6, 6)));
5 using matrix_int_t = int __attribute__((matrix_type(6, 6)));
11 …using matrix4_t = int __attribute__((matrix_type(-1, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
12 …using matrix5_t = int __attribute__((matrix_type(1, -1))); // expected-error{{matrix column s… in matrix_var_dimensions()
13 …using matrix6_t = int __attribute__((matrix_type(0, 1))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
14 …using matrix7_t = int __attribute__((matrix_type(1, 0))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
16 …using matrix8_t = int __attribute__((matrix_type(1048576, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
27 …using matrix1_t = char *__attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
28 …using matrix2_t = S1 __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dmatrix-casts.cpp5 using matrix_4_4 = X __attribute__((matrix_type(4, 4)));
9 using matrix_5_5 = Y __attribute__((matrix_type(5, 5)));
29 ((matrix_type(5, 5)))') and 'short __attribute__((matrix_type(4, 4)))' of different size is not all…
53 ((matrix_type(5, 5)))') and 'short __attribute__((matrix_type(4, 4)))' of different size is not all…
76 attribute__((matrix_type(5, 5)))') and 'float __attribute__((matrix_type(4, 4)))' of different\
80 __attribute__((matrix_type(4, 4)))') from incompatible type 'matrix_5_5<unsigned int>' (aka 'unsign…
81 ((matrix_type(5, 5)))')}}
97 attribute__((matrix_type(5, 5)))') and 'float __attribute__((matrix_type(4, 4)))' of different size…
101 __attribute__((matrix_type(4, 4)))') from incompatible type 'matrix_5_5<unsigned int>' (aka 'unsign…
102 ((matrix_type(5, 5)))')}}
[all …]
H A Dmatrix-type.cpp3 using matrix_double_t = double __attribute__((matrix_type(6, 6)));
4 using matrix_float_t = float __attribute__((matrix_type(6, 6)));
5 using matrix_int_t = int __attribute__((matrix_type(6, 6)));
11 …using matrix4_t = int __attribute__((matrix_type(-1, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
12 …using matrix5_t = int __attribute__((matrix_type(1, -1))); // expected-error{{matrix column s… in matrix_var_dimensions()
13 …using matrix6_t = int __attribute__((matrix_type(0, 1))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
14 …using matrix7_t = int __attribute__((matrix_type(1, 0))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
16 …using matrix8_t = int __attribute__((matrix_type(1048576, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
27 …using matrix1_t = char *__attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
28 …using matrix2_t = S1 __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dmatrix-casts.cpp5 using matrix_4_4 = X __attribute__((matrix_type(4, 4)));
9 using matrix_5_5 = Y __attribute__((matrix_type(5, 5)));
29 ((matrix_type(5, 5)))') and 'short __attribute__((matrix_type(4, 4)))' of different size is not all…
53 ((matrix_type(5, 5)))') and 'short __attribute__((matrix_type(4, 4)))' of different size is not all…
76 attribute__((matrix_type(5, 5)))') and 'float __attribute__((matrix_type(4, 4)))' of different\
80 __attribute__((matrix_type(4, 4)))') from incompatible type 'matrix_5_5<unsigned int>' (aka 'unsign…
81 ((matrix_type(5, 5)))')}}
97 attribute__((matrix_type(5, 5)))') and 'float __attribute__((matrix_type(4, 4)))' of different size…
101 __attribute__((matrix_type(4, 4)))') from incompatible type 'matrix_5_5<unsigned int>' (aka 'unsign…
102 ((matrix_type(5, 5)))')}}
[all …]
H A Dmatrix-type.cpp3 using matrix_double_t = double __attribute__((matrix_type(6, 6)));
4 using matrix_float_t = float __attribute__((matrix_type(6, 6)));
5 using matrix_int_t = int __attribute__((matrix_type(6, 6)));
11 …using matrix4_t = int __attribute__((matrix_type(-1, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
12 …using matrix5_t = int __attribute__((matrix_type(1, -1))); // expected-error{{matrix column s… in matrix_var_dimensions()
13 …using matrix6_t = int __attribute__((matrix_type(0, 1))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
14 …using matrix7_t = int __attribute__((matrix_type(1, 0))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
16 …using matrix8_t = int __attribute__((matrix_type(1048576, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
27 …using matrix1_t = char *__attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
28 …using matrix2_t = S1 __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dmatrix-casts.cpp5 using matrix_4_4 = X __attribute__((matrix_type(4, 4)));
9 using matrix_5_5 = Y __attribute__((matrix_type(5, 5)));
29 ((matrix_type(5, 5)))') and 'short __attribute__((matrix_type(4, 4)))' of different size is not all…
53 ((matrix_type(5, 5)))') and 'short __attribute__((matrix_type(4, 4)))' of different size is not all…
76 attribute__((matrix_type(5, 5)))') and 'float __attribute__((matrix_type(4, 4)))' of different\
80 __attribute__((matrix_type(4, 4)))') from incompatible type 'matrix_5_5<unsigned int>' (aka 'unsign…
81 ((matrix_type(5, 5)))')}}
97 attribute__((matrix_type(5, 5)))') and 'float __attribute__((matrix_type(4, 4)))' of different size…
101 __attribute__((matrix_type(4, 4)))') from incompatible type 'matrix_5_5<unsigned int>' (aka 'unsign…
102 ((matrix_type(5, 5)))')}}
[all …]
H A Dmatrix-type.cpp3 using matrix_double_t = double __attribute__((matrix_type(6, 6)));
4 using matrix_float_t = float __attribute__((matrix_type(6, 6)));
5 using matrix_int_t = int __attribute__((matrix_type(6, 6)));
11 …using matrix4_t = int __attribute__((matrix_type(-1, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
12 …using matrix5_t = int __attribute__((matrix_type(1, -1))); // expected-error{{matrix column s… in matrix_var_dimensions()
13 …using matrix6_t = int __attribute__((matrix_type(0, 1))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
14 …using matrix7_t = int __attribute__((matrix_type(1, 0))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
16 …using matrix8_t = int __attribute__((matrix_type(1048576, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
27 …using matrix1_t = char *__attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
28 …using matrix2_t = S1 __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dmatrix-casts.cpp5 using matrix_4_4 = X __attribute__((matrix_type(4, 4)));
9 using matrix_5_5 = Y __attribute__((matrix_type(5, 5)));
29 ((matrix_type(5, 5)))') and 'short __attribute__((matrix_type(4, 4)))' of different size is not all…
53 ((matrix_type(5, 5)))') and 'short __attribute__((matrix_type(4, 4)))' of different size is not all…
76 attribute__((matrix_type(5, 5)))') and 'float __attribute__((matrix_type(4, 4)))' of different\
80 __attribute__((matrix_type(4, 4)))') from incompatible type 'matrix_5_5<unsigned int>' (aka 'unsign…
81 ((matrix_type(5, 5)))')}}
97 attribute__((matrix_type(5, 5)))') and 'float __attribute__((matrix_type(4, 4)))' of different size…
101 __attribute__((matrix_type(4, 4)))') from incompatible type 'matrix_5_5<unsigned int>' (aka 'unsign…
102 ((matrix_type(5, 5)))')}}
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dmatrix-cast.c3 typedef char cx4x4 __attribute__((matrix_type(4, 4)));
4 typedef int ix4x4 __attribute__((matrix_type(4, 4)));
5 typedef short sx4x4 __attribute__((matrix_type(4, 4)));
6 typedef int ix5x5 __attribute__((matrix_type(5, 5)));
7 typedef float fx5x5 __attribute__((matrix_type(5, 5)));
25 ((matrix_type(5, 5)))') and 'sx4x4' (aka 'short __attribute__((matrix_type(4, 4)))') of different s…
28 'float __attribute__((matrix_type(5, 5)))') from incompatible type 'ix5x5' (aka 'int __attribute__(…
30 ((matrix_type(5, 5)))') and incompatible type 'int' is not allowed}}
32 ((matrix_type(5, 5)))') and incompatible type 'int' is not allowed}}
63 ((matrix_type(8, 8)))') of different size is not allowed}}
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dmatrix-cast.c3 typedef char cx4x4 __attribute__((matrix_type(4, 4)));
4 typedef int ix4x4 __attribute__((matrix_type(4, 4)));
5 typedef short sx4x4 __attribute__((matrix_type(4, 4)));
6 typedef int ix5x5 __attribute__((matrix_type(5, 5)));
7 typedef float fx5x5 __attribute__((matrix_type(5, 5)));
25 ((matrix_type(5, 5)))') and 'sx4x4' (aka 'short __attribute__((matrix_type(4, 4)))') of different s…
28 'float __attribute__((matrix_type(5, 5)))') from incompatible type 'ix5x5' (aka 'int __attribute__(…
30 ((matrix_type(5, 5)))') and incompatible type 'int' is not allowed}}
32 ((matrix_type(5, 5)))') and incompatible type 'int' is not allowed}}
63 ((matrix_type(8, 8)))') of different size is not allowed}}
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dmatrix-cast.c3 typedef char cx4x4 __attribute__((matrix_type(4, 4)));
4 typedef int ix4x4 __attribute__((matrix_type(4, 4)));
5 typedef short sx4x4 __attribute__((matrix_type(4, 4)));
6 typedef int ix5x5 __attribute__((matrix_type(5, 5)));
7 typedef float fx5x5 __attribute__((matrix_type(5, 5)));
25 ((matrix_type(5, 5)))') and 'sx4x4' (aka 'short __attribute__((matrix_type(4, 4)))') of different s…
28 'float __attribute__((matrix_type(5, 5)))') from incompatible type 'ix5x5' (aka 'int __attribute__(…
30 ((matrix_type(5, 5)))') and incompatible type 'int' is not allowed}}
32 ((matrix_type(5, 5)))') and incompatible type 'int' is not allowed}}
63 ((matrix_type(8, 8)))') of different size is not allowed}}
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dmatrix-cast.c3 typedef char cx4x4 __attribute__((matrix_type(4, 4)));
4 typedef int ix4x4 __attribute__((matrix_type(4, 4)));
5 typedef short sx4x4 __attribute__((matrix_type(4, 4)));
6 typedef int ix5x5 __attribute__((matrix_type(5, 5)));
7 typedef float fx5x5 __attribute__((matrix_type(5, 5)));
25 ((matrix_type(5, 5)))') and 'sx4x4' (aka 'short __attribute__((matrix_type(4, 4)))') of different s…
28 'float __attribute__((matrix_type(5, 5)))') from incompatible type 'ix5x5' (aka 'int __attribute__(…
30 ((matrix_type(5, 5)))') and incompatible type 'int' is not allowed}}
32 ((matrix_type(5, 5)))') and incompatible type 'int' is not allowed}}
63 ((matrix_type(8, 8)))') of different size is not allowed}}
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Dmatrix-cast.c3 typedef char cx4x4 __attribute__((matrix_type(4, 4)));
4 typedef int ix4x4 __attribute__((matrix_type(4, 4)));
5 typedef short sx4x4 __attribute__((matrix_type(4, 4)));
6 typedef int ix5x5 __attribute__((matrix_type(5, 5)));
7 typedef float fx5x5 __attribute__((matrix_type(5, 5)));
25 ((matrix_type(5, 5)))') and 'sx4x4' (aka 'short __attribute__((matrix_type(4, 4)))') of different s…
28 'float __attribute__((matrix_type(5, 5)))') from incompatible type 'ix5x5' (aka 'int __attribute__(…
30 ((matrix_type(5, 5)))') and incompatible type 'int' is not allowed}}
32 ((matrix_type(5, 5)))') and incompatible type 'int' is not allowed}}
63 ((matrix_type(8, 8)))') of different size is not allowed}}
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dmatrix-cast.c3 typedef char cx4x4 __attribute__((matrix_type(4, 4)));
4 typedef int ix4x4 __attribute__((matrix_type(4, 4)));
5 typedef short sx4x4 __attribute__((matrix_type(4, 4)));
6 typedef int ix5x5 __attribute__((matrix_type(5, 5)));
7 typedef float fx5x5 __attribute__((matrix_type(5, 5)));
25 ((matrix_type(5, 5)))') and 'sx4x4' (aka 'short __attribute__((matrix_type(4, 4)))') of different s…
28 'float __attribute__((matrix_type(5, 5)))') from incompatible type 'ix5x5' (aka 'int __attribute__(…
30 ((matrix_type(5, 5)))') and incompatible type 'int' is not allowed}}
32 ((matrix_type(5, 5)))') and incompatible type 'int' is not allowed}}
63 ((matrix_type(8, 8)))') of different size is not allowed}}
[all …]
/dports/math/libflame/libflame-5.2.0/src/base/flamec/control/
H A DFLA_Cntl_lapack.c29 cntl->matrix_type = matrix_type; in FLA_Cntl_chol_obj_create()
56 cntl->matrix_type = matrix_type; in FLA_Cntl_lu_obj_create()
81 cntl->matrix_type = matrix_type; in FLA_Cntl_appiv_obj_create()
100 cntl->matrix_type = matrix_type; in FLA_Cntl_qrut_obj_create()
123 cntl->matrix_type = matrix_type; in FLA_Cntl_qr2ut_obj_create()
148 cntl->matrix_type = matrix_type; in FLA_Cntl_qrutinc_obj_create()
169 cntl->matrix_type = matrix_type; in FLA_Cntl_caqrutinc_obj_create()
188 cntl->matrix_type = matrix_type; in FLA_Cntl_lqut_obj_create()
215 cntl->matrix_type = matrix_type; in FLA_Cntl_caqr2ut_obj_create()
240 cntl->matrix_type = matrix_type; in FLA_Cntl_hessut_obj_create()
[all …]
H A DFLA_Cntl_blas1.c17 fla_axpy_t* FLA_Cntl_axpy_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_axpy_obj_create() argument
26 cntl->matrix_type = matrix_type; in FLA_Cntl_axpy_obj_create()
43 cntl->matrix_type = matrix_type; in FLA_Cntl_axpyt_obj_create()
51 fla_copy_t* FLA_Cntl_copy_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_copy_obj_create() argument
60 cntl->matrix_type = matrix_type; in FLA_Cntl_copy_obj_create()
77 cntl->matrix_type = matrix_type; in FLA_Cntl_copyt_obj_create()
95 cntl->matrix_type = matrix_type; in FLA_Cntl_copyr_obj_create()
113 cntl->matrix_type = matrix_type; in FLA_Cntl_scal_obj_create()
131 cntl->matrix_type = matrix_type; in FLA_Cntl_scalr_obj_create()
149 cntl->matrix_type = matrix_type; in FLA_Cntl_swap_obj_create()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dmatrix-type.cpp3 using matrix_double_t = double __attribute__((matrix_type(6, 6)));
4 using matrix_float_t = float __attribute__((matrix_type(6, 6)));
5 using matrix_int_t = int __attribute__((matrix_type(6, 6)));
11 …using matrix4_t = int __attribute__((matrix_type(-1, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
12 …using matrix5_t = int __attribute__((matrix_type(1, -1))); // expected-error{{matrix column s… in matrix_var_dimensions()
13 …using matrix6_t = int __attribute__((matrix_type(0, 1))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
14 …using matrix7_t = int __attribute__((matrix_type(1, 0))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
16 …using matrix8_t = int __attribute__((matrix_type(1048576, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
27 …using matrix1_t = char *__attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
28 …using matrix2_t = S1 __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dmatrix-type.cpp3 using matrix_double_t = double __attribute__((matrix_type(6, 6)));
4 using matrix_float_t = float __attribute__((matrix_type(6, 6)));
5 using matrix_int_t = int __attribute__((matrix_type(6, 6)));
11 …using matrix4_t = int __attribute__((matrix_type(-1, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
12 …using matrix5_t = int __attribute__((matrix_type(1, -1))); // expected-error{{matrix column s… in matrix_var_dimensions()
13 …using matrix6_t = int __attribute__((matrix_type(0, 1))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
14 …using matrix7_t = int __attribute__((matrix_type(1, 0))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
16 …using matrix8_t = int __attribute__((matrix_type(1048576, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
27 …using matrix1_t = char *__attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
28 …using matrix2_t = S1 __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dmatrix-type.cpp3 using matrix_double_t = double __attribute__((matrix_type(6, 6)));
4 using matrix_float_t = float __attribute__((matrix_type(6, 6)));
5 using matrix_int_t = int __attribute__((matrix_type(6, 6)));
11 …using matrix4_t = int __attribute__((matrix_type(-1, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
12 …using matrix5_t = int __attribute__((matrix_type(1, -1))); // expected-error{{matrix column s… in matrix_var_dimensions()
13 …using matrix6_t = int __attribute__((matrix_type(0, 1))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
14 …using matrix7_t = int __attribute__((matrix_type(1, 0))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
16 …using matrix8_t = int __attribute__((matrix_type(1048576, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
27 …using matrix1_t = char *__attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
28 …using matrix2_t = S1 __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dmatrix-type.cpp3 using matrix_double_t = double __attribute__((matrix_type(6, 6)));
4 using matrix_float_t = float __attribute__((matrix_type(6, 6)));
5 using matrix_int_t = int __attribute__((matrix_type(6, 6)));
11 …using matrix4_t = int __attribute__((matrix_type(-1, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
12 …using matrix5_t = int __attribute__((matrix_type(1, -1))); // expected-error{{matrix column s… in matrix_var_dimensions()
13 …using matrix6_t = int __attribute__((matrix_type(0, 1))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
14 …using matrix7_t = int __attribute__((matrix_type(1, 0))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
16 …using matrix8_t = int __attribute__((matrix_type(1048576, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
27 …using matrix1_t = char *__attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
28 …using matrix2_t = S1 __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dmatrix-type.cpp3 using matrix_double_t = double __attribute__((matrix_type(6, 6)));
4 using matrix_float_t = float __attribute__((matrix_type(6, 6)));
5 using matrix_int_t = int __attribute__((matrix_type(6, 6)));
11 …using matrix4_t = int __attribute__((matrix_type(-1, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
12 …using matrix5_t = int __attribute__((matrix_type(1, -1))); // expected-error{{matrix column s… in matrix_var_dimensions()
13 …using matrix6_t = int __attribute__((matrix_type(0, 1))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
14 …using matrix7_t = int __attribute__((matrix_type(1, 0))); // expected-error{{zero matrix siz… in matrix_var_dimensions()
16 …using matrix8_t = int __attribute__((matrix_type(1048576, 1))); // expected-error{{matrix row size… in matrix_var_dimensions()
27 …using matrix1_t = char *__attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
28 …using matrix2_t = S1 __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
[all …]

12345678910>>...81