gem5  v22.1.0.0
Classes | Namespaces | Functions | Variables
scfx_rep.hh File Reference
#include <climits>
#include "scfx_mant.hh"
#include "scfx_params.hh"
#include "scfx_string.hh"

Go to the source code of this file.

Classes

class  sc_dt::scfx_index
 
class  sc_dt::scfx_rep
 

Namespaces

 sc_dt
 

Functions

void sc_dt::multiply (scfx_rep &result, const scfx_rep &lhs, const scfx_rep &rhs, int max_wl)
 
scfx_rep * sc_dt::neg_scfx_rep (const scfx_rep &)
 
scfx_rep * sc_dt::mult_scfx_rep (const scfx_rep &, const scfx_rep &, int max_wl=SC_DEFAULT_MAX_WL_)
 
scfx_rep * sc_dt::div_scfx_rep (const scfx_rep &lhs, const scfx_rep &rhs, int div_wl)
 
scfx_rep * sc_dt::add_scfx_rep (const scfx_rep &lhs, const scfx_rep &rhs, int max_wl)
 
scfx_rep * sc_dt::sub_scfx_rep (const scfx_rep &lhs, const scfx_rep &rhs, int max_wl)
 
scfx_rep * sc_dt::lsh_scfx_rep (const scfx_rep &, int)
 
scfx_rep * sc_dt::rsh_scfx_rep (const scfx_rep &, int)
 
int sc_dt::cmp_scfx_rep (const scfx_rep &a, const scfx_rep &b)
 
scfx_rep * sc_dt::quantization_scfx_rep (const scfx_rep &a, const scfx_params &params, bool &q_flag)
 
scfx_rep * sc_dt::overflow_scfx_rep (const scfx_rep &a, const scfx_params &params, bool &o_flag)
 

Variables

const int sc_dt::min_mant = 4
 
const int sc_dt::bits_in_int = sizeof(int) * CHAR_BIT
 
const int sc_dt::bits_in_word = sizeof(word) * CHAR_BIT
 

Generated on Wed Dec 21 2022 10:23:00 for gem5 by doxygen 1.9.1