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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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 210 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/python/cpython2/Lib/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 281 for unreasonable in -1e200, 1e200:
test_complex.py 102 self.check_div(complex(1e200, 1e200), 1+0j)
112 # self.assertRaises(OverflowError, pow, 1e200+1j, 1e200+1j)
test_long.py     [all...]
test_datetime.py 797 for insane in -1e200, 1e200:
    [all...]
  /art/test/712-varhandle-invocations/src/
SampleValues.java 61 new double[] {-1.0e-200, 1.11e200, 3.141, 1.1111, 6.022e23, 6.626e-34};
64 new Double[] {-1.0e-200, 1.11e200, 3.141, 1.1111, 6.022e23, 6.626e-34};
  /external/fonttools/Tests/misc/
py23_test.py 295 (0.1e200, 0.1e200),
356 (1.0e200, .999999999999999e200)]
  /external/python/cpython3/Lib/test/
test_numeric_tower.py 167 7e200,
test_types.py 428 test(1.1234e200, 'g', '1.1234e+200')
429 test(1.1234e200, 'G', '1.1234E+200')
452 f = 1.1234e200
471 test(1e200, '+g', '+1e+200')
472 test(1e200, '+', '+1e+200')
474 test(1.1e200, '+g', '+1.1e+200')
475 test(1.1e200, '+', '+1.1e+200')
    [all...]
test_complex.py 94 self.check_div(complex(1e200, 1e200), 1+0j)
104 # self.assertRaises(OverflowError, pow, 1e200+1j, 1e200+1j)
test_math.py     [all...]
test_time.py 401 for unreasonable in -1e200, 1e200:
    [all...]
test_long.py 598 cases = [0, 0.001, 0.99, 1.0, 1.5, 1e20, 1e200]
605 # 1 << 20000 should exceed all double formats. int(1e200) is to
606 # check that we get equality with 1e200 above.
607 t = int(1e200)
    [all...]
datetimetester.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
mathmodule.c 103 r = -1.23e200; /* silence gcc warning */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
mathmodule.c 103 r = -1.23e200; /* silence gcc warning */
    [all...]
  /external/python/cpython2/Modules/
mathmodule.c 103 r = -1.23e200; /* silence gcc warning */
    [all...]
  /external/u-boot/arch/arm/dts/
dra7.dtsi     [all...]

Completed in 1134 milliseconds