Searched refs:aFract3 (Results 1 – 1 of 1) sorted by relevance
60 Fraction aFract3( 0x7AAAAAAA, 0x35555555 ); in testFraction() local62 aFract3.GetNumerator() == 0x7AAAAAAA && in testFraction()63 aFract3.GetDenominator() == 0x35555555 ); in testFraction()64 aFract3.ReduceInaccurate(30); in testFraction()66 aFract3.GetNumerator() == 0x7AAAAAAA && in testFraction()67 aFract3.GetDenominator() == 0x35555555 ); in testFraction()69 aFract3.ReduceInaccurate(29); in testFraction()71 aFract3.GetNumerator() == 0x3D555555 && in testFraction()72 aFract3.GetDenominator() == 0x1AAAAAAA ); in testFraction()74 aFract3.ReduceInaccurate(9); in testFraction()[all …]