#define GET_HIGH_WORD(i, d)
Get the more significant 32 bit int from a double.
double copysign(double x, double y)
Returns a value with the magnitude of x and with the sign bit of y.
#define SET_HIGH_WORD(d, v)
Set the more significant 32 bits of a double from an int.