Home
last modified time | relevance | path

Searched refs:Def3 (Results 1 – 25 of 102) sorted by relevance

12345

/dports/math/tmv/tmv-0.75/src/
H A DTMV_SymBandMatrix.inst85 #define Def3(RT,T,A) \
89 Def3(T,T,Upper|RowMajor|CStyle)
90 Def3(T,T,Upper|ColMajor|CStyle)
91 Def3(T,T,Upper|DiagMajor|CStyle)
92 Def3(T,T,Lower|RowMajor|CStyle)
93 Def3(T,T,Lower|ColMajor|CStyle)
94 Def3(T,T,Lower|DiagMajor|CStyle)
102 Def3(T,CT,Upper|RowMajor|CStyle)
103 Def3(T,CT,Upper|ColMajor|CStyle)
105 Def3(T,CT,Lower|RowMajor|CStyle)
[all …]
H A DTMV_TriMatrix.inst65 #define Def3(T,A) \
69 Def3(T,UnitDiag|RowMajor|CStyle)
70 Def3(T,UnitDiag|ColMajor|CStyle)
71 Def3(T,NonUnitDiag|RowMajor|CStyle)
72 Def3(T,NonUnitDiag|ColMajor|CStyle)
73 Def3(T,UnitDiag|RowMajor|FortranStyle)
78 Def3(CT,UnitDiag|RowMajor|CStyle)
79 Def3(CT,UnitDiag|ColMajor|CStyle)
80 Def3(CT,NonUnitDiag|RowMajor|CStyle)
81 Def3(CT,NonUnitDiag|ColMajor|CStyle)
[all …]
H A DTMV_SymMatrix.inst77 #define Def3(T,RT,A) \
81 Def3(T,T,Upper|RowMajor|CStyle)
82 Def3(T,T,Upper|ColMajor|CStyle)
83 Def3(T,T,Lower|RowMajor|CStyle)
84 Def3(T,T,Lower|ColMajor|CStyle)
85 Def3(T,T,Upper|RowMajor|FortranStyle)
90 Def3(CT,T,Upper|RowMajor|CStyle)
91 Def3(CT,T,Upper|ColMajor|CStyle)
92 Def3(CT,T,Lower|RowMajor|CStyle)
93 Def3(CT,T,Lower|ColMajor|CStyle)
[all …]
H A DTMV_BaseMatrix.inst77 #define Def3(T,T1,T2) \
87 Def3(T,T,T)
89 Def3(T,T,CT)
90 Def3(T,CT,CT)
91 Def3(CT,T,CT)
92 Def3(CT,CT,CT)
95 #undef Def3
112 Def3(CT,T,T)
113 Def3(T,CT,T)
114 Def3(CT,CT,T)
[all …]
H A DTMV_Matrix.inst86 #define Def3(T1,T2)\
90 Def3(T,T)
92 Def3(T,CT)
93 Def3(CT,T)
94 Def3(CT,CT)
97 #undef Def3
H A DTMV_DiagMatrix.inst44 #define Def3(T,T1) \
50 Def3(T,T)
52 Def3(T,CT)
53 Def3(CT,CT)
56 #undef Def3
H A DTMV_Vector.inst85 #define Def3(T1,T2) \
89 Def3(T,T)
91 Def3(T,CT)
92 Def3(CT,T)
93 Def3(CT,CT)
96 #undef Def3
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp41 template<typename T, typename T2 = T&> struct Def3;
43 template<> struct Def3<int> { struct
47 template<> struct Def3<int&> { struct
51 void test_Def3(Def3<int, int&> *d3a, Def3<int&, int&> *d3b) { in test_Def3()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp41 template<typename T, typename T2 = T&> struct Def3;
43 template<> struct Def3<int> { struct
47 template<> struct Def3<int&> { struct
51 void test_Def3(Def3<int, int&> *d3a, Def3<int&, int&> *d3b) { in test_Def3()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp41 template<typename T, typename T2 = T&> struct Def3;
43 template<> struct Def3<int> { struct
47 template<> struct Def3<int&> { struct
51 void test_Def3(Def3<int, int&> *d3a, Def3<int&, int&> *d3b) { in test_Def3()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp41 template<typename T, typename T2 = T&> struct Def3;
43 template<> struct Def3<int> { struct
47 template<> struct Def3<int&> { struct
51 void test_Def3(Def3<int, int&> *d3a, Def3<int&, int&> *d3b) { in test_Def3()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp41 template<typename T, typename T2 = T&> struct Def3;
43 template<> struct Def3<int> { struct
47 template<> struct Def3<int&> { struct
51 void test_Def3(Def3<int, int&> *d3a, Def3<int&, int&> *d3b) { in test_Def3()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp41 template<typename T, typename T2 = T&> struct Def3;
43 template<> struct Def3<int> { struct
47 template<> struct Def3<int&> { struct
51 void test_Def3(Def3<int, int&> *d3a, Def3<int&, int&> *d3b) { in test_Def3()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp41 template<typename T, typename T2 = T&> struct Def3;
43 template<> struct Def3<int> { struct
47 template<> struct Def3<int&> { struct
51 void test_Def3(Def3<int, int&> *d3a, Def3<int&, int&> *d3b) { in test_Def3()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp41 template<typename T, typename T2 = T&> struct Def3;
43 template<> struct Def3<int> { struct
47 template<> struct Def3<int&> { struct
51 void test_Def3(Def3<int, int&> *d3a, Def3<int&, int&> *d3b) { in test_Def3()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp41 template<typename T, typename T2 = T&> struct Def3;
43 template<> struct Def3<int> { struct
47 template<> struct Def3<int&> { struct
51 void test_Def3(Def3<int, int&> *d3a, Def3<int&, int&> *d3b) { in test_Def3()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp41 template<typename T, typename T2 = T&> struct Def3;
43 template<> struct Def3<int> { struct
47 template<> struct Def3<int&> { struct
51 void test_Def3(Def3<int, int&> *d3a, Def3<int&, int&> *d3b) { in test_Def3()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp41 template<typename T, typename T2 = T&> struct Def3;
43 template<> struct Def3<int> { struct
47 template<> struct Def3<int&> { struct
51 void test_Def3(Def3<int, int&> *d3a, Def3<int&, int&> *d3b) { in test_Def3()
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaTemplate/
H A Dinstantiation-default-1.cpp41 template<typename T, typename T2 = T&> struct Def3;
43 template<> struct Def3<int> { struct
47 template<> struct Def3<int&> { struct
51 void test_Def3(Def3<int, int&> *d3a, Def3<int&, int&> *d3b) { in test_Def3()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp41 template<typename T, typename T2 = T&> struct Def3;
43 template<> struct Def3<int> { struct
47 template<> struct Def3<int&> { struct
51 void test_Def3(Def3<int, int&> *d3a, Def3<int&, int&> *d3b) { in test_Def3()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp41 template<typename T, typename T2 = T&> struct Def3;
43 template<> struct Def3<int> { struct
47 template<> struct Def3<int&> { struct
51 void test_Def3(Def3<int, int&> *d3a, Def3<int&, int&> *d3b) { in test_Def3()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp41 template<typename T, typename T2 = T&> struct Def3;
43 template<> struct Def3<int> { struct
47 template<> struct Def3<int&> { struct
51 void test_Def3(Def3<int, int&> *d3a, Def3<int&, int&> *d3b) { in test_Def3()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp41 template<typename T, typename T2 = T&> struct Def3;
43 template<> struct Def3<int> { struct
47 template<> struct Def3<int&> { struct
51 void test_Def3(Def3<int, int&> *d3a, Def3<int&, int&> *d3b) { in test_Def3()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Modules/
H A Ddecldef.mm15 namespace Def3NS { class Def3; } // expected-note 0-1{{forward decl}}
16 Def3NS::Def3 *def3;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Modules/
H A Ddecldef.mm15 namespace Def3NS { class Def3; } // expected-note 0-1{{forward decl}}
16 Def3NS::Def3 *def3;

12345