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

/freebsd-10.0-release/contrib/gcc/
H A Dsreal.h39 #define SREAL_BITS (SREAL_PART_BITS * 2) macro
41 #define SREAL_BITS SREAL_PART_BITS macro
H A Dsreal.c91 /* Shift X right by S bits. Needed: 0 < S <= SREAL_BITS.
98 gcc_assert (s <= SREAL_BITS);
291 if (r->exp <= -SREAL_BITS)
297 if (r->exp <= -SREAL_BITS)
355 if (dexp > SREAL_BITS)
403 if (dexp > SREAL_BITS)
534 r->exp = a->exp - b->exp - SREAL_BITS - SREAL_PART_BITS / 2;

Completed in 54 milliseconds