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

  /external/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 207 CHECK_EQ(1e308, StrtodChar("1", 308));
213 CHECK_EQ(1e308, StrtodChar("00000001", 308));
219 CHECK_EQ(1e308, StrtodChar("100000", 303));
225 CHECK_EQ(1e308, StrtodChar("000000000000100000", 303));
411 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/mjsunit/es6/
math-expm1.js 50 assertEquals(Infinity, Math.exp(1.7976931348623157e308));
55 assertEquals(-1, Math.expm1(-1.7976931348623157e308));
math-hyperbolic.js 162 assertEquals(1.7976931348621744e308, Math.sinh(710.4758600739439));
163 assertEquals(-1.7976931348621744e308, Math.sinh(-710.4758600739439));
184 assertEquals(1.7976931348621744e308, Math.cosh(710.4758600739439));
185 assertEquals(1.7976931348621744e308, Math.cosh(-710.4758600739439));
math-log1p.js 47 assertEquals(709.782712893384, Math.log1p(1.7976931348623157e308));
  /external/autotest/client/tests/kvm/tests/
steps.py 49 fail_if_stuck_for = float(params.get("fail_if_stuck_for") or 1e308)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatRoundTripTest.java 130 _test(fmt, randomDouble(1e308) / ((DecimalFormat) fmt).getMultiplier());
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatRoundTripTest.java 126 _test(fmt, randomDouble(1e308) / ((DecimalFormat) fmt).getMultiplier());
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cmath.py 433 self.assertRaises(OverflowError, abs, complex(1.4e308, 1.4e308))
test_float.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cmath.py 433 self.assertRaises(OverflowError, abs, complex(1.4e308, 1.4e308))
test_float.py     [all...]
  /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/
reflection_test.cc 403 EXPECT_DOUBLE_EQ(1.7976931348623157e308, result.GetD());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/metag/
metadsp21.d 378 .*: 0089e308 DM ADD \[D0AW\.0\+\+\],D0\.7,\[D0AR\.0\+\+\]
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
all-opcodes.d 12 2: e308.*
    [all...]

Completed in 1015 milliseconds