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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fix.h1030 int wl_c = wl(); local
1031 sc_fix c( wl_c, iwl_c );
1032 for( int i = iwl_c - wl_c; i < iwl_c; ++ i )
1034 return sc_fix( c, wl_c, iwl_c );
1744 int wl_c = wl(); local
1745 sc_fix_fast c( wl_c, iwl_c );
1746 for( int i = iwl_c - wl_c; i < iwl_c; ++ i )
1748 return sc_fix_fast( c, wl_c, iwl_c );
H A Dsc_ufix.h1033 int wl_c = wl(); local
1034 sc_ufix c( wl_c, iwl_c );
1035 for( int i = iwl_c - wl_c; i < iwl_c; ++ i )
1037 return sc_ufix( c, wl_c, iwl_c );
1747 int wl_c = wl(); local
1748 sc_ufix_fast c( wl_c, iwl_c );
1749 for( int i = iwl_c - wl_c; i < iwl_c; ++ i )
1751 return sc_ufix_fast( c, wl_c, iwl_c );
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fix.hh690 int wl_c = wl(); local
691 sc_fix c(wl_c, iwl_c);
692 for (int i = iwl_c - wl_c; i < iwl_c; ++i)
694 return sc_fix(c, wl_c, iwl_c);
1177 int wl_c = wl(); local
1178 sc_fix_fast c(wl_c, iwl_c);
1179 for (int i = iwl_c - wl_c; i < iwl_c; ++i)
1181 return sc_fix_fast(c, wl_c, iwl_c);
H A Dsc_ufix.hh702 int wl_c = wl(); local
703 sc_ufix c(wl_c, iwl_c);
704 for (int i = iwl_c - wl_c; i < iwl_c; ++i)
706 return sc_ufix(c, wl_c, iwl_c);
1188 int wl_c = wl(); local
1189 sc_ufix_fast c(wl_c, iwl_c);
1190 for (int i = iwl_c - wl_c; i < iwl_c; ++i)
1192 return sc_ufix_fast(c, wl_c, iwl_c);

Completed in 25 milliseconds