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

/freebsd-10.0-release/contrib/gcc/
H A Dsreal.h34 #define SREAL_MIN_SIG ((uhwi) 1 << (SREAL_PART_BITS - 1)) macro
H A Dsreal.c43 SREAL_MIN_SIG <= sig && sig <= SREAL_MAX_SIG
145 else if (x->sig_hi < SREAL_MIN_SIG)
155 while (x->sig_hi < SREAL_MIN_SIG)
223 else if (x->sig < SREAL_MIN_SIG)
230 while (x->sig < SREAL_MIN_SIG);
446 if (a->sig_hi < SREAL_MIN_SIG || b->sig_hi < SREAL_MIN_SIG)
481 if (a->sig < SREAL_MIN_SIG || b->sig < SREAL_MIN_SIG)
504 gcc_assert (b->sig_hi >= SREAL_MIN_SIG);
[all...]

Completed in 165 milliseconds