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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsreal.h33 #define SREAL_SIGN(v) (v < 0 ? -1: 1) macro
218 if (SREAL_SIGN (new_sig) == -1)
256 if (SREAL_SIGN (new_sig) == -1)
H A Dsreal.c110 int64_t sign = SREAL_SIGN (m_sig);
243 sreal r (SREAL_SIGN (m_sig)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsreal.h33 #define SREAL_SIGN(v) (v < 0 ? -1: 1) macro
218 if (SREAL_SIGN (new_sig) == -1)
256 if (SREAL_SIGN (new_sig) == -1)
H A Dsreal.cc110 int64_t sign = SREAL_SIGN (m_sig);
243 sreal r (SREAL_SIGN (m_sig)

Completed in 178 milliseconds