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

/freebsd-9.3-release/contrib/gcc/
H A Dsreal.c341 int dexp; local
353 dexp = a->exp - b->exp;
355 if (dexp > SREAL_BITS)
366 if (dexp == 0)
371 shift_right (&tmp, dexp);
395 int dexp; local
401 dexp = a->exp - b->exp;
403 if (dexp > SREAL_BITS)
413 if (dexp == 0)
418 shift_right (&tmp, dexp);
[all...]
H A Dreal.c533 int dexp, sign, exp;
591 dexp = REAL_EXP (a) - REAL_EXP (b);
592 if (dexp < 0)
596 dexp = -dexp;
603 if (dexp > 0)
607 if (dexp >= SIGNIFICAND_BITS)
614 inexact |= sticky_rshift_significand (&t, b, dexp);
530 int dexp, sign, exp; local

Completed in 109 milliseconds