Searched refs:emin2m1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dreal.c2329 int emin2m1, emax2;
2346 emin2m1 = (fmt->emin - 1) * fmt->log2_b;
2395 else if (REAL_EXP (r) <= emin2m1)
2402 if (REAL_EXP (r) < emin2m1)
2407 diff = emin2m1 - REAL_EXP (r) + 1;
2463 if (REAL_EXP (r) <= emin2m1)
2510 int emin2m1;
2516 emin2m1 = (fmt->emin - 1) * fmt->log2_b;
2517 if (REAL_EXP (a) <= emin2m1)
2324 int emin2m1, emax2; local
2505 int emin2m1; local

Completed in 112 milliseconds