Searched refs:velvel (Results 1 – 3 of 3) sorted by relevance
172 double velvel = sum + tmp; // Little wolf of rounding error in sumWithCompensation() local173 sumCompensation = (velvel - sum) - tmp; in sumWithCompensation()174 sum = velvel; in sumWithCompensation()
119 double velvel = sum + tmp; // Little wolf of rounding error in sumWithCompensation() local120 intermediateSum[1] = (velvel - sum) - tmp; in sumWithCompensation()121 intermediateSum[0] = velvel; in sumWithCompensation()
758 double velvel = sum + tmp; // Little wolf of rounding error759 intermediateSum[1] = (velvel - sum) - tmp;760 intermediateSum[0] = velvel;