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

  /external/chromium_org/v8/test/cctest/
test-double.cc 50 CHECK_EQ(1.7976931348623157e308, Double(max_double64).value());
123 CHECK(!Double(1.7976931348623157e308).IsSpecial());
124 CHECK(!Double(-1.7976931348623157e308).IsSpecial());
228 CHECK_EQ(-1.7976931348623157e308, Double(-V8_INFINITY).NextDouble());
test-strtod.cc 206 CHECK_EQ(1e308, StrtodChar("1", 308));
212 CHECK_EQ(1e308, StrtodChar("00000001", 308));
218 CHECK_EQ(1e308, StrtodChar("100000", 303));
224 CHECK_EQ(1e308, StrtodChar("000000000000100000", 303));
410 const double kMaxDouble = 1.7976931348623157e308;
test-fast-dtoa.cc 70 double max_double = 1.7976931348623157e308;
155 double max_double = 1.7976931348623157e308;
test-bignum-dtoa.cc 113 double max_double = 1.7976931348623157e308;
test-dtoa.cc 129 double max_double = 1.7976931348623157e308;
  /external/v8/test/cctest/
test-double.cc 25 CHECK_EQ(1.7976931348623157e308, Double(max_double64).value());
97 CHECK(!Double(1.7976931348623157e308).IsSpecial());
98 CHECK(!Double(-1.7976931348623157e308).IsSpecial());
217 CHECK_EQ(-1.7976931348623157e308, Double(-V8_INFINITY).NextDouble());
test-strtod.cc 181 CHECK_EQ(1e308, StrtodChar("1", 308));
187 CHECK_EQ(1e308, StrtodChar("00000001", 308));
193 CHECK_EQ(1e308, StrtodChar("100000", 303));
199 CHECK_EQ(1e308, StrtodChar("000000000000100000", 303));
385 const double kMaxDouble = 1.7976931348623157e308;
test-fast-dtoa.cc 45 double max_double = 1.7976931348623157e308;
130 double max_double = 1.7976931348623157e308;
test-bignum-dtoa.cc 113 double max_double = 1.7976931348623157e308;
test-dtoa.cc 129 double max_double = 1.7976931348623157e308;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmath.py 433 self.assertRaises(OverflowError, abs, complex(1.4e308, 1.4e308))
test_float.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmath.py 433 self.assertRaises(OverflowError, abs, complex(1.4e308, 1.4e308))
test_float.py     [all...]
  /art/runtime/
jni_internal_test.cc 514 EXPECT_EQ(1.7976931348623157e308, result.GetD());
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1337 milliseconds