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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsreal.c85 /* Shift this right by S bits. Needed: 0 < S <= SREAL_BITS.
93 gcc_checking_assert (s <= SREAL_BITS);
112 if (m_exp <= -SREAL_BITS)
151 if (dexp > SREAL_BITS)
196 if (dexp > SREAL_BITS)
H A Dsreal.h31 #define SREAL_BITS SREAL_PART_BITS macro
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsreal.cc85 /* Shift this right by S bits. Needed: 0 < S <= SREAL_BITS.
93 gcc_checking_assert (s <= SREAL_BITS);
112 if (m_exp <= -SREAL_BITS)
151 if (dexp > SREAL_BITS)
196 if (dexp > SREAL_BITS)
H A Dsreal.h31 #define SREAL_BITS SREAL_PART_BITS macro

Completed in 174 milliseconds