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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp289 resize_to( words );
332 resize_to( words );
596 resize_to( words );
633 resize_to( words );
661 resize_to( sc_max( min_mant, n_word( 4 * length ) ) );
719 resize_to( words );
939 int_part.resize_to( int_part.size() - int_part.m_wp, -1 );
947 frac_part.resize_to( frac_part.size() + 1, 1 );
1010 frac_part.resize_to( frac_part.size() + 1, 1 );
1347 result.resize_to( len_man
[all...]
H A Dscfx_rep.h281 void resize_to( int, int = 0 );
325 m_mant.resize_to( min_mant );
333 m_mant.resize_to( min_mant );
493 scfx_rep::resize_to( int new_size, int restore ) function in class:sc_dt::scfx_rep
502 m_mant.resize_to( new_size, restore );
743 resize_to( size() + 1, 1 );
H A Dscfx_mant.h95 void resize_to( int, int = 0 );
233 scfx_mant::resize_to( int size, int restore ) function in class:sc_dt::scfx_mant
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc267 resize_to(words);
302 resize_to(words);
543 resize_to(words);
580 resize_to(words);
608 resize_to(sc_max(min_mant, n_word(4 * length)));
662 resize_to(words);
887 int_part.resize_to(int_part.size() - int_part.m_wp, -1);
894 frac_part.resize_to(frac_part.size() + 1, 1);
949 frac_part.resize_to(frac_part.size() + 1, 1);
1254 result.resize_to(len_man
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh260 void resize_to(int, int=0);
300 m_mant.resize_to(min_mant);
307 m_mant.resize_to(min_mant);
414 scfx_rep::resize_to(int new_size, int restore) function in class:sc_dt::scfx_rep
422 m_mant.resize_to(new_size, restore);
641 resize_to(size() + 1, 1);
H A Dscfx_mant.hh90 void resize_to(int, int=0);
203 scfx_mant::resize_to(int size, int restore) function in class:sc_dt::scfx_mant

Completed in 11 milliseconds