Searched refs:SCFX_POW10_TABLE_SIZE (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/ext/dt/fx/
H A Dscfx_pow10.hh66 const int SCFX_POW10_TABLE_SIZE = 32; member in namespace:sc_dt
80 scfx_rep m_pos[SCFX_POW10_TABLE_SIZE];
81 scfx_rep m_neg[SCFX_POW10_TABLE_SIZE];
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_pow10.h68 const int SCFX_POW10_TABLE_SIZE = 32; member in namespace:sc_dt
86 scfx_rep m_pos[SCFX_POW10_TABLE_SIZE];
87 scfx_rep m_neg[SCFX_POW10_TABLE_SIZE];
H A Dscfx_pow10.cpp66 for( int i = 1; i < SCFX_POW10_TABLE_SIZE; i ++ )
/gem5/src/systemc/dt/fx/
H A Dscfx_pow10.cc65 for (int i = 1; i < SCFX_POW10_TABLE_SIZE; i++) {

Completed in 5 milliseconds