sc_fxval.cpp File Reference

#include <ctype.h>
#include <math.h>
#include <float.h>
#include "sysc/datatypes/fx/sc_fxval.h"

Include dependency graph for sc_fxval.cpp:

Go to the source code of this file.

Namespaces

namespace  sc_dt

Defines

#define SCFX_FAIL_IF_(cnd)

Functions

static void sc_dt::print_dec (scfx_string &s, scfx_ieee_double id, int w_prefix, sc_fmt fmt)
static void sc_dt::print_other (scfx_string &s, const scfx_ieee_double &id, sc_numrep numrep, int w_prefix, sc_fmt fmt, const scfx_params *params)
const char * sc_dt::to_string (const scfx_ieee_double &, sc_numrep, int, sc_fmt, const scfx_params *=0)


Define Documentation

#define SCFX_FAIL_IF_ ( cnd   ) 

Value:

{                                                                             \
    if( ( cnd ) )                                                             \
        return static_cast<double>( scfx_ieee_double::nan() );                \
}

Definition at line 662 of file sc_fxval.cpp.


Generated on Wed Jan 21 15:32:10 2009 for SystemC by  doxygen 1.5.5