Floating Round to Integer Zero
Rounds the floating-point argument to an integer using round-to-zero mode, and returns the value as a floating-point value.
double __friz (double);
float __frizs (float);
Valid only when -qarch is set to target POWER5+™ or later processors.