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

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 SCFX_FAIL_IF_ | ( | cnd | ) |
Value:
{ \
if( ( cnd ) ) \
return static_cast<double>( scfx_ieee_double::nan() ); \
}
Definition at line 662 of file sc_fxval.cpp.
1.5.5