Searched refs:scfx_string (Results 1 - 12 of 12) sorted by relevance

/gem5/src/systemc/ext/dt/fx/
H A Dscfx_string.hh22 scfx_string.h -
38 // $Log: scfx_string.h,v $
53 // Fixed bug in scfx_string::operator += where an array reference was used
67 class scfx_string;
71 // CLASS : scfx_string
76 class scfx_string class in namespace:sc_dt
81 scfx_string();
83 ~scfx_string();
110 scfx_string::resize(std::size_t i)
127 inline scfx_string function in class:sc_dt::scfx_string
[all...]
H A Dscfx_utils.hh55 #include "scfx_string.hh"
408 inline void scfx_print_nan(scfx_string &s) { s += "NaN"; }
410 scfx_print_inf(scfx_string &s, bool negative)
419 scfx_print_prefix(scfx_string &s, sc_numrep numrep)
461 scfx_print_exp(scfx_string &s, int exp)
488 void scfx_tc2csd(scfx_string &, int);
489 void scfx_csd2tc(scfx_string &);
H A Dscfx_rep.hh75 #include "scfx_string.hh"
264 friend void print_dec(scfx_string &, const scfx_rep &, int, sc_fmt);
265 friend void print_other(scfx_string &, const scfx_rep &, sc_numrep, int,
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_string.h22 scfx_string.h -
38 // $Log: scfx_string.h,v $
53 // Fixed bug in scfx_string::operator += where an array reference was used
68 class scfx_string;
72 // CLASS : scfx_string
77 class scfx_string class in namespace:sc_dt
83 scfx_string();
85 ~scfx_string();
114 scfx_string::resize( std::size_t i )
133 scfx_string function in class:sc_dt::scfx_string
[all...]
H A Dscfx_utils.cpp55 scfx_tc2csd( scfx_string& s, int w_prefix )
62 scfx_string csd;
115 scfx_csd2tc( scfx_string& csd )
120 scfx_string s;
H A Dscfx_utils.h56 #include "sysc/datatypes/fx/scfx_string.h"
433 scfx_print_nan( scfx_string& s )
440 scfx_print_inf( scfx_string& s, bool negative )
450 scfx_print_prefix( scfx_string& s, sc_numrep numrep )
494 scfx_print_exp( scfx_string& s, int exp )
526 void scfx_tc2csd( scfx_string&, int );
527 void scfx_csd2tc( scfx_string& );
H A Dsc_fxval.cpp190 print_dec( scfx_string& s, scfx_ieee_double id, int w_prefix, sc_fmt fmt )
314 print_other( scfx_string& s, const scfx_ieee_double& id, sc_numrep numrep,
485 static scfx_string s;
676 scfx_string s2;
H A Dscfx_rep.h76 #include "sysc/datatypes/fx/scfx_string.h"
285 friend void print_dec( scfx_string&, const scfx_rep&, int, sc_fmt );
286 friend void print_other( scfx_string&, const scfx_rep&, sc_numrep, int,
H A Dscfx_rep.cpp433 scfx_string s2;
913 print_dec( scfx_string& s, const scfx_rep& num, int w_prefix, sc_fmt fmt )
1053 print_other( scfx_string& s, const scfx_rep& a, sc_numrep numrep, int w_prefix,
1221 static scfx_string s;
/gem5/src/systemc/dt/fx/
H A Dscfx_utils.cc54 scfx_tc2csd(scfx_string &s, int w_prefix)
61 scfx_string csd;
109 scfx_csd2tc(scfx_string &csd)
114 scfx_string s;
H A Dsc_fxval.cc183 print_dec(scfx_string &s, scfx_ieee_double id, int w_prefix, sc_fmt fmt)
290 print_other(scfx_string &s, const scfx_ieee_double &id, sc_numrep numrep,
447 static scfx_string s;
632 scfx_string s2;
H A Dscfx_rep.cc393 scfx_string s2;
863 print_dec(scfx_string &s, const scfx_rep &num, int w_prefix, sc_fmt fmt)
987 print_other(scfx_string &s, const scfx_rep &a, sc_numrep numrep, int w_prefix,
1143 static scfx_string s;

Completed in 32 milliseconds