double IEEEDPAdd(
double y,
double z );
Calculate the sum of two IEEE double precision numbers.
y - first addend.
z - first addend.
x - sum of y and z.
Flags:
zero : result is zero
negative : result is negative
overflow : result is too large or too small for IEEE DP format