Home
last modified time | relevance | path

Searched refs:testCorrectness (Results 1 – 25 of 69) sorted by relevance

123

/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/tests/lapack-like/
H A DHermitianTridiag.cpp107 bool testCorrectness, bool print, bool display, in TestHermitianTridiag() argument
115 if( testCorrectness ) in TestHermitianTridiag()
159 if( testCorrectness ) in TestHermitianTridiag()
179 const bool testCorrectness = Input in main() local
207 ( uplo, m, g, testCorrectness, print, display, ctrl ); in main()
210 ( uplo, m, g, testCorrectness, print, display, ctrl ); in main()
218 ( uplo, m, g, testCorrectness, print, display, ctrl ); in main()
221 ( uplo, m, g, testCorrectness, print, display, ctrl ); in main()
229 ( uplo, m, g, testCorrectness, print, display, ctrl ); in main()
232 ( uplo, m, g, testCorrectness, print, display, ctrl ); in main()
H A DHermitianEig.cpp102 ( bool testCorrectness, bool print, in TestHermitianEig() argument
115 if( testCorrectness && !onlyEigvals ) in TestHermitianEig()
167 if( testCorrectness && !onlyEigvals ) in TestHermitianEig()
200 const bool testCorrectness = Input in main() local
219 if( onlyEigvals && testCorrectness && commRank==0 ) in main()
232 ( testCorrectness, print, in main()
237 ( testCorrectness, print, in main()
247 ( testCorrectness, print, in main()
252 ( testCorrectness, print, in main()
262 ( testCorrectness, print, in main()
[all …]
H A DSequentialLU.cpp68 void TestLU( bool pivot, bool testCorrectness, bool print, Int m ) in TestLU() argument
74 if( testCorrectness ) in TestLU()
103 if( testCorrectness ) in TestLU()
119 const bool testCorrectness = Input in main() local
133 TestLU<double>( pivot, testCorrectness, print, m ); in main()
137 TestLU<Complex<double>>( pivot, testCorrectness, print, m ); in main()
H A DSequentialHessenberg.cpp86 ( UpperOrLower uplo, Int n, bool testCorrectness, bool print, bool display ) in TestHessenberg() argument
92 if( testCorrectness ) in TestHessenberg()
134 if( testCorrectness ) in TestHessenberg()
150 const bool testCorrectness = Input in main() local
163 TestHessenberg<double>( uplo, n, testCorrectness, print, display ); in main()
168 ( uplo, n, testCorrectness, print, display ); in main()
H A DTriangularInverse.cpp66 ( bool testCorrectness, bool print, in TestTriangularInverse() argument
72 if( testCorrectness ) in TestTriangularInverse()
106 if( testCorrectness ) in TestTriangularInverse()
126 const bool testCorrectness = Input in main() local
148 ( testCorrectness, print, uplo, diag, m, g ); in main()
153 ( testCorrectness, print, uplo, diag, m, g ); in main()
H A DLUMod.cpp72 bool testCorrectness, bool print, Int m, const Grid& g ) in TestLUMod() argument
78 if( testCorrectness ) in TestLUMod()
123 if( testCorrectness ) in TestLUMod()
155 if( testCorrectness ) in TestLUMod()
175 const bool testCorrectness = Input in main() local
190 TestLUMod<double,MC>( conjugate, tau, testCorrectness, print, m, g ); in main()
195 ( conjugate, tau, testCorrectness, print, m, g ); in main()
H A DSequentialCholeskyMod.cpp69 ( bool testCorrectness, bool print, UpperOrLower uplo, Int m, Int n, in TestCholeskyMod() argument
74 if( testCorrectness ) in TestCholeskyMod()
136 if( testCorrectness ) in TestCholeskyMod()
154 const bool testCorrectness = Input in main() local
169 ( testCorrectness, print, uplo, m, n, alpha ); in main()
174 ( testCorrectness, print, uplo, m, n, alpha ); in main()
H A DHessenberg.cpp90 ( UpperOrLower uplo, Int n, const Grid& g, bool testCorrectness, in TestHessenberg() argument
97 if( testCorrectness ) in TestHessenberg()
139 if( testCorrectness ) in TestHessenberg()
158 const bool testCorrectness = Input in main() local
175 TestHessenberg<double>( uplo, n, g, testCorrectness, print, display ); in main()
180 ( uplo, n, g, testCorrectness, print, display ); in main()
H A DLDL.cpp72 ( bool conjugated, bool testCorrectness, bool print, in TestLDL() argument
80 if( testCorrectness ) in TestLDL()
122 if( testCorrectness ) in TestLDL()
142 const bool testCorrectness = Input in main() local
161 TestLDL<double,VC>( conjugated, testCorrectness, print, m, g ); in main()
165 TestLDL<Complex<double>,VC>( conjugated, testCorrectness, print, m, g ); in main()
H A DRQ.cpp88 void TestRQ( bool testCorrectness, bool print, Int m, Int n, const Grid& g ) in TestRQ() argument
95 if( testCorrectness ) in TestRQ()
135 if( testCorrectness ) in TestRQ()
154 const bool testCorrectness = Input in main() local
171 TestRQ<double>( testCorrectness, print, m, n, g ); in main()
175 TestRQ<Complex<double>>( testCorrectness, print, m, n, g ); in main()
H A DLQ.cpp89 void TestLQ( bool testCorrectness, bool print, Int m, Int n, const Grid& g ) in TestLQ() argument
94 if( testCorrectness ) in TestLQ()
136 if( testCorrectness ) in TestLQ()
155 const bool testCorrectness = Input in main() local
172 TestLQ<double>( testCorrectness, print, m, n, g ); in main()
176 TestLQ<Complex<double>>( testCorrectness, print, m, n, g ); in main()
H A DQR.cpp88 void TestQR( bool testCorrectness, bool print, Int m, Int n, const Grid& g ) in TestQR() argument
95 if( testCorrectness ) in TestQR()
135 if( testCorrectness ) in TestQR()
154 const bool testCorrectness = Input in main() local
171 TestQR<double>( testCorrectness, print, m, n, g ); in main()
175 TestQR<Complex<double>>( testCorrectness, print, m, n, g ); in main()
H A DCholesky.cpp72 ( bool testCorrectness, bool pivot, bool unblocked, bool print, bool printDiag, in TestCholesky() argument
79 if( testCorrectness ) in TestCholesky()
132 if( testCorrectness ) in TestCholesky()
154 const bool testCorrectness = Input in main() local
176 ( testCorrectness, pivot, unblocked, print, printDiag, uplo, m, g ); in main()
181 ( testCorrectness, pivot, unblocked, print, printDiag, uplo, m, g ); in main()
H A DLU.cpp75 ( Int pivoting, bool testCorrectness, bool print, in TestLU() argument
82 if( testCorrectness ) in TestLU()
138 if( testCorrectness ) in TestLU()
157 const bool testCorrectness = Input in main() local
184 TestLU<double,MC>( pivot, testCorrectness, print, m, g ); in main()
188 TestLU<Complex<double>,MC>( pivot, testCorrectness, print, m, g ); in main()
H A DSequentialBidiag.cpp105 void TestBidiag( Int m, Int n, bool testCorrectness, bool print, bool display ) in TestBidiag() argument
111 if( testCorrectness ) in TestBidiag()
155 if( testCorrectness ) in TestBidiag()
171 const bool testCorrectness = Input in main() local
183 TestBidiag<double>( m, n, testCorrectness, print, display ); in main()
187 TestBidiag<Complex<double>>( m, n, testCorrectness, print, display ); in main()
H A DCholeskyMod.cpp70 ( bool testCorrectness, bool print, UpperOrLower uplo, Int m, Int n, in TestCholeskyMod() argument
75 if( testCorrectness ) in TestCholeskyMod()
137 if( testCorrectness ) in TestCholeskyMod()
158 const bool testCorrectness = Input in main() local
177 ( testCorrectness, print, uplo, m, n, alpha, g ); in main()
182 ( testCorrectness, print, uplo, m, n, alpha, g ); in main()
H A DBidiag.cpp110 ( Int m, Int n, const Grid& g, bool testCorrectness, bool print, bool display ) in TestBidiag() argument
116 if( testCorrectness ) in TestBidiag()
160 if( testCorrectness ) in TestBidiag()
179 const bool testCorrectness = Input in main() local
195 TestBidiag<double>( m, n, g, testCorrectness, print, display ); in main()
199 TestBidiag<Complex<double>>( m, n, g, testCorrectness, print, display ); in main()
H A DCholeskyQR.cpp70 ( bool testCorrectness, bool print, in TestQR() argument
105 if( testCorrectness ) in TestQR()
122 const bool testCorrectness = Input in main() local
137 TestQR<double>( testCorrectness, print, m, n, g ); in main()
141 TestQR<double>( testCorrectness, print, m, n, g ); in main()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/tests/convex/
H A DTSSVT.cpp43 ( bool testCorrectness, bool print, in TestSVT() argument
68 if( testCorrectness ) in TestSVT()
86 const bool testCorrectness = Input in main() local
101 TestSVT<double>( testCorrectness, print, m, n, g, tau ); in main()
105 TestSVT<double>( testCorrectness, print, m, n, g, tau ); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/loopopts/superword/
H A DRedTest_int.java97 testCorrectness(total, valid, "Add Reduction"); in main()
106 testCorrectness(total, valid, "Or Reduction"); in main()
115 testCorrectness(total, valid, "And Reduction"); in main()
124 testCorrectness(total, valid, "Xor Reduction"); in main()
134 testCorrectness(total, valid, "Mul Reduction"); in main()
225 public static void testCorrectness( in testCorrectness() method in RedTest_int
H A DRedTest_long.java97 testCorrectness(total, valid, "Add Reduction"); in main()
106 testCorrectness(total, valid, "Or Reduction"); in main()
115 testCorrectness(total, valid, "And Reduction"); in main()
124 testCorrectness(total, valid, "Xor Reduction"); in main()
134 testCorrectness(total, valid, "Mul Reduction"); in main()
225 public static void testCorrectness( in testCorrectness() method in RedTest_long
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/loopopts/superword/
H A DRedTest_int.java97 testCorrectness(total, valid, "Add Reduction"); in main()
106 testCorrectness(total, valid, "Or Reduction"); in main()
115 testCorrectness(total, valid, "And Reduction"); in main()
124 testCorrectness(total, valid, "Xor Reduction"); in main()
134 testCorrectness(total, valid, "Mul Reduction"); in main()
225 public static void testCorrectness( in testCorrectness() method in RedTest_int
H A DRedTest_long.java97 testCorrectness(total, valid, "Add Reduction"); in main()
106 testCorrectness(total, valid, "Or Reduction"); in main()
115 testCorrectness(total, valid, "And Reduction"); in main()
124 testCorrectness(total, valid, "Xor Reduction"); in main()
134 testCorrectness(total, valid, "Mul Reduction"); in main()
225 public static void testCorrectness( in testCorrectness() method in RedTest_long
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/loopopts/superword/
H A DRedTest_int.java97 testCorrectness(total, valid, "Add Reduction"); in main()
106 testCorrectness(total, valid, "Or Reduction"); in main()
115 testCorrectness(total, valid, "And Reduction"); in main()
124 testCorrectness(total, valid, "Xor Reduction"); in main()
134 testCorrectness(total, valid, "Mul Reduction"); in main()
225 public static void testCorrectness( in testCorrectness() method in RedTest_int
H A DRedTest_long.java97 testCorrectness(total, valid, "Add Reduction"); in main()
106 testCorrectness(total, valid, "Or Reduction"); in main()
115 testCorrectness(total, valid, "And Reduction"); in main()
124 testCorrectness(total, valid, "Xor Reduction"); in main()
134 testCorrectness(total, valid, "Mul Reduction"); in main()
225 public static void testCorrectness( in testCorrectness() method in RedTest_long

123