#include <ctype.h>#include <math.h>#include <float.h>#include "sysc/datatypes/fx/sc_fxval.h"ネームスペース | |
| namespace | sc_dt |
マクロ定義 | |
| #define | SCFX_FAIL_IF_(cnd) |
関数 | |
| 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 | ) |
値:
{ \
if( ( cnd ) ) \
return static_cast<double>( scfx_ieee_double::nan() ); \
}
sc_fxval.cpp の 662 行で定義されています。
1.5.6