Home
last modified time | relevance | path

Searched refs:test_ (Results 1 – 25 of 1805) sorted by relevance

12345678910>>...73

/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/smatsmatschur/
H A DAliasingTest.cpp113 test_ = "SMatSMatSchur - Assignment to left-hand side operand (1)"; in testSMatSMatSchur()
125 test_ = "SMatSMatSchur - Assignment to left-hand side operand (2)"; in testSMatSMatSchur()
161 test_ = "SMatSMatSchur - Assignment to right-hand side operand (1)"; in testSMatSMatSchur()
173 test_ = "SMatSMatSchur - Assignment to right-hand side operand (2)"; in testSMatSMatSchur()
209 test_ = "SMatSMatSchur - Complex operation: A = ( 2*A ) % ( B * C )"; in testSMatSMatSchur()
221 test_ = "SMatSMatSchur - Complex operation: A = ( B * C ) % ( 2*A )"; in testSMatSMatSchur()
342 test_ = "SMatSMatSchur - Complex operation: A += ( 2*A ) % ( B * C )"; in testSMatSMatSchur()
355 test_ = "SMatSMatSchur - Complex operation: A += ( B * C ) % ( 2*A )"; in testSMatSMatSchur()
791 test_ = "SMatTSMatSchur - Assignment to left-hand side operand (1)"; in testSMatTSMatSchur()
803 test_ = "SMatTSMatSchur - Assignment to left-hand side operand (2)"; in testSMatTSMatSchur()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/smatsmatadd/
H A DAliasingTest.cpp112 test_ = "SMatSMatAdd - Assignment to left-hand side operand (1)"; in testSMatSMatAdd()
124 test_ = "SMatSMatAdd - Assignment to left-hand side operand (2)"; in testSMatSMatAdd()
160 test_ = "SMatSMatAdd - Assignment to right-hand side operand (1)"; in testSMatSMatAdd()
172 test_ = "SMatSMatAdd - Assignment to right-hand side operand (2)"; in testSMatSMatAdd()
208 test_ = "SMatSMatAdd - Complex operation: A = ( 2*A ) + ( B * C )"; in testSMatSMatAdd()
220 test_ = "SMatSMatAdd - Complex operation: A = ( B * C ) + ( 2*A )"; in testSMatSMatAdd()
341 test_ = "SMatSMatAdd - Complex operation: A += ( 2*A ) + ( B * C )"; in testSMatSMatAdd()
354 test_ = "SMatSMatAdd - Complex operation: A += ( B * C ) + ( 2*A )"; in testSMatSMatAdd()
476 test_ = "SMatSMatAdd - Complex operation: A -= ( 2*A ) + ( B * C )"; in testSMatSMatAdd()
790 test_ = "SMatTSMatAdd - Assignment to left-hand side operand (1)"; in testSMatTSMatAdd()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/smatsmatsub/
H A DAliasingTest.cpp112 test_ = "SMatSMatSub - Assignment to left-hand side operand (1)"; in testSMatSMatSub()
124 test_ = "SMatSMatSub - Assignment to left-hand side operand (2)"; in testSMatSMatSub()
160 test_ = "SMatSMatSub - Assignment to right-hand side operand (1)"; in testSMatSMatSub()
172 test_ = "SMatSMatSub - Assignment to right-hand side operand (2)"; in testSMatSMatSub()
208 test_ = "SMatSMatSub - Complex operation: A = ( 2*A ) - ( B * C )"; in testSMatSMatSub()
220 test_ = "SMatSMatSub - Complex operation: A = ( B * C ) - ( 2*A )"; in testSMatSMatSub()
341 test_ = "SMatSMatSub - Complex operation: A += ( 2*A ) - ( B * C )"; in testSMatSMatSub()
354 test_ = "SMatSMatSub - Complex operation: A += ( B * C ) - ( 2*A )"; in testSMatSMatSub()
476 test_ = "SMatSMatSub - Complex operation: A -= ( 2*A ) - ( B * C )"; in testSMatSMatSub()
790 test_ = "SMatTSMatSub - Assignment to left-hand side operand (1)"; in testSMatTSMatSub()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/utiltest/numericcast/
H A DOperationTest.cpp116 oss << " Test: " << test_ << "\n" in testIntToInt()
147 oss << " Test: " << test_ << "\n" in testIntToUInt()
165 oss << " Test: " << test_ << "\n" in testIntToUInt()
197 oss << " Test: " << test_ << "\n" in testUIntToInt()
217 oss << " Test: " << test_ << "\n" in testUIntToInt()
249 oss << " Test: " << test_ << "\n" in testIntToLong()
280 oss << " Test: " << test_ << "\n" in testLongToInt()
300 oss << " Test: " << test_ << "\n" in testLongToInt()
321 oss << " Test: " << test_ << "\n" in testLongToInt()
353 oss << " Test: " << test_ << "\n" in testULongToUInt()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/smatdmatsub/
H A DAliasingTest.cpp118 test_ = "SMatDMatSub - Assignment to left-hand side operand (1)"; in testSMatDMatSub()
130 test_ = "SMatDMatSub - Assignment to left-hand side operand (2)"; in testSMatDMatSub()
166 test_ = "SMatDMatSub - Assignment to right-hand side operand (1)"; in testSMatDMatSub()
178 test_ = "SMatDMatSub - Assignment to right-hand side operand (2)"; in testSMatDMatSub()
214 test_ = "SMatDMatSub - Complex operation: A = ( 2*A ) - ( B * C )"; in testSMatDMatSub()
226 test_ = "SMatDMatSub - Complex operation: A = ( B * C ) - ( 2*A )"; in testSMatDMatSub()
347 test_ = "SMatDMatSub - Complex operation: A += ( 2*A ) - ( B * C )"; in testSMatDMatSub()
360 test_ = "SMatDMatSub - Complex operation: A += ( B * C ) - ( 2*A )"; in testSMatDMatSub()
796 test_ = "SMatTDMatSub - Assignment to left-hand side operand (1)"; in testSMatTDMatSub()
808 test_ = "SMatTDMatSub - Assignment to left-hand side operand (2)"; in testSMatTDMatSub()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/dmatsmatadd/
H A DAliasingTest.cpp118 test_ = "DMatSMatAdd - Assignment to left-hand side operand (1)"; in testDMatSMatAdd()
130 test_ = "DMatSMatAdd - Assignment to left-hand side operand (2)"; in testDMatSMatAdd()
166 test_ = "DMatSMatAdd - Assignment to right-hand side operand (1)"; in testDMatSMatAdd()
178 test_ = "DMatSMatAdd - Assignment to right-hand side operand (2)"; in testDMatSMatAdd()
214 test_ = "DMatSMatAdd - Complex operation: A = ( 2*A ) + ( B * C )"; in testDMatSMatAdd()
226 test_ = "DMatSMatAdd - Complex operation: A = ( B * C ) + ( 2*A )"; in testDMatSMatAdd()
347 test_ = "DMatSMatAdd - Complex operation: A += ( 2*A ) + ( B * C )"; in testDMatSMatAdd()
360 test_ = "DMatSMatAdd - Complex operation: A += ( B * C ) + ( 2*A )"; in testDMatSMatAdd()
796 test_ = "DMatTSMatAdd - Assignment to left-hand side operand (1)"; in testDMatTSMatAdd()
808 test_ = "DMatTSMatAdd - Assignment to left-hand side operand (2)"; in testDMatTSMatAdd()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/dmatsmatsub/
H A DAliasingTest.cpp118 test_ = "DMatSMatSub - Assignment to left-hand side operand (1)"; in testDMatSMatSub()
130 test_ = "DMatSMatSub - Assignment to left-hand side operand (2)"; in testDMatSMatSub()
166 test_ = "DMatSMatSub - Assignment to right-hand side operand (1)"; in testDMatSMatSub()
178 test_ = "DMatSMatSub - Assignment to right-hand side operand (2)"; in testDMatSMatSub()
214 test_ = "DMatSMatSub - Complex operation: A = ( 2*A ) - ( B * C )"; in testDMatSMatSub()
226 test_ = "DMatSMatSub - Complex operation: A = ( B * C ) - ( 2*A )"; in testDMatSMatSub()
347 test_ = "DMatSMatSub - Complex operation: A += ( 2*A ) - ( B * C )"; in testDMatSMatSub()
360 test_ = "DMatSMatSub - Complex operation: A += ( B * C ) - ( 2*A )"; in testDMatSMatSub()
796 test_ = "DMatTSMatSub - Assignment to left-hand side operand (1)"; in testDMatTSMatSub()
808 test_ = "DMatTSMatSub - Assignment to left-hand side operand (2)"; in testDMatTSMatSub()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/smatsmatmult/
H A DAliasingTest.cpp113 test_ = "SMatSMatMult - Assignment to left-hand side operand"; in testSMatSMatMult()
149 test_ = "SMatSMatMult - Assignment to right-hand side operand"; in testSMatSMatMult()
190 test_ = "SMatSMatMult - Addition assignment to left-hand side operand"; in testSMatSMatMult()
229 test_ = "SMatSMatMult - Addition assignment to right-hand side operand"; in testSMatSMatMult()
536 test_ = "SMatTSMatMult - Assignment to left-hand side operand"; in testSMatTSMatMult()
572 test_ = "SMatTSMatMult - Assignment to right-hand side operand"; in testSMatTSMatMult()
613 test_ = "SMatTSMatMult - Addition assignment to left-hand side operand"; in testSMatTSMatMult()
959 test_ = "TSMatSMatMult - Assignment to left-hand side operand"; in testTSMatSMatMult()
995 test_ = "TSMatSMatMult - Assignment to right-hand side operand"; in testTSMatSMatMult()
1382 test_ = "TSMatTSMatMult - Assignment to left-hand side operand"; in testTSMatTSMatMult()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/dmatsmatmult/
H A DAliasingTest.cpp119 test_ = "DMatSMatMult - Assignment to left-hand side operand"; in testDMatSMatMult()
155 test_ = "DMatSMatMult - Assignment to right-hand side operand"; in testDMatSMatMult()
196 test_ = "DMatSMatMult - Addition assignment to left-hand side operand"; in testDMatSMatMult()
235 test_ = "DMatSMatMult - Addition assignment to right-hand side operand"; in testDMatSMatMult()
542 test_ = "DMatTSMatMult - Assignment to left-hand side operand"; in testDMatTSMatMult()
578 test_ = "DMatTSMatMult - Assignment to right-hand side operand"; in testDMatTSMatMult()
619 test_ = "DMatTSMatMult - Addition assignment to left-hand side operand"; in testDMatTSMatMult()
965 test_ = "TDMatSMatMult - Assignment to left-hand side operand"; in testTDMatSMatMult()
1001 test_ = "TDMatSMatMult - Assignment to right-hand side operand"; in testTDMatSMatMult()
1388 test_ = "TDMatTSMatMult - Assignment to left-hand side operand"; in testTDMatTSMatMult()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/smatdmatmult/
H A DAliasingTest.cpp119 test_ = "SMatDMatMult - Assignment to left-hand side operand"; in testSMatDMatMult()
155 test_ = "SMatDMatMult - Assignment to right-hand side operand"; in testSMatDMatMult()
196 test_ = "SMatDMatMult - Addition assignment to left-hand side operand"; in testSMatDMatMult()
235 test_ = "SMatDMatMult - Addition assignment to right-hand side operand"; in testSMatDMatMult()
542 test_ = "SMatTDMatMult - Assignment to left-hand side operand"; in testSMatTDMatMult()
578 test_ = "SMatTDMatMult - Assignment to right-hand side operand"; in testSMatTDMatMult()
619 test_ = "SMatTDMatMult - Addition assignment to left-hand side operand"; in testSMatTDMatMult()
965 test_ = "TSMatDMatMult - Assignment to left-hand side operand"; in testTSMatDMatMult()
1001 test_ = "TSMatDMatMult - Assignment to right-hand side operand"; in testTSMatDMatMult()
1388 test_ = "TSMatTDMatMult - Assignment to left-hand side operand"; in testTSMatTDMatMult()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/dmatdmatadd/
H A DAliasingTest.cpp111 test_ = "DMatDMatAdd - Assignment to left-hand side operand (1)"; in testDMatDMatAdd()
123 test_ = "DMatDMatAdd - Assignment to left-hand side operand (2)"; in testDMatDMatAdd()
159 test_ = "DMatDMatAdd - Assignment to right-hand side operand (1)"; in testDMatDMatAdd()
171 test_ = "DMatDMatAdd - Assignment to right-hand side operand (2)"; in testDMatDMatAdd()
207 test_ = "DMatDMatAdd - Complex operation: A = ( 2*A ) + ( B * C )"; in testDMatDMatAdd()
219 test_ = "DMatDMatAdd - Complex operation: A = ( B * C ) + ( 2*A )"; in testDMatDMatAdd()
231 test_ = "DMatDMatAdd - Complex operation: A = B + ( A + C * D )"; in testDMatDMatAdd()
243 test_ = "DMatDMatAdd - Complex operation: A = ( B * C + A ) + D"; in testDMatDMatAdd()
390 test_ = "DMatDMatAdd - Complex operation: A += B + ( A + C * D )"; in testDMatDMatAdd()
403 test_ = "DMatDMatAdd - Complex operation: A += ( B * C + A ) + D"; in testDMatDMatAdd()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/dmatdmatmult/
H A DAliasingTest.cpp113 test_ = "DMatDMatMult - Assignment to left-hand side operand"; in testDMatDMatMult()
149 test_ = "DMatDMatMult - Assignment to right-hand side operand"; in testDMatDMatMult()
190 test_ = "DMatDMatMult - Addition assignment to left-hand side operand"; in testDMatDMatMult()
229 test_ = "DMatDMatMult - Addition assignment to right-hand side operand"; in testDMatDMatMult()
536 test_ = "DMatTDMatMult - Assignment to left-hand side operand"; in testDMatTDMatMult()
572 test_ = "DMatTDMatMult - Assignment to right-hand side operand"; in testDMatTDMatMult()
613 test_ = "DMatTDMatMult - Addition assignment to left-hand side operand"; in testDMatTDMatMult()
959 test_ = "TDMatDMatMult - Assignment to left-hand side operand"; in testTDMatDMatMult()
995 test_ = "TDMatDMatMult - Assignment to right-hand side operand"; in testTDMatDMatMult()
1382 test_ = "TDMatTDMatMult - Assignment to left-hand side operand"; in testTDMatTDMatMult()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/dmatdmatschur/
H A DAliasingTest.cpp111 test_ = "DMatDMatSchur - Assignment to left-hand side operand (1)"; in testDMatDMatSchur()
123 test_ = "DMatDMatSchur - Assignment to left-hand side operand (2)"; in testDMatDMatSchur()
159 test_ = "DMatDMatSchur - Assignment to right-hand side operand (1)"; in testDMatDMatSchur()
171 test_ = "DMatDMatSchur - Assignment to right-hand side operand (2)"; in testDMatDMatSchur()
231 test_ = "DMatDMatSchur - Complex operation: A = B % ( A + C * D )"; in testDMatDMatSchur()
243 test_ = "DMatDMatSchur - Complex operation: A = ( B * C + A ) % D"; in testDMatDMatSchur()
390 test_ = "DMatDMatSchur - Complex operation: A += B % ( A + C * D )"; in testDMatDMatSchur()
403 test_ = "DMatDMatSchur - Complex operation: A += ( B * C + A ) % D"; in testDMatDMatSchur()
551 test_ = "DMatDMatSchur - Complex operation: A -= B % ( A + C * D )"; in testDMatDMatSchur()
564 test_ = "DMatDMatSchur - Complex operation: A -= ( B * C + A ) % D"; in testDMatDMatSchur()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/dmatdmatsub/
H A DAliasingTest.cpp111 test_ = "DMatDMatSub - Assignment to left-hand side operand (1)"; in testDMatDMatSub()
123 test_ = "DMatDMatSub - Assignment to left-hand side operand (2)"; in testDMatDMatSub()
159 test_ = "DMatDMatSub - Assignment to right-hand side operand (1)"; in testDMatDMatSub()
171 test_ = "DMatDMatSub - Assignment to right-hand side operand (2)"; in testDMatDMatSub()
207 test_ = "DMatDMatSub - Complex operation: A = ( 2*A ) - ( B * C )"; in testDMatDMatSub()
219 test_ = "DMatDMatSub - Complex operation: A = ( B * C ) - ( 2*A )"; in testDMatDMatSub()
231 test_ = "DMatDMatSub - Complex operation: A = B - ( A + C * D )"; in testDMatDMatSub()
243 test_ = "DMatDMatSub - Complex operation: A = ( B * C + A ) - D"; in testDMatDMatSub()
390 test_ = "DMatDMatSub - Complex operation: A += B - ( A + C * D )"; in testDMatDMatSub()
403 test_ = "DMatDMatSub - Complex operation: A += ( B * C + A ) - D"; in testDMatDMatSub()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/vectors/uniformvector/
H A DClassTest.cpp158 oss << " Test: " << test_ << "\n" in testConstructors()
192 oss << " Test: " << test_ << "\n" in testConstructors()
1547 test_ = "UniformVector::operator[]"; in testSubscript()
1558 oss << " Test: " << test_ << "\n" in testSubscript()
1581 test_ = "UniformVector::at()"; in testAt()
1845 test_ = "UniformVector::reset()"; in testReset()
1908 test_ = "UniformVector::clear()"; in testClear()
1958 test_ = "UniformVector::resize()"; in testResize()
2042 test_ = "UniformVector::extend()"; in testExtend()
2104 test_ = "UniformVector swap"; in testSwap()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/adaptors/uniuppermatrix/
H A DDenseTest2.cpp139 oss << " Test: " << test_ << "\n" in testFunctionCall()
162 oss << " Test: " << test_ << "\n" in testFunctionCall()
185 oss << " Test: " << test_ << "\n" in testFunctionCall()
208 oss << " Test: " << test_ << "\n" in testFunctionCall()
231 oss << " Test: " << test_ << "\n" in testFunctionCall()
1950 oss << " Test: " << test_ << "\n" in testReset()
1973 oss << " Test: " << test_ << "\n" in testReset()
1996 oss << " Test: " << test_ << "\n" in testReset()
2019 oss << " Test: " << test_ << "\n" in testReset()
2042 oss << " Test: " << test_ << "\n" in testReset()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/vectors/initializervector/
H A DClassTest.cpp190 oss << " Test: " << test_ << "\n" in testSubscript()
201 oss << " Test: " << test_ << "\n" in testSubscript()
224 test_ = "InitializerVector::at()"; in testAt()
233 oss << " Test: " << test_ << "\n" in testAt()
244 oss << " Test: " << test_ << "\n" in testAt()
257 oss << " Test: " << test_ << "\n" in testAt()
296 oss << " Test: " << test_ << "\n" in testIterator()
310 oss << " Test: " << test_ << "\n" in testIterator()
584 test_ = "InitializerVector swap"; in testSwap()
600 oss << " Test: " << test_ << "\n" in testSwap()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/adaptors/diagonalmatrix/
H A DDenseTest2.cpp138 oss << " Test: " << test_ << "\n" in testScaling()
173 oss << " Test: " << test_ << "\n" in testScaling()
208 oss << " Test: " << test_ << "\n" in testScaling()
243 oss << " Test: " << test_ << "\n" in testScaling()
278 oss << " Test: " << test_ << "\n" in testScaling()
312 oss << " Test: " << test_ << "\n" in testScaling()
335 oss << " Test: " << test_ << "\n" in testScaling()
358 oss << " Test: " << test_ << "\n" in testScaling()
388 oss << " Test: " << test_ << "\n" in testScaling()
423 oss << " Test: " << test_ << "\n" in testScaling()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/smatdmatschur/
H A DAliasingTest.cpp113 test_ = "SMatDMatSchur - Assignment to left-hand side operand (1)"; in testSMatDMatSchur()
125 test_ = "SMatDMatSchur - Assignment to left-hand side operand (2)"; in testSMatDMatSchur()
161 test_ = "SMatDMatSchur - Assignment to right-hand side operand (1)"; in testSMatDMatSchur()
173 test_ = "SMatDMatSchur - Assignment to right-hand side operand (2)"; in testSMatDMatSchur()
209 test_ = "SMatDMatSchur - Complex operation: A = ( 2*A ) % ( B * C )"; in testSMatDMatSchur()
221 test_ = "SMatDMatSchur - Complex operation: A = ( B * C ) % ( 2*A )"; in testSMatDMatSchur()
342 test_ = "SMatDMatSchur - Complex operation: A += ( 2*A ) % ( B * C )"; in testSMatDMatSchur()
355 test_ = "SMatDMatSchur - Complex operation: A += ( B * C ) % ( 2*A )"; in testSMatDMatSchur()
477 test_ = "SMatDMatSchur - Complex operation: A -= ( 2*A ) % ( B * C )"; in testSMatDMatSchur()
791 test_ = "TSMatDMatSchur - Assignment to left-hand side operand (1)"; in testTSMatDMatSchur()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/operations/dmatsmatschur/
H A DAliasingTest.cpp113 test_ = "DMatSMatSchur - Assignment to left-hand side operand (1)"; in testDMatSMatSchur()
125 test_ = "DMatSMatSchur - Assignment to left-hand side operand (2)"; in testDMatSMatSchur()
161 test_ = "DMatSMatSchur - Assignment to right-hand side operand (1)"; in testDMatSMatSchur()
173 test_ = "DMatSMatSchur - Assignment to right-hand side operand (2)"; in testDMatSMatSchur()
209 test_ = "DMatSMatSchur - Complex operation: A = ( 2*A ) % ( B * C )"; in testDMatSMatSchur()
221 test_ = "DMatSMatSchur - Complex operation: A = ( B * C ) % ( 2*A )"; in testDMatSMatSchur()
342 test_ = "DMatSMatSchur - Complex operation: A += ( 2*A ) % ( B * C )"; in testDMatSMatSchur()
355 test_ = "DMatSMatSchur - Complex operation: A += ( B * C ) % ( 2*A )"; in testDMatSMatSchur()
477 test_ = "DMatSMatSchur - Complex operation: A -= ( 2*A ) % ( B * C )"; in testDMatSMatSchur()
791 test_ = "DMatTSMatSchur - Assignment to left-hand side operand (1)"; in testDMatTSMatSchur()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/vectors/staticvector/
H A DClassTest.cpp169 oss << " Test: " << test_ << "\n" in testConstructors()
194 oss << " Test: " << test_ << "\n" in testConstructors()
445 oss << " Test: " << test_ << "\n" in testConstructors()
494 oss << " Test: " << test_ << "\n" in testConstructors()
1804 test_ = "StaticVector::operator[]"; in testSubscript()
1958 test_ = "StaticVector::at()"; in testAt()
2454 test_ = "StaticVector::nonZeros()"; in testNonZeros()
2508 test_ = "StaticVector::reset()"; in testReset()
2601 test_ = "clear() function"; in testClear()
2692 test_ = "StaticVector swap"; in testSwap()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/utiltest/smallarray/
H A DClassTest.h293 oss << " Test: " << test_ << "\n" in testConstructors()
313 oss << " Test: " << test_ << "\n" in testConstructors()
333 oss << " Test: " << test_ << "\n" in testConstructors()
359 oss << " Test: " << test_ << "\n" in testConstructors()
380 oss << " Test: " << test_ << "\n" in testConstructors()
1614 test_ = "Iterator subtraction"; in testIterator()
1860 test_ = "SmallArray::clear()"; in testClear()
2120 test_ = "SmallArray::reserve()"; in testReserve()
2157 test_ = "SmallArray::shrinkToFit()"; in testShrinkToFit()
2285 oss << " Test: " << test_ << "\n" in testPushBack()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/adaptors/strictlyuppermatrix/
H A DDenseTest2.cpp151 oss << " Test: " << test_ << "\n" in testMultAssign()
190 oss << " Test: " << test_ << "\n" in testMultAssign()
220 oss << " Test: " << test_ << "\n" in testMultAssign()
250 oss << " Test: " << test_ << "\n" in testMultAssign()
295 oss << " Test: " << test_ << "\n" in testMultAssign()
335 oss << " Test: " << test_ << "\n" in testMultAssign()
365 oss << " Test: " << test_ << "\n" in testMultAssign()
395 oss << " Test: " << test_ << "\n" in testMultAssign()
439 oss << " Test: " << test_ << "\n" in testMultAssign()
478 oss << " Test: " << test_ << "\n" in testMultAssign()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/adaptors/strictlylowermatrix/
H A DDenseTest2.cpp151 oss << " Test: " << test_ << "\n" in testMultAssign()
190 oss << " Test: " << test_ << "\n" in testMultAssign()
220 oss << " Test: " << test_ << "\n" in testMultAssign()
250 oss << " Test: " << test_ << "\n" in testMultAssign()
295 oss << " Test: " << test_ << "\n" in testMultAssign()
335 oss << " Test: " << test_ << "\n" in testMultAssign()
365 oss << " Test: " << test_ << "\n" in testMultAssign()
395 oss << " Test: " << test_ << "\n" in testMultAssign()
439 oss << " Test: " << test_ << "\n" in testMultAssign()
478 oss << " Test: " << test_ << "\n" in testMultAssign()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/views/elements/
H A DSparseTest.cpp1908 test_ = "Elements::scale()"; in testScaling()
1988 test_ = "Elements::operator[]"; in testSubscript()
2504 test_ = "Elements::nonZeros()"; in testNonZeros()
2576 test_ = "Elements::reset()"; in testReset()
2672 test_ = "clear() function"; in testClear()
2768 test_ = "Elements::reserve()"; in testReserve()
2802 test_ = "Elements::set()"; in testSet()
2954 test_ = "Elements::insert()"; in testInsert()
3087 test_ = "Elements::append()"; in testAppend()
3637 test_ = "Elements::find()"; in testFind()
[all …]

12345678910>>...73