Home
last modified time | relevance | path

Searched refs:nCalcValue (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sal/qa/rtl/oustring/
H A Drtl_OUString2.cxx218 volatile T nCalcValue = 1.0; in checkPrecisionSize() local
232 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 20 milliseconds