Home
last modified time | relevance | path

Searched refs:emax2 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dreal.c2324 int emin2m1, emax2; in round_for_format() local
2342 emax2 = fmt->emax * fmt->log2_b; in round_for_format()
2388 if (REAL_EXP (r) > emax2) in round_for_format()
2438 if (REAL_EXP (r) > emax2) in round_for_format()
2450 if (REAL_EXP (r) > emax2) in round_for_format()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dreal.c2295 int emin2m1, emax2; local
2299 emax2 = fmt->emax * fmt->log2_b;
2350 if (r->exp > emax2)
2399 if (++r->exp > emax2)
2411 if (r->exp > emax2)