HomeSort by relevance Sort by last modified time
    Searched refs:__getformat__ (Results 1 - 25 of 54) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_float.py 15 have_getformat = hasattr(float, "__getformat__")
17 "requires __getformat__")
22 float.__getformat__("double").startswith("IEEE"),
431 self.save_formats = {'double':float.__getformat__('double'),
432 'float':float.__getformat__('float')}
439 self.assertIn(float.__getformat__('double'),
441 self.assertIn(float.__getformat__('float'),
443 self.assertRaises(ValueError, float.__getformat__, 'chicken')
444 self.assertRaises(TypeError, float.__getformat__, 1)
481 self.save_formats = {'double':float.__getformat__('double'),
    [all...]
test_long_future.py 14 float.__getformat__("double").startswith("IEEE"),
test_cmath.py 284 if not float.__getformat__("double").startswith("IEEE"):
432 if float.__getformat__("double").startswith("IEEE"):
test_complex.py 500 if float.__getformat__("double").startswith("IEEE"):
507 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
514 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
test_int.py 284 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
  /external/python/cpython2/Lib/test/
test_float.py 16 have_getformat = hasattr(float, "__getformat__")
18 "requires __getformat__")
23 float.__getformat__("double").startswith("IEEE"),
491 self.save_formats = {'double':float.__getformat__('double'),
492 'float':float.__getformat__('float')}
499 self.assertIn(float.__getformat__('double'),
501 self.assertIn(float.__getformat__('float'),
503 self.assertRaises(ValueError, float.__getformat__, 'chicken')
504 self.assertRaises(TypeError, float.__getformat__, 1)
541 self.save_formats = {'double':float.__getformat__('double')
    [all...]
test_long_future.py 14 float.__getformat__("double").startswith("IEEE"),
test_cmath.py 284 if not float.__getformat__("double").startswith("IEEE"):
463 if float.__getformat__("double").startswith("IEEE"):
test_complex.py 505 if float.__getformat__("double").startswith("IEEE"):
512 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
519 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_float.py 15 have_getformat = hasattr(float, "__getformat__")
17 "requires __getformat__")
22 float.__getformat__("double").startswith("IEEE"),
437 self.save_formats = {'double':float.__getformat__('double'),
438 'float':float.__getformat__('float')}
445 self.assertIn(float.__getformat__('double'),
447 self.assertIn(float.__getformat__('float'),
449 self.assertRaises(ValueError, float.__getformat__, 'chicken')
450 self.assertRaises(TypeError, float.__getformat__, 1)
487 self.save_formats = {'double':float.__getformat__('double')
    [all...]
test_long_future.py 14 float.__getformat__("double").startswith("IEEE"),
test_cmath.py 284 if not float.__getformat__("double").startswith("IEEE"):
432 if float.__getformat__("double").startswith("IEEE"):
test_complex.py 500 if float.__getformat__("double").startswith("IEEE"):
507 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
514 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_float.py 15 have_getformat = hasattr(float, "__getformat__")
17 "requires __getformat__")
22 float.__getformat__("double").startswith("IEEE"),
437 self.save_formats = {'double':float.__getformat__('double'),
438 'float':float.__getformat__('float')}
445 self.assertIn(float.__getformat__('double'),
447 self.assertIn(float.__getformat__('float'),
449 self.assertRaises(ValueError, float.__getformat__, 'chicken')
450 self.assertRaises(TypeError, float.__getformat__, 1)
487 self.save_formats = {'double':float.__getformat__('double')
    [all...]
test_long_future.py 14 float.__getformat__("double").startswith("IEEE"),
test_cmath.py 284 if not float.__getformat__("double").startswith("IEEE"):
432 if float.__getformat__("double").startswith("IEEE"):
test_complex.py 500 if float.__getformat__("double").startswith("IEEE"):
507 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
514 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py 15 have_getformat = hasattr(float, "__getformat__")
17 "requires __getformat__")
22 float.__getformat__("double").startswith("IEEE"),
437 self.save_formats = {'double':float.__getformat__('double'),
438 'float':float.__getformat__('float')}
445 self.assertIn(float.__getformat__('double'),
447 self.assertIn(float.__getformat__('float'),
449 self.assertRaises(ValueError, float.__getformat__, 'chicken')
450 self.assertRaises(TypeError, float.__getformat__, 1)
487 self.save_formats = {'double':float.__getformat__('double')
    [all...]
test_long_future.py 14 float.__getformat__("double").startswith("IEEE"),
test_cmath.py 284 if not float.__getformat__("double").startswith("IEEE"):
432 if float.__getformat__("double").startswith("IEEE"):
test_complex.py 500 if float.__getformat__("double").startswith("IEEE"):
507 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
514 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_float.py 15 have_getformat = hasattr(float, "__getformat__")
17 "requires __getformat__")
22 float.__getformat__("double").startswith("IEEE"),
437 self.save_formats = {'double':float.__getformat__('double'),
438 'float':float.__getformat__('float')}
445 self.assertIn(float.__getformat__('double'),
447 self.assertIn(float.__getformat__('float'),
449 self.assertRaises(ValueError, float.__getformat__, 'chicken')
450 self.assertRaises(TypeError, float.__getformat__, 1)
487 self.save_formats = {'double':float.__getformat__('double')
    [all...]
test_long_future.py 14 float.__getformat__("double").startswith("IEEE"),
test_cmath.py 284 if not float.__getformat__("double").startswith("IEEE"):
432 if float.__getformat__("double").startswith("IEEE"):
test_complex.py 500 if float.__getformat__("double").startswith("IEEE"):
507 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
514 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),

Completed in 1005 milliseconds

1 2 3