Searched refs:texp (Results 1 – 1 of 1) sorted by relevance
3433 int texp = -exp; in toString() local3444 unsigned precision = semantics->precision + (137 * texp + 136) / 59; in toString()3451 if (texp & 1) significand *= five_to_the_i; in toString()3453 texp >>= 1; in toString()3454 if (!texp) break; in toString()