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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_pow10.cpp94 scfx_rep* tmp = mult_scfx_rep( result, *pos( bit ) );
113 scfx_rep* tmp = mult_scfx_rep( result, *neg( bit ) );
H A Dscfx_rep.h95 scfx_rep* mult_scfx_rep( const scfx_rep&, const scfx_rep&,
201 friend scfx_rep* mult_scfx_rep( const scfx_rep&, const scfx_rep&, int );
386 mult_scfx_rep( const scfx_rep& a, const scfx_rep& b, int max_wl ) function in namespace:sc_dt
/gem5/src/systemc/dt/fx/
H A Dscfx_pow10.cc86 scfx_rep *tmp = mult_scfx_rep(result, *pos(bit));
100 scfx_rep *tmp = mult_scfx_rep(result, *neg(bit));
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh93 scfx_rep *mult_scfx_rep(const scfx_rep &, const scfx_rep &,
183 friend scfx_rep *mult_scfx_rep(const scfx_rep &, const scfx_rep &, int);
347 mult_scfx_rep(const scfx_rep &a, const scfx_rep &b, int max_wl) function in namespace:sc_dt

Completed in 5 milliseconds