Searched refs:scfx_mant (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_mant.h22 scfx_mant.h -
39 // $Log: scfx_mant.h,v $
64 class scfx_mant;
73 // CLASS : scfx_mant
78 class scfx_mant class in namespace:sc_dt
86 explicit scfx_mant( std::size_t );
87 scfx_mant( const scfx_mant& );
89 scfx_mant& operator = ( const scfx_mant
175 scfx_mant::scfx_mant( std::size_t size ) function in class:sc_dt::scfx_mant
182 scfx_mant::scfx_mant( const scfx_mant& rhs ) function in class:sc_dt::scfx_mant
[all...]
H A Dscfx_mant.cpp22 scfx_mant.cpp -
40 // $Log: scfx_mant.cpp,v $
49 #include "sysc/datatypes/fx/scfx_mant.h"
83 scfx_mant::alloc_word( std::size_t size )
110 scfx_mant::free_word( word* array, std::size_t size )
H A Dscfx_rep.cpp1253 add_mants( int size, scfx_mant& result,
1254 const scfx_mant& a, const scfx_mant& b )
1279 sub_mants( int size, scfx_mant& result,
1280 const scfx_mant& a, const scfx_mant& b )
1397 sub_with_index( scfx_mant& a, int a_msw, int /*a_lsw*/,
1398 const scfx_mant& b, int b_msw, int b_lsw )
2403 scfx_mant mant8( size );
2404 scfx_mant mant
[all...]
H A Dscfx_rep.h74 #include "sysc/datatypes/fx/scfx_mant.h"
258 scfx_mant* resize( int, int ) const;
298 scfx_mant m_mant; // mantissa (bits of the value).
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_mant.hh22 scfx_mant.h -
39 // $Log: scfx_mant.h,v $
63 class scfx_mant;
70 // CLASS : scfx_mant
75 class scfx_mant class in namespace:sc_dt
81 explicit scfx_mant(std::size_t);
82 scfx_mant(const scfx_mant &);
84 scfx_mant &operator = (const scfx_mant
157 inline scfx_mant::scfx_mant(std::size_t size_) : m_array(0), m_size(size_) function in class:sc_dt::scfx_mant
162 inline scfx_mant::scfx_mant(const scfx_mant &rhs) : function in class:sc_dt::scfx_mant
[all...]
H A Dscfx_rep.hh73 #include "scfx_mant.hh"
237 scfx_mant *resize(int, int) const;
276 scfx_mant m_mant; // mantissa (bits of the value).
/gem5/src/systemc/dt/fx/
H A Dscfx_mant.cc22 scfx_mant.cpp -
40 // $Log: scfx_mant.cpp,v $
49 #include "systemc/ext/dt/fx/scfx_mant.hh"
82 scfx_mant::alloc_word(std::size_t size)
106 scfx_mant::free_word(word *array, std::size_t size)
H A Dscfx_rep.cc1175 add_mants(int size, scfx_mant &result, const scfx_mant &a, const scfx_mant &b)
1196 sub_mants(int size, scfx_mant &result, const scfx_mant &a, const scfx_mant &b)
1294 sub_with_index(scfx_mant &a, int a_msw, int /*a_lsw*/,
1295 const scfx_mant &b, int b_msw, int b_lsw)
2182 scfx_mant mant8(size);
2183 scfx_mant mant
[all...]

Completed in 29 milliseconds