Home
last modified time | relevance | path

Searched refs:NormalizedExponent (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dbignum-dtoa.cc17 static int NormalizedExponent(uint64_t significand, int exponent) { in NormalizedExponent() function
74 int normalized_exponent = NormalizedExponent(significand, exponent); in BignumDtoa()
/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum-dtoa.cpp51 static int NormalizedExponent(uint64_t significand, int exponent) { in NormalizedExponent() function
125 int normalized_exponent = NormalizedExponent(significand, exponent); in BignumDtoa()