Floating-point Conversion to Unsigned integer Word with rounding to Zero
Converts a floating-point number into a 32-bit unsigned integer and rounds to zero.
double __fctuwz(double);
The result is a double number, which is rounded to zero.