CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Attributes
vdt::ieee754 Union Reference

Used to switch between different type of interpretations of the data (64 bits) More...

#include <VDTMath.h>

Public Attributes

double d
 
int i [2]
 
long long ll
 
unsigned short s [4]
 

Detailed Description

Used to switch between different type of interpretations of the data (64 bits)

Definition at line 169 of file VDTMath.h.

Member Data Documentation

double vdt::ieee754::d

Definition at line 170 of file VDTMath.h.

Referenced by vdt::__attribute__(), and vdt::fast_exp_vect_46().

int vdt::ieee754::i[2]

Definition at line 171 of file VDTMath.h.

long long vdt::ieee754::ll

Definition at line 172 of file VDTMath.h.

Referenced by vdt::__attribute__(), and vdt::fast_exp_vect_46().

unsigned short vdt::ieee754::s[4]

Definition at line 173 of file VDTMath.h.