Home | History | Annotate | Download | only in test

Lines Matching refs:__getformat__

19     float.__getformat__("double").startswith("IEEE"),
851 if float.__getformat__("double").startswith("IEEE"):
959 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),