/gem5/src/systemc/dt/fx/ |
H A D | sc_fxdefs.cc | 154 to_string(sc_fmt fmt) argument
|
H A D | sc_fxval.cc | 183 print_dec(scfx_string &s, scfx_ieee_double id, int w_prefix, sc_fmt fmt) argument 290 print_other(scfx_string &s, const scfx_ieee_double &id, sc_numrep numrep, int w_prefix, sc_fmt fmt, const scfx_params *params) argument 444 to_string(const scfx_ieee_double &id, sc_numrep numrep, int w_prefix, sc_fmt fmt, const scfx_params *params=0) argument [all...] |
H A D | scfx_rep.cc | 863 print_dec(scfx_string &s, const scfx_rep &num, int w_prefix, sc_fmt fmt) argument 987 print_other(scfx_string &s, const scfx_rep &a, sc_numrep numrep, int w_prefix, sc_fmt fmt, const scfx_params *params) argument 1140 to_string(sc_numrep numrep, int w_prefix, sc_fmt fmt, const scfx_params *params) const argument [all...] |
/gem5/ext/systemc/src/sysc/utils/ |
H A D | sc_string.h | 157 template<class T> sc_string_old& fmt(const T& t) function in class:sc_dt::sc_string_old
|
H A D | sc_string.cpp | 464 sc_string_old::fmt(const sc_string_old& s) function in class:sc_dt::sc_string_old
|
/gem5/site_scons/gem5_scons/ |
H A D | __init__.py | 122 def fmt(files): function in function:Transform.__call__
|
/gem5/src/systemc/tests/systemc/misc/sim_tests/new_prop/new_prop1/ |
H A D | new_prop1.cpp | 124 dont_print(const char* fmt, ...) argument
|
/gem5/src/systemc/tests/systemc/misc/sim_tests/new_prop/new_prop2/ |
H A D | new_prop2.cpp | 124 dont_print(const char* fmt, ...) argument
|
/gem5/ext/fputils/tests/ |
H A D | test_helper.c | 62 test_bail(const char *fmt, ...) argument 77 test_diag(const char *fmt, ...) argument
|
/gem5/ext/nomali/tests/ |
H A D | test_helpers.c | 52 test_bail(const char *fmt, ...) argument 67 test_diag(const char *fmt, ...) argument
|
/gem5/src/base/ |
H A D | cprintf.hh | 59 Format fmt; member in struct:cp::Print [all...] |
H A D | trace.hh | 60 void dprintf(Tick when, const std::string &name, const char *fmt, argument
|
H A D | cprintf_formats.hh | 78 _format_char(std::ostream &out, const T &data, Format &fmt) argument 87 _format_integer(std::ostream &out, const T &data, Format &fmt) argument 148 _format_float(std::ostream &out, const T &data, Format &fmt) argument 207 _format_string(std::ostream &out, const T &data, Format &fmt) argument 252 format_char(std::ostream &out, const T &data, Format &fmt) argument 256 format_char(std::ostream &out, char data, Format &fmt) argument 260 format_char(std::ostream &out, unsigned char data, Format &fmt) argument 264 format_char(std::ostream &out, signed char data, Format &fmt) argument 268 format_char(std::ostream &out, short data, Format &fmt) argument 272 format_char(std::ostream &out, unsigned short data, Format &fmt) argument 276 format_char(std::ostream &out, int data, Format &fmt) argument 280 format_char(std::ostream &out, unsigned int data, Format &fmt) argument 284 format_char(std::ostream &out, long data, Format &fmt) argument 288 format_char(std::ostream &out, unsigned long data, Format &fmt) argument 292 format_char(std::ostream &out, long long data, Format &fmt) argument 296 format_char(std::ostream &out, unsigned long long data, Format &fmt) argument 304 format_integer(std::ostream &out, const T &data, Format &fmt) argument 307 format_integer(std::ostream &out, char data, Format &fmt) argument 310 format_integer(std::ostream &out, unsigned char data, Format &fmt) argument 313 format_integer(std::ostream &out, signed char data, Format &fmt) argument 321 format_float(std::ostream &out, const T &data, Format &fmt) argument 325 format_float(std::ostream &out, float data, Format &fmt) argument 329 format_float(std::ostream &out, double data, Format &fmt) argument 337 format_string(std::ostream &out, const T &data, Format &fmt) argument [all...] |
/gem5/ext/systemc/src/sysc/datatypes/fx/ |
H A D | sc_fxval.cpp | 314 print_other( scfx_string& s, const scfx_ieee_double& id, sc_numrep numrep, int w_prefix, sc_fmt fmt, const scfx_params* params ) argument 482 to_string( const scfx_ieee_double& id, sc_numrep numrep, int w_prefix, sc_fmt fmt, const scfx_params* params = 0 ) argument [all...] |
H A D | scfx_rep.cpp | 1218 to_string( sc_numrep numrep, int w_prefix, sc_fmt fmt, const scfx_params* params ) const argument [all...] |
/gem5/src/systemc/ext/dt/fx/ |
H A D | sc_fxdefs.hh | 173 operator << (::std::ostream &os, sc_fmt fmt) argument
|
/gem5/src/arch/mips/ |
H A D | dsp.cc | 61 MipsISA::dspSaturate(uint64_t value, int32_t fmt, int32_t sign, argument 91 MipsISA::checkOverflow(uint64_t value, int32_t fmt, int32_ argument 114 signExtend(uint64_t value, int32_t fmt) argument 135 dspAbs(int32_t a, int32_t fmt, uint32_t *dspctl) argument 166 dspAdd(int32_t a, int32_t b, int32_t fmt, int32_t saturate, int32_t sign, uint32_t *dspctl) argument 198 dspAddh(int32_t a, int32_t b, int32_t fmt, int32_t round, int32_t sign) argument 222 dspSub(int32_t a, int32_t b, int32_t fmt, int32_t saturate, int32_t sign, uint32_t *dspctl) argument 253 dspSubh(int32_t a, int32_t b, int32_t fmt, int32_t round, int32_t sign) argument 278 dspShll(int32_t a, uint32_t sa, int32_t fmt, int32_t saturate, int32_t sign, uint32_t *dspctl) argument 307 dspShrl(int32_t a, uint32_t sa, int32_t fmt, int32_t sign) argument 326 dspShra(int32_t a, uint32_t sa, int32_t fmt, int32_t round, int32_t sign, uint32_t *dspctl) argument 350 dspMulq(int32_t a, int32_t b, int32_t fmt, int32_t saturate, int32_t round, uint32_t *dspctl) argument 391 dspMul(int32_t a, int32_t b, int32_t fmt, int32_t saturate, uint32_t *dspctl) argument 628 dspDpa(int64_t dspac, int32_t a, int32_t b, int32_t ac, int32_t fmt, int32_t sign, int32_t mode) argument 656 dspDps(int64_t dspac, int32_t a, int32_t b, int32_t ac, int32_t fmt, int32_t sign, int32_t mode) argument 684 dspMaq(int64_t dspac, int32_t a, int32_t b, int32_t ac, int32_t fmt, int32_t mode, int32_t saturate, uint32_t *dspctl) argument 728 dspMulsa(int64_t dspac, int32_t a, int32_t b, int32_t ac, int32_t fmt) argument 742 dspMulsaq(int64_t dspac, int32_t a, int32_t b, int32_t ac, int32_t fmt, uint32_t *dspctl) argument 771 dspCmp(int32_t a, int32_t b, int32_t fmt, int32_t sign, int32_t op, uint32_t *dspctl) argument 804 dspCmpg(int32_t a, int32_t b, int32_t fmt, int32_t sign, int32_t op) argument 836 dspCmpgd(int32_t a, int32_t b, int32_t fmt, int32_t sign, int32_t op, uint32_t *dspctl) argument 944 dspPrecrq(int32_t a, int32_t b, int32_t fmt, uint32_t *dspctl) argument 969 dspPrecrSra(int32_t a, int32_t b, int32_t sa, int32_t fmt, int32_t round) argument 997 dspPick(int32_t a, int32_t b, int32_t fmt, uint32_t *dspctl) argument 1022 dspPack(int32_t a, int32_t b, int32_t fmt) argument 1041 dspExtr(int64_t dspac, int32_t fmt, int32_t sa, int32_t round, int32_t saturate, uint32_t *dspctl) argument 1128 simdPack(uint64_t *values_ptr, int32_t *reg, int32_t fmt) argument 1140 simdUnpack(int32_t reg, uint64_t *values_ptr, int32_t fmt, int32_t sign) argument [all...] |
/gem5/ext/googletest/googletest/src/ |
H A D | gtest.cc | 2956 void ColoredPrintf(GTestColor color, const char* fmt, ...) { argument
|