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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxdefs.h278 #define SC_CHECK_MAX_WL_(max_wl) \
279 SC_ERROR_IF_( (max_wl) <= 0 && (max_wl) != -1, \
H A Dscfx_rep.h93 int max_wl = SC_DEFAULT_MAX_WL_ );
96 int max_wl = SC_DEFAULT_MAX_WL_ );
98 int max_wl = SC_DEFAULT_DIV_WL_ );
100 int max_wl = SC_DEFAULT_MAX_WL_ );
102 int max_wl = SC_DEFAULT_MAX_WL_ );
386 mult_scfx_rep( const scfx_rep& a, const scfx_rep& b, int max_wl )
389 sc_dt::multiply( c, a, b, max_wl );
H A Dscfx_rep.cpp1304 add_scfx_rep( const scfx_rep& lhs, const scfx_rep& rhs, int max_wl )
1381 result.round( max_wl );
1433 sub_scfx_rep( const scfx_rep& lhs, const scfx_rep& rhs, int max_wl )
1508 result.round( max_wl );
1543 int max_wl )
1614 result.round( max_wl );
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxdefs.hh264 #define SC_CHECK_MAX_WL_(max_wl) \
265 SC_ERROR_IF_((max_wl) <= 0 && (max_wl) != -1, \
H A Dscfx_rep.hh91 int max_wl=SC_DEFAULT_MAX_WL_);
94 int max_wl=SC_DEFAULT_MAX_WL_);
96 int max_wl=SC_DEFAULT_DIV_WL_);
98 int max_wl=SC_DEFAULT_MAX_WL_);
100 int max_wl=SC_DEFAULT_MAX_WL_);
347 mult_scfx_rep(const scfx_rep &a, const scfx_rep &b, int max_wl) argument
350 sc_dt::multiply(c, a, b, max_wl);
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc1217 add_scfx_rep(const scfx_rep &lhs, const scfx_rep &rhs, int max_wl)
1279 result.round(max_wl);
1326 sub_scfx_rep(const scfx_rep &lhs, const scfx_rep &rhs, int max_wl)
1388 result.round(max_wl);
1421 int max_wl)
1486 result.round(max_wl);

Completed in 30 milliseconds