Lines Matching defs:rounder
30183 double rounder; /* Used for rounding floating point values */30485 rounder = arRound[idx%10];30486 while( idx>=10 ){ rounder *= 1.0e-10; idx -= 10; }30493 if( precision+(ex/3) < 15 ) rounder += realvalue*3e-16;30494 realvalue += rounder;30525 realvalue += rounder;