gem5
v20.1.0.0
|
#include <scfx_pow10.hh>
Public Member Functions | |
scfx_pow10 () | |
~scfx_pow10 () | |
const scfx_rep | operator() (int) |
Private Member Functions | |
scfx_rep * | pos (int) |
scfx_rep * | neg (int) |
Private Attributes | |
scfx_rep | m_pos [SCFX_POW10_TABLE_SIZE] |
scfx_rep | m_neg [SCFX_POW10_TABLE_SIZE] |
Definition at line 100 of file scfx_pow10.hh.
sc_dt::scfx_pow10::scfx_pow10 | ( | ) |
Definition at line 92 of file scfx_pow10.cc.
sc_dt::scfx_pow10::~scfx_pow10 | ( | ) |
Definition at line 103 of file scfx_pow10.cc.
|
private |
Definition at line 153 of file scfx_pow10.cc.
const scfx_rep sc_dt::scfx_pow10::operator() | ( | int | i | ) |
Definition at line 106 of file scfx_pow10.cc.
|
private |
Definition at line 144 of file scfx_pow10.cc.
|
private |
Definition at line 113 of file scfx_pow10.hh.
|
private |
Definition at line 112 of file scfx_pow10.hh.