Searched refs:SREAL_MAX_EXP (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsreal.h29 #define SREAL_MAX_EXP (INT_MAX / 4) macro
97 gcc_checking_assert (s <= SREAL_MAX_EXP);
98 gcc_checking_assert (s >= -SREAL_MAX_EXP);
102 gcc_checking_assert (m_exp + s <= SREAL_MAX_EXP);
103 gcc_checking_assert (m_exp + s >= -SREAL_MAX_EXP);
117 min.m_exp = SREAL_MAX_EXP;
127 max.m_exp = SREAL_MAX_EXP;
212 if (new_exp < -SREAL_MAX_EXP)
214 new_exp = -SREAL_MAX_EXP;
250 if (new_exp > SREAL_MAX_EXP)
[all...]
H A Dsreal.c41 -SREAL_MAX_EXP <= exp && exp <= SREAL_MAX_EXP
47 sig == 0 && exp == -SREAL_MAX_EXP
97 gcc_checking_assert (m_exp + s <= SREAL_MAX_EXP);
229 r.m_exp = -SREAL_MAX_EXP;
H A Dipa-inline.c1159 badness = (sreal) (-SREAL_MIN_SIG + growth) << (SREAL_MAX_EXP / 256);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsreal.h29 #define SREAL_MAX_EXP (INT_MAX / 4) macro
97 gcc_checking_assert (s <= SREAL_MAX_EXP);
98 gcc_checking_assert (s >= -SREAL_MAX_EXP);
102 gcc_checking_assert (m_exp + s <= SREAL_MAX_EXP);
103 gcc_checking_assert (m_exp + s >= -SREAL_MAX_EXP);
117 min.m_exp = SREAL_MAX_EXP;
127 max.m_exp = SREAL_MAX_EXP;
212 if (new_exp < -SREAL_MAX_EXP)
214 new_exp = -SREAL_MAX_EXP;
250 if (new_exp > SREAL_MAX_EXP)
[all...]
H A Dsreal.cc41 -SREAL_MAX_EXP <= exp && exp <= SREAL_MAX_EXP
47 sig == 0 && exp == -SREAL_MAX_EXP
97 gcc_checking_assert (m_exp + s <= SREAL_MAX_EXP);
229 r.m_exp = -SREAL_MAX_EXP;
H A Dipa-inline.cc1214 badness = (sreal) (-SREAL_MIN_SIG + growth) << (SREAL_MAX_EXP / 256);

Completed in 256 milliseconds