56 if ((hx & 0x7FF00000) == 0x7FF00000)
62 if (hx == 0 && lx == 0)
67 if ((hx & 0x80000000) != 0x80000000)
#define GET_HIGH_WORD(i, d)
Get the more significant 32 bit int from a double.
double trunc(double x)
Truncate function.
double ceil(double x)
Ceiling function.
#define GET_LOW_WORD(i, d)
Get the less significant 32 bit int from a double.
double floor(double x)
Floor function.