QDP++
qdp_precision.h File Reference

PRECISION ISSUES. More...

#include <qdp_config.h>

Go to the source code of this file.

Macros

#define BASE_PRECISION   32
#define INNER_LOG   2

Typedefs

typedef int INTEGER32
typedef float REAL32
typedef double REAL64
typedef bool LOGICAL
typedef REAL32 REAL
typedef REAL64 DOUBLE

Detailed Description

PRECISION ISSUES.

Definition in file qdp_precision.h.

Typedef Documentation

◆ DOUBLE

typedef REAL64 DOUBLE

Definition at line 29 of file qdp_precision.h.

◆ INTEGER32

typedef int INTEGER32

Definition at line 20 of file qdp_precision.h.

◆ LOGICAL

typedef bool LOGICAL

Definition at line 23 of file qdp_precision.h.

◆ REAL

typedef REAL32 REAL

Definition at line 28 of file qdp_precision.h.

◆ REAL32

typedef float REAL32

Definition at line 21 of file qdp_precision.h.

◆ REAL64

typedef double REAL64

Definition at line 22 of file qdp_precision.h.