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

/freebsd-10.0-release/contrib/gcc/
H A Dsreal.h35 #define SREAL_MAX_SIG (((uhwi) 1 << SREAL_PART_BITS) - 1) macro
H A Dsreal.c43 SREAL_MIN_SIG <= sig && sig <= SREAL_MAX_SIG
175 else if (x->sig_hi > SREAL_MAX_SIG)
186 while (tmp > SREAL_MAX_SIG);
200 if (x->sig_hi > SREAL_MAX_SIG)
202 /* x->sig_hi was SREAL_MAX_SIG before increment
214 x->sig_hi = SREAL_MAX_SIG;
215 x->sig_lo = SREAL_MAX_SIG;
239 else if (x->sig > SREAL_MAX_SIG)
248 while (x->sig > SREAL_MAX_SIG);
252 if (x->sig > SREAL_MAX_SIG)
[all...]

Completed in 79 milliseconds