Searched refs:normalize (Results 1 - 5 of 5) sorted by relevance

/gem5/src/sim/
H A Dprocess.cc79 normalize(std::string& directory) function
98 tgtCwd(normalize(params->cwd)),
521 normalize(path_base);
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp224 normalize( id.exponent() + 1 - SCFX_IEEE_DOUBLE_M_SIZE );
230 normalize( id.exponent() - SCFX_IEEE_DOUBLE_M_SIZE );
2438 // normalize
2442 scfx_rep::normalize( int exponent )
H A Dscfx_rep.h257 void normalize( int );
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc210 normalize(id.exponent() + 1 - SCFX_IEEE_DOUBLE_M_SIZE);
214 normalize(id.exponent() - SCFX_IEEE_DOUBLE_M_SIZE);
2205 // normalize
2209 scfx_rep::normalize(int exponent)
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh236 void normalize(int);

Completed in 26 milliseconds