Searched refs:from_string (Results 1 - 15 of 15) sorted by relevance

/gem5/src/systemc/ext/core/
H A Dsc_time.hh89 static sc_time from_string(const char *str);
/gem5/src/systemc/tests/systemc/kernel/sc_time/test19/
H A Dtest19.cpp49 sc_time u = sc_time::from_string( str.c_str() );
/gem5/util/minorview/
H A Dmodel.py79 return self.__class__.__name__ + '().from_string(' + \
103 def from_string(self, string): member in class:Id
187 def from_string(self, string): member in class:Branch
214 def from_string(self, string): member in class:Counts
235 def from_string(self, string): member in class:DcacheAccess
237 self.id.from_string(id)
269 return class_().from_string(symbol)
676 id = Id().from_string(pairs['id'])
703 id = Id().from_string(pairs['id'])
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.h184 void from_string( const char*, int );
346 from_string( s, SC_DEFAULT_CTE_WL_ );
H A Dsc_fxval.cpp672 sc_fxval_fast::from_string( const char* s ) function in class:sc_dt::sc_fxval_fast
H A Dsc_fxval.h753 static double from_string( const char* );
1588 #define DEFN_CTOR_T_B(tp) DEFN_CTOR_T(tp,from_string( a ))
H A Dscfx_rep.cpp412 // METHOD : from_string
429 scfx_rep::from_string( const char* s, int cte_wl ) function in class:sc_dt::scfx_rep
H A Dsc_fxnum.h3749 #define DEFN_CTOR_T_B(tp) DEFN_CTOR_T(tp,sc_fxval_fast::from_string( a ))
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh169 void from_string(const char *, int);
317 from_string(s, SC_DEFAULT_CTE_WL_);
H A Dsc_fxval.hh641 static double from_string(const char *);
1344 #define DEFN_CTOR_T_B(tp) DEFN_CTOR_T(tp, from_string(a))
H A Dsc_fxnum.hh3184 #define DEFN_CTOR_T_B(tp) DEFN_CTOR_T(tp, sc_fxval_fast::from_string(a))
/gem5/configs/example/
H A Dread_config.py145 def from_string(cls, str): member in class:PortConnection
296 PortConnection.from_string(peer)))
/gem5/src/systemc/core/
H A Dsc_time.cc230 sc_time::from_string(const char *str) function in class:sc_core::sc_time
/gem5/src/systemc/dt/fx/
H A Dsc_fxval.cc628 sc_fxval_fast::from_string(const char *s) function in class:sc_dt::sc_fxval_fast
H A Dscfx_rep.cc374 // METHOD : from_string
389 scfx_rep::from_string(const char *s, int cte_wl) function in class:sc_dt::scfx_rep

Completed in 78 milliseconds