********* Start testing of tst_QMath *********
Config: Using QtTest library 6.12.0, Qt 6.12.0 (arm64-little_endian-lp64 shared (dynamic) debug build; by Apple LLVM 17.0.0 (clang-1700.3.19.1)), macos 26.0.0
PASS   : tst_QMath::initTestCase()
PASS   : tst_QMath::fastSinCos()
PASS   : tst_QMath::degreesToRadians(pi)
PASS   : tst_QMath::degreesToRadians(doublepi)
PASS   : tst_QMath::degreesToRadians(halfpi)
PASS   : tst_QMath::degreesToRadians(random)
PASS   : tst_QMath::degreesToRadians(bigrandom)
PASS   : tst_QMath::degreesToRadians(zero)
PASS   : tst_QMath::degreesToRadians(minuspi)
PASS   : tst_QMath::degreesToRadians(minusdoublepi)
PASS   : tst_QMath::degreesToRadians(minushalfpi)
PASS   : tst_QMath::degreesToRadians(minusrandom)
PASS   : tst_QMath::degreesToRadians(minusbigrandom)
PASS   : tst_QMath::radiansToDegrees(pi)
PASS   : tst_QMath::radiansToDegrees(doublepi)
PASS   : tst_QMath::radiansToDegrees(halfpi)
PASS   : tst_QMath::radiansToDegrees(random)
PASS   : tst_QMath::radiansToDegrees(bigrandom)
PASS   : tst_QMath::radiansToDegrees(zero)
PASS   : tst_QMath::radiansToDegrees(minuspi)
PASS   : tst_QMath::radiansToDegrees(minusdoublepi)
PASS   : tst_QMath::radiansToDegrees(minushalfpi)
PASS   : tst_QMath::radiansToDegrees(minusrandom)
PASS   : tst_QMath::radiansToDegrees(minusbigrandom)
PASS   : tst_QMath::trigonometry(zero)
PASS   : tst_QMath::trigonometry(turn/4)
PASS   : tst_QMath::trigonometry(turn/2)
PASS   : tst_QMath::trigonometry(3*turn/4)
PASS   : tst_QMath::hypotenuse()
PASS   : tst_QMath::funcs(0)
PASS   : tst_QMath::funcs(1.44)
PASS   : tst_QMath::funcs(-1.44)
PASS   : tst_QMath::qNextPowerOfTwo32S(0)
PASS   : tst_QMath::qNextPowerOfTwo32S(1)
PASS   : tst_QMath::qNextPowerOfTwo32S(2)
PASS   : tst_QMath::qNextPowerOfTwo32S(17)
PASS   : tst_QMath::qNextPowerOfTwo32S(128)
PASS   : tst_QMath::qNextPowerOfTwo32S(65535)
PASS   : tst_QMath::qNextPowerOfTwo32S(65536)
PASS   : tst_QMath::qNextPowerOfTwo32S(2^30)
PASS   : tst_QMath::qNextPowerOfTwo32S(2^30 + 1)
PASS   : tst_QMath::qNextPowerOfTwo32S(2^31 - 1)
PASS   : tst_QMath::qNextPowerOfTwo64S(0)
PASS   : tst_QMath::qNextPowerOfTwo64S(1)
PASS   : tst_QMath::qNextPowerOfTwo64S(2)
PASS   : tst_QMath::qNextPowerOfTwo64S(17)
PASS   : tst_QMath::qNextPowerOfTwo64S(128)
PASS   : tst_QMath::qNextPowerOfTwo64S(65535)
PASS   : tst_QMath::qNextPowerOfTwo64S(65536)
PASS   : tst_QMath::qNextPowerOfTwo64S(2^31 - 1)
PASS   : tst_QMath::qNextPowerOfTwo64S(2^31)
PASS   : tst_QMath::qNextPowerOfTwo64S(2^31 + 1)
PASS   : tst_QMath::qNextPowerOfTwo64S(2^63 - 1)
PASS   : tst_QMath::qNextPowerOfTwo32U(0)
PASS   : tst_QMath::qNextPowerOfTwo32U(1)
PASS   : tst_QMath::qNextPowerOfTwo32U(2)
PASS   : tst_QMath::qNextPowerOfTwo32U(17)
PASS   : tst_QMath::qNextPowerOfTwo32U(128)
PASS   : tst_QMath::qNextPowerOfTwo32U(65535)
PASS   : tst_QMath::qNextPowerOfTwo32U(65536)
PASS   : tst_QMath::qNextPowerOfTwo32U(2^30)
PASS   : tst_QMath::qNextPowerOfTwo32U(2^30 + 1)
PASS   : tst_QMath::qNextPowerOfTwo32U(2^31 - 1)
PASS   : tst_QMath::qNextPowerOfTwo64U(0)
PASS   : tst_QMath::qNextPowerOfTwo64U(1)
PASS   : tst_QMath::qNextPowerOfTwo64U(2)
PASS   : tst_QMath::qNextPowerOfTwo64U(17)
PASS   : tst_QMath::qNextPowerOfTwo64U(128)
PASS   : tst_QMath::qNextPowerOfTwo64U(65535)
PASS   : tst_QMath::qNextPowerOfTwo64U(65536)
PASS   : tst_QMath::qNextPowerOfTwo64U(2^63 - 1)
PASS   : tst_QMath::cleanupTestCase()
Totals: 72 passed, 0 failed, 0 skipped, 0 blacklisted, 11ms
********* Finished testing of tst_QMath *********
