Searched refs:EstimatePower (Results 1 – 1 of 1) sorted by relevance
31 static int EstimatePower(int exponent);78 int estimated_power = EstimatePower(normalized_exponent); in BignumDtoa()348 static int EstimatePower(int exponent) { in EstimatePower() function