********* Start testing of tst_qfloat16 *********
Config: Using QtTest library 6.10.1, Qt 6.10.1 (arm64-little_endian-lp64 shared (dynamic) release build; by GCC 13.3.0), ubuntu 24.04
PASS   : tst_qfloat16::initTestCase()
PASS   : tst_qfloat16::compareCompiles()
PASS   : tst_qfloat16::relationalOperatorsAreConstexpr()
PASS   : tst_qfloat16::ordering(0.000000_vs_0.000000)
PASS   : tst_qfloat16::ordering(0.000001_vs_0.000000)
PASS   : tst_qfloat16::ordering(0.000000_vs_0.000001)
PASS   : tst_qfloat16::ordering(-1.000001_vs_1.000001)
PASS   : tst_qfloat16::ordering(nan_vs_nan)
PASS   : tst_qfloat16::ordering(nan_vs_inf)
PASS   : tst_qfloat16::ordering(inf_vs_nan)
PASS   : tst_qfloat16::ordering(-inf_vs_nan)
PASS   : tst_qfloat16::ordering(nan_vs_-inf)
PASS   : tst_qfloat16::ordering(-inf_vs_inf)
PASS   : tst_qfloat16::ordering(inf_vs_-inf)
PASS   : tst_qfloat16::ordering(-inf_vs_0.000000)
PASS   : tst_qfloat16::ordering(0.000000_vs_inf)
PASS   : tst_qfloat16::ordering(0.000000_vs_nan)
PASS   : tst_qfloat16::ordering(nan_vs_0.000000)
PASS   : tst_qfloat16::ordering(2.000000_vs_314.158997)
PASS   : tst_qfloat16::ordering(-314.158997_vs_2.000000)
PASS   : tst_qfloat16::ordering(-2.000000_vs_314.158997)
PASS   : tst_qfloat16::ordering(nan_vs_314.158997)
PASS   : tst_qfloat16::ordering(-314.158997_vs_inf)
PASS   : tst_qfloat16::ordering(-inf_vs_314.158997)
PASS   : tst_qfloat16::ordering(2.000000_vs_-inf)
PASS   : tst_qfloat16::ordering(-2.000000_vs_nan)
PASS   : tst_qfloat16::ordering(-inf_vs_-2.000000)
PASS   : tst_qfloat16::ordering(0.000000_vs_1300000.000000)
PASS   : tst_qfloat16::ordering(0.000000_vs_-1300000.000000)
PASS   : tst_qfloat16::fuzzyCompare(zero)
PASS   : tst_qfloat16::fuzzyCompare(ten)
PASS   : tst_qfloat16::fuzzyCompare(large)
PASS   : tst_qfloat16::fuzzyCompare(small)
PASS   : tst_qfloat16::fuzzyCompare(eps)
PASS   : tst_qfloat16::fuzzyCompare(eps2)
PASS   : tst_qfloat16::fuzzyCompare(mis1)
PASS   : tst_qfloat16::fuzzyCompare(mis2)
PASS   : tst_qfloat16::fuzzyCompare(mis3)
PASS   : tst_qfloat16::fuzzyCompare(mis4)
PASS   : tst_qfloat16::fuzzyCompare(mis5)
PASS   : tst_qfloat16::fuzzyCompare(mis6)
PASS   : tst_qfloat16::fuzzyIsNull(zero)
PASS   : tst_qfloat16::fuzzyIsNull(min)
PASS   : tst_qfloat16::fuzzyIsNull(denorm_min)
PASS   : tst_qfloat16::fuzzyIsNull(tiny)
PASS   : tst_qfloat16::fuzzyIsNull(deci)
PASS   : tst_qfloat16::fuzzyIsNull(one)
PASS   : tst_qfloat16::fuzzyIsNull(ten)
PASS   : tst_qfloat16::fuzzyIsNull(huge)
PASS   : tst_qfloat16::ltgt(zero)
PASS   : tst_qfloat16::ltgt(-zero)
PASS   : tst_qfloat16::ltgt(ten)
PASS   : tst_qfloat16::ltgt(large)
PASS   : tst_qfloat16::ltgt(small)
PASS   : tst_qfloat16::ltgt(eps)
PASS   : tst_qfloat16::ltgt(eps2)
PASS   : tst_qfloat16::ltgt(mis1)
PASS   : tst_qfloat16::ltgt(mis2)
PASS   : tst_qfloat16::ltgt(mis3)
PASS   : tst_qfloat16::ltgt(mis4)
PASS   : tst_qfloat16::ltgt(mis5)
PASS   : tst_qfloat16::ltgt(45,23)
PASS   : tst_qfloat16::ltgt(1000,76)
PASS   : tst_qfloat16::qNaN()
PASS   : tst_qfloat16::infinity()
PASS   : tst_qfloat16::float_cast(zero)
PASS   : tst_qfloat16::float_cast(one)
PASS   : tst_qfloat16::float_cast(ten)
PASS   : tst_qfloat16::float_cast(hund)
PASS   : tst_qfloat16::float_cast(thou)
PASS   : tst_qfloat16::float_cast(tthou)
PASS   : tst_qfloat16::promotionTests()
PASS   : tst_qfloat16::arithOps(zero)
PASS   : tst_qfloat16::arithOps(one)
PASS   : tst_qfloat16::arithOps(ten)
PASS   : tst_qfloat16::floatToFloat16()
PASS   : tst_qfloat16::floatFromFloat16()
PASS   : tst_qfloat16::finite(zero)
PASS   : tst_qfloat16::finite(-zero)
PASS   : tst_qfloat16::finite(one)
PASS   : tst_qfloat16::finite(-one)
PASS   : tst_qfloat16::finite(ten)
PASS   : tst_qfloat16::finite(-ten)
PASS   : tst_qfloat16::finite(max)
PASS   : tst_qfloat16::finite(lowest)
PASS   : tst_qfloat16::finite(min)
PASS   : tst_qfloat16::finite(-min)
PASS   : tst_qfloat16::finite(denorm_min)
PASS   : tst_qfloat16::finite(-denorm_min)
PASS   : tst_qfloat16::properties()
PASS   : tst_qfloat16::limits()
PASS   : tst_qfloat16::mantissaOverflow()
PASS   : tst_qfloat16::dataStream()
PASS   : tst_qfloat16::textStream()
PASS   : tst_qfloat16::formatCompileTime()
PASS   : tst_qfloat16::format(C:{})
PASS   : tst_qfloat16::format(C:{:#})
PASS   : tst_qfloat16::format(C:{:f})
PASS   : tst_qfloat16::format(C:{:*>10.2a})
PASS   : tst_qfloat16::format(de_DE:{:+Lf})
PASS   : tst_qfloat16::format(de_DE:{:*^10.3LF})
PASS   : tst_qfloat16::format(de_DE:{:*^#10.4Lg})
PASS   : tst_qfloat16::format(de_DE:{:*<14.3LE})
PASS   : tst_qfloat16::formatMultiArg()
PASS   : tst_qfloat16::cleanupTestCase()
Totals: 105 passed, 0 failed, 0 skipped, 0 blacklisted, 67ms
********* Finished testing of tst_qfloat16 *********
