Lines Matching refs:e2
73 int e2;
163 e2 = 0;
199 e2 -= 29;
238 e2 += sh;
266 if (bits > LDBL_MANT_DIG+e2-emin) {
267 bits = LDBL_MANT_DIG+e2-emin;
300 if ((e2+LDBL_MANT_DIG & INT_MAX) > emax-5) {
302 if (denormal && bits==LDBL_MANT_DIG+e2-emin)
305 e2++;
307 if (e2+LDBL_MANT_DIG>emax || (denormal && frac))
311 return scalbnl(y, e2);
323 long long e2 = 0;
372 e2 = scanexp(f, pok);
373 if (e2 == LLONG_MIN) {
380 e2 = 0;
385 e2 += 4*rp - 32;
388 if (e2 > -emin) {
392 if (e2 < emin-2*LDBL_MANT_DIG) {
405 e2--;
408 if (bits > 32+e2-emin) {
409 bits = 32+e2-emin;
423 return scalbnl(y, e2);