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