Home
last modified time | relevance | path

Searched defs:estimated_power (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dbignum-dtoa.cc76 int estimated_power = EstimatePower(normalized_exponent); in BignumDtoa() local
380 double v, int estimated_power, bool need_boundary_deltas, in InitialScaledStartValuesPositiveExponent()
426 double v, int estimated_power, bool need_boundary_deltas, in InitialScaledStartValuesNegativeExponentPositivePower()
476 double v, int estimated_power, bool need_boundary_deltas, in InitialScaledStartValuesNegativeExponentNegativePower()
572 int estimated_power, in InitialScaledStartValues()
605 static void FixupMultiply10(int estimated_power, bool is_even, in FixupMultiply10()
/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum-dtoa.cpp127 int estimated_power = EstimatePower(normalized_exponent); in BignumDtoa() local
433 int estimated_power, bool need_boundary_deltas, in InitialScaledStartValuesPositiveExponent()
466 int estimated_power, bool need_boundary_deltas, in InitialScaledStartValuesNegativeExponentPositivePower()
500 int estimated_power, bool need_boundary_deltas, in InitialScaledStartValuesNegativeExponentNegativePower()
585 int estimated_power, in InitialScaledStartValues()
626 static void FixupMultiply10(int estimated_power, bool is_even, in FixupMultiply10()