Searched refs:aFract3 (Results 1 – 1 of 1) sorted by relevance
60 Fraction aFract3( 0x7AAAAAAA, 0x35555555 ); in testFraction() local64 aFract3.ReduceInaccurate(30); in testFraction()69 aFract3.ReduceInaccurate(29); in testFraction()74 aFract3.ReduceInaccurate(9); in testFraction()76 aFract3.GetNumerator() == 0x0147 && in testFraction()79 aFract3.ReduceInaccurate(1); in testFraction()81 aFract3.GetNumerator() == 2 && in testFraction()82 aFract3.GetDenominator() == 1 ); in testFraction()84 aFract3.ReduceInaccurate(0); in testFraction()86 aFract3.GetNumerator() == 2 && in testFraction()[all …]
Completed in 10 milliseconds