HomeSort by relevance Sort by last modified time
    Searched full:min_double (Results 1 - 5 of 5) sorted by null

  /external/v8/test/mjsunit/
string-lastindexof.js 31 var MIN_DOUBLE = -MAX_DOUBLE;
50 assertEquals(0, s.lastIndexOf("test", MIN_DOUBLE), "tmindouble");
74 assertEquals(-1, s.lastIndexOf(nonInitialMatch, MIN_DOUBLE), "noninitmindbl");
  /external/v8/test/cctest/
test-fast-dtoa.cc 63 double min_double = 5e-324; local
64 status = FastDtoa(min_double, FAST_DTOA_SHORTEST, 0,
148 double min_double = 5e-324; local
149 status = FastDtoa(min_double, FAST_DTOA_PRECISION, 5,
test-bignum-dtoa.cc 97 double min_double = 5e-324; local
98 BignumDtoa(min_double, BIGNUM_DTOA_SHORTEST, 0, buffer, &length, &point);
102 BignumDtoa(min_double, BIGNUM_DTOA_FIXED, 5, buffer, &length, &point);
107 BignumDtoa(min_double, BIGNUM_DTOA_PRECISION, 5, buffer, &length, &point);
test-dtoa.cc 112 double min_double = 5e-324; local
113 DoubleToAscii(min_double, DTOA_SHORTEST, 0, buffer, &sign, &length, &point);
117 DoubleToAscii(min_double, DTOA_FIXED, 5, buffer, &sign, &length, &point);
123 DoubleToAscii(min_double, DTOA_PRECISION, 5, buffer, &sign, &length, &point);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 

Completed in 124 milliseconds