Home
last modified time | relevance | path

Searched refs:expectedOr (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Common/Misc/Testing/Cxx/
H A DUnitTestFunctionParser.cxx490 double expectedOr[] = {0.0, 1.0, 1.0, 1.0}; in TestScalarLogic() local
499 if (result != expectedOr[i]) in TestScalarLogic()
502 << expectedOr[i] in TestScalarLogic()
/dports/math/vtk8/VTK-8.2.0/Common/Misc/Testing/Cxx/
H A DUnitTestFunctionParser.cxx601 double expectedOr[] = {0.0, 1.0, 1.0, 1.0}; in TestScalarLogic() local
610 if (result != expectedOr[i]) in TestScalarLogic()
613 << expectedOr[i] in TestScalarLogic()
/dports/math/vtk9/VTK-9.1.0/Common/Misc/Testing/Cxx/
H A DUnitTestExprTkFunctionParser.cxx579 double expectedOr[] = { 0.0, 1.0, 1.0, 1.0 }; in TestScalarLogic() local
588 if (result != expectedOr[i]) in TestScalarLogic()
590 std::cout << "i | j expected " << expectedOr[i] << " but got " << result << std::endl; in TestScalarLogic()
H A DUnitTestFunctionParser.cxx579 double expectedOr[] = { 0.0, 1.0, 1.0, 1.0 }; in TestScalarLogic() local
588 if (result != expectedOr[i]) in TestScalarLogic()
590 std::cout << "i | j expected " << expectedOr[i] << " but got " << result << std::endl; in TestScalarLogic()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/analysis/
H A Dtestqgsprocessingalgs.cpp1973 QFETCH( QVector< double >, expectedOr ); in rasterLogicOp()
2084 QCOMPARE( res[row * nCols + col], expectedOr[row * nCols + col] ); in rasterLogicOp()
/dports/graphics/qgis/qgis-3.22.3/tests/src/analysis/
H A Dtestqgsprocessingalgs.cpp2348 QFETCH( QVector< double >, expectedOr ); in rasterLogicOp()
2459 QCOMPARE( res[row * nCols + col], expectedOr[row * nCols + col] ); in rasterLogicOp()