Searched refs:nQuotient (Results 1 – 1 of 1) sorted by relevance
1121 double nQuotient = std::max(nValueNormal, nValueNormal2); in check2Threads() local1122 … ASSERT_TRUE(nQuotient != 0) << "Quotient is zero, which means, there exist no right values."; in check2Threads()1123 double nDeltaPercent = nDelta / nQuotient * 100; in check2Threads()
Completed in 19 milliseconds