Searched refs:five_to_the_i (Results 1 – 2 of 2) sorted by relevance
3464 APInt five_to_the_i(precision, 5); in toString() local3466 if (texp & 1) significand *= five_to_the_i; in toString()3470 five_to_the_i *= five_to_the_i; in toString()
3650 APInt five_to_the_i(precision, 5); in toString() local3652 if (texp & 1) significand *= five_to_the_i; in toString()3656 five_to_the_i *= five_to_the_i; in toString()