Searched refs:precisionScaledValue (Results 1 – 1 of 1) sorted by relevance
78 double precisionScaledValue = ldexp(mantissa, numBits); in roundStochastically() local79 double noisyScaledValue = precisionScaledValue + (0.5f * Math.random()); in roundStochastically()