Home
last modified time | relevance | path

Searched refs:fill_row2 (Results 1 – 3 of 3) sorted by relevance

/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/module_BASE/
H A DDBRowGeneratorEMTestSuite.h180 const auto& xfill_row2 = fill_row2.row(); in test_basic()
206 const auto& xfill_row2 = fill_row2.row(); in test_basic()
281 const auto& xfill_row2 = fill_row2.row(); in test_basic()
373 const auto& xfill_row2 = fill_row2.row(); in test_basic()
399 const auto& xfill_row2 = fill_row2.row(); in test_basic()
544 const auto& xfill_row2 = fill_row2.row(); in test_basic()
570 const auto& xfill_row2 = fill_row2.row(); in test_basic()
715 const auto& xfill_row2 = fill_row2.row(); in test_basic()
741 const auto& xfill_row2 = fill_row2.row(); in test_basic()
886 const auto& xfill_row2 = fill_row2.row(); in test_basic()
[all …]
H A DDBRowGeneratorSetTestSuite.h494 const auto& fill_row2 = genset.generate(); in test_basic() local
495 const auto& xfill_row2 = fill_row2.row(); in test_basic()
498 TS_ASSERT_EQUALS(fill_row2.weight(), proba.get(inst)) in test_basic()
520 const auto& fill_row2 = genset.generate(); in test_basic() local
521 const auto& xfill_row2 = fill_row2.row(); in test_basic()
524 TS_ASSERT_EQUALS(fill_row2.weight(), proba.get(inst)) in test_basic()
595 const auto& fill_row2 = genset.generate(); in test_basic() local
596 const auto& xfill_row2 = fill_row2.row(); in test_basic()
599 TS_ASSERT_EQUALS(fill_row2.weight(), proba.get(inst)) in test_basic()
H A DDBRowGeneratorParserTestSuite.h430 const auto& fill_row2 = parser.row(); in testEM() local
431 const auto& xfill_row2 = fill_row2.row(); in testEM()
434 TS_ASSERT_DELTA(fill_row2.weight(), proba.get(inst), 0.001) in testEM()
461 const auto& fill_row2 = parser.row(); in testEM()
462 const auto& xfill_row2 = fill_row2.row(); in testEM()
465 TS_ASSERT_DELTA(fill_row2.weight(), xproba[idx], 0.001) in testEM()