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

  /external/v8/src/
bignum-dtoa.cc 55 // Computes v / 10^estimated_power exactly, as a ratio of two bignums, numerator
58 int estimated_power,
69 static void FixupMultiply10(int estimated_power, bool is_even,
100 // estimated_power might be too low by 1.
101 int estimated_power = EstimatePower(normalized_exponent); local
107 if (mode == BIGNUM_DTOA_FIXED && -estimated_power - 1 > requested_digits) {
127 InitialScaledStartValues(v, estimated_power, need_boundary_deltas,
130 // We now have v = (numerator / denominator) * 10^estimated_power.
131 FixupMultiply10(estimated_power, is_even, decimal_point,
404 double v, int estimated_power, bool need_boundary_deltas
    [all...]

Completed in 48 milliseconds