HomeSort by relevance Sort by last modified time
    Searched refs:e200 (Results 1 - 14 of 14) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ascii_formatd.py 39 ('%#.2g', 1.234567e200),
40 ('%e', 1.234567e200),
test_types.py 613 test(1.1234e200, 'g', '1.1234e+200')
614 test(1.1234e200, 'G', '1.1234E+200')
637 f = 1.1234e200
656 test(1e200, '+g', '+1e+200')
657 test(1e200, '+', '+1e+200')
658 test(1.1e200, '+g', '+1.1e+200')
659 test(1.1e200, '+', '+1.1e+200')
661 test(1.1e200, '+g', '+1.1e+200')
662 test(1.1e200, '+', '+1.1e+200')
test_time.py 215 for unreasonable in -1e200, 1e200:
test_complex.py 95 self.check_div(complex(1e200, 1e200), 1+0j)
105 # self.assertRaises(OverflowError, pow, 1e200+1j, 1e200+1j)
test_long.py     [all...]
test_datetime.py 757 for insane in -1e200, 1e200:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ascii_formatd.py 39 ('%#.2g', 1.234567e200),
40 ('%e', 1.234567e200),
test_types.py 613 test(1.1234e200, 'g', '1.1234e+200')
614 test(1.1234e200, 'G', '1.1234E+200')
637 f = 1.1234e200
656 test(1e200, '+g', '+1e+200')
657 test(1e200, '+', '+1e+200')
658 test(1.1e200, '+g', '+1.1e+200')
659 test(1.1e200, '+', '+1.1e+200')
661 test(1.1e200, '+g', '+1.1e+200')
662 test(1.1e200, '+', '+1.1e+200')
test_time.py 215 for unreasonable in -1e200, 1e200:
test_complex.py 95 self.check_div(complex(1e200, 1e200), 1+0j)
105 # self.assertRaises(OverflowError, pow, 1e200+1j, 1e200+1j)
test_long.py     [all...]
test_datetime.py 757 for insane in -1e200, 1e200:
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/util/
histogram.cc 30 1e200,
  /external/opencv/ml/src/
mlsvm.cpp 605 if( fabs(G[i]) > 1e200 )
    [all...]

Completed in 240 milliseconds