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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_utils.h116 scfx_parse_sign( const char*& s, bool& sign_char ) function in namespace:sc_dt
H A Dsc_fxval.cpp681 int sign = scfx_parse_sign( s, sign_char );
H A Dscfx_rep.cpp438 m_sign = scfx_parse_sign( s, sign_char );
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_utils.hh111 scfx_parse_sign(const char *&s, bool &sign_char) function in namespace:sc_dt
/gem5/src/systemc/dt/fx/
H A Dsc_fxval.cc637 int sign = scfx_parse_sign(s, sign_char);
H A Dscfx_rep.cc398 m_sign = scfx_parse_sign(s, sign_char);

Completed in 13 milliseconds