Searched refs:nCalcValue (Results 1 – 1 of 1) sorted by relevance
252 volatile T nCalcValue = 1.0; in checkPrecisionSize() local266 nCalcValue *= 10; in checkPrecisionSize()267 volatile T nValue = nCalcValue + static_cast<T>(0.1); in checkPrecisionSize()268 volatile T dSub = nValue - nCalcValue; in checkPrecisionSize()279 nCalcValue = 1.0; in checkPrecisionSize()290 nCalcValue /= 10; in checkPrecisionSize()291 volatile T nValue = nCalcValue + static_cast<T>(1.0); in checkPrecisionSize()
Completed in 24 milliseconds