Lines Matching refs:e200
845 cases = [0, 0.001, 0.99, 1.0, 1.5, 1e20, 1e200]852 # 1L<<20000 should exceed all double formats. long(1e200) is to853 # check that we get equality with 1e200 above.854 t = long(1e200)