Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

scfx_rep.cpp File Reference

#include "systemc/datatypes/fx/scfx_rep.h"
#include "systemc/datatypes/fx/scfx_ieee.h"
#include "systemc/datatypes/fx/scfx_pow10.h"
#include "systemc/datatypes/fx/scfx_utils.h"
#include "systemc/datatypes/bit/sc_bv_base.h"
#include <ctype.h>
#include <math.h>

Include dependency graph for scfx_rep.cpp:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  sc_dt

Defines

#define SCFX_FAIL_IF_(cnd)


Define Documentation

#define SCFX_FAIL_IF_ cnd   
 

Value:

{                                                                             \
    if( ( cnd ) )                                                             \
    {                                                                         \
        m_state = not_a_number;                                               \
  m_mant.clear();            \
        return;                                                               \
    }                                                                         \
}

Definition at line 362 of file scfx_rep.cpp.


Generated on Fri Jan 14 08:30:31 2005 for SystemC2.1beta11(excludingMSLib)(IncludingSCV)\nProvidedby:www.openverificationfoundation.org by doxygen1.2.18