Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
quad.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  complex
struct  dcomplex
struct  QUAD
struct  qcomplex

Defines

#define DMANTWIDTH   52
#define DBL2LL(x, l)   l = *(INT64 *)&x
#define LL2DBL(l, x)   x = *(double *)&l

Define Documentation

#define DBL2LL (   x,
 
)    l = *(INT64 *)&x

Definition at line 60 of file quad.h.

Referenced by c_q_add(), c_q_div(), c_q_mul(), c_q_sqrt(), and c_q_sub().

#define DMANTWIDTH   52

Definition at line 58 of file quad.h.

#define LL2DBL (   l,
 
)    x = *(double *)&l

Definition at line 61 of file quad.h.

Referenced by c_q_add(), c_q_div(), c_q_mul(), c_q_sqrt(), and c_q_sub().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines