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] |
Used to switch between different type of interpretations of the data (64 bits)
double vdt::ieee754::d |
Definition at line 170 of file VDTMath.h.
Referenced by vdt::d2ll(), vdt::fast_exp(), vdt::fast_exp_vect_46(), and vdt::ll2d().
int vdt::ieee754::i[2] |
long long vdt::ieee754::ll |
Definition at line 172 of file VDTMath.h.
Referenced by vdt::d2ll(), vdt::fast_exp(), vdt::fast_exp_vect_46(), and vdt::ll2d().
unsigned short vdt::ieee754::s[4] |