Home | History | Annotate | Download | only in Support

Lines Matching refs:texp

3593     int texp = -exp;
3604 unsigned precision = semantics->precision + (137 * texp + 136) / 59;
3611 if (texp & 1) significand *= five_to_the_i;
3613 texp >>= 1;
3614 if (!texp) break;