Searched refs:nCalcValue (Results 1 – 1 of 1) sorted by relevance
218 volatile T nCalcValue = 1.0; in checkPrecisionSize() local232 nCalcValue *= 10; in checkPrecisionSize()233 volatile T nValue = nCalcValue + static_cast<T>(0.1); in checkPrecisionSize()234 volatile T dSub = nValue - nCalcValue; in checkPrecisionSize()245 nCalcValue = 1.0; in checkPrecisionSize()256 nCalcValue /= 10; in checkPrecisionSize()257 volatile T nValue = nCalcValue + static_cast<T>(1.0); in checkPrecisionSize()
Completed in 34 milliseconds