Home | History | Annotate | Download | only in test

Lines Matching refs:halfway

721         halfway = (long_dbl_max + top_power)//2
724 self.assertEqual(float(halfway-1), DBL_MAX)
725 self.assertRaises(OverflowError, float, halfway)
726 self.assertEqual(float(1-halfway), -DBL_MAX)
727 self.assertRaises(OverflowError, float, -halfway)