Searched refs:smallIncrement (Results 1 – 2 of 2) sorted by relevance
2504 double smallIncrement=0.00000001; in checkRounding() local2506 smallIncrement*=iValue; in checkRounding()2509 lastParsed=checkRound(df, iValue-smallIncrement, lastParsed); in checkRounding()2511 lastParsed=checkRound(df, iValue+smallIncrement, lastParsed); in checkRounding()
2510 double smallIncrement=0.00000001; in checkRounding() local2512 smallIncrement*=iValue; in checkRounding()2515 lastParsed=checkRound(df, iValue-smallIncrement, lastParsed); in checkRounding()2517 lastParsed=checkRound(df, iValue+smallIncrement, lastParsed); in checkRounding()