Searched refs:fmt (Results 26 - 35 of 35) sorted by relevance

12

/gem5/src/systemc/tests/systemc/misc/sim_tests/new_prop/new_prop2/
H A Dnew_prop2.cpp124 dont_print(const char* fmt, ...) argument
/gem5/src/arch/hsail/
H A Dgen.py644 fmt = '%s<%s,%%s>' % (class_name, type_name.upper())
646 full_class_name = fmt % type2_name.upper()
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp913 print_dec( scfx_string& s, const scfx_rep& num, int w_prefix, sc_fmt fmt )
963 bool zero_digits = ( frac_part.is_zero() && fmt != SC_F );
999 bool zero_digits = ( int_digits == 0 && fmt != SC_F );
1043 if( fmt != SC_F )
1054 sc_fmt fmt, const scfx_params* params )
1166 if( fmt == SC_F )
1196 if( lsb > 0 && fmt == SC_F )
1205 if( fmt != SC_F )
1219 sc_fmt fmt, const scfx_params* params ) const
1235 sc_dt::print_dec( s, *this, w_prefix, fmt );
1218 to_string( sc_numrep numrep, int w_prefix, sc_fmt fmt, const scfx_params* params ) const argument
[all...]
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc863 print_dec(scfx_string &s, const scfx_rep &num, int w_prefix, sc_fmt fmt) argument
908 bool zero_digits = (frac_part.is_zero() && fmt != SC_F);
939 bool zero_digits = (int_digits == 0 && fmt != SC_F);
978 if (fmt != SC_F) {
988 sc_fmt fmt, const scfx_params *params)
1094 if (fmt == SC_F) {
1120 if (lsb > 0 && fmt == SC_F) {
1128 if (fmt != SC_F) {
1141 sc_fmt fmt, const scfx_params *params) const
1157 sc_dt::print_dec(s, *this, w_prefix, fmt);
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 Dsc_string.cpp427 // e.g. sc_string_old("a=%d, s is %s").fmt(1).fmt("string")
464 sc_string_old::fmt(const sc_string_old& s) function in class:sc_dt::sc_string_old
466 return fmt(s.c_str());
/gem5/ext/pybind11/tests/
H A Dtest_numpy_dtypes.cpp325 for (const auto &fmt : {
336 l.append(py::cast(fmt));
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dast.py162 fmt = '"%s"'
164 fmt = '<%s>'
165 return self._StringHelper(self.__class__.__name__, fmt % self.filename)
/gem5/ext/systemc/src/sysc/qt/
H A Dmeas.c35 extern int fprintf (FILE *out, char const *fmt, ...);
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2956 void ColoredPrintf(GTestColor color, const char* fmt, ...) { argument
2958 va_start(args, fmt);
2971 vprintf(fmt, args);
2991 vprintf(fmt, args);
2998 vprintf(fmt, args);
/gem5/src/arch/
H A Disa_parser.py1517 fmt = "In file included from %s:"
1518 return "\n".join([fmt % f for f in filename_stack])
2134 # "def format <fmt>(<params>) {{...}};"
2382 # "<fmt>::<mnemonic>(<args>)"

Completed in 31 milliseconds

12