Searched refs:texp (Results 1 – 6 of 6) sorted by relevance
482 tmant, texp = 0, 0486 if texp > exp:487 tmant <<= texp-exp488 texp = exp490 mant <<= exp-texp496 tail = max(len(bin(abs(tmant)))-2 - mant_dig, etiny - texp)500 texp += tail501 return math.ldexp(tmant, texp)
3448 int texp = -exp; in toString() local3459 unsigned precision = semantics->precision + (137 * texp + 136) / 59; in toString()3466 if (texp & 1) significand *= five_to_the_i; in toString()3468 texp >>= 1; in toString()3469 if (!texp) break; in toString()
3634 int texp = -exp; in toString() local3645 unsigned precision = semantics->precision + (137 * texp + 136) / 59; in toString()3652 if (texp & 1) significand *= five_to_the_i; in toString()3654 texp >>= 1; in toString()3655 if (!texp) break; in toString()
17758 4texp
17740 4texp
17983 4texp