__frip, __builtin_ppc_frip, __frips, __builtin_ppc_frips
Purpose
Floating Round to Integer Plus
Rounds the floating-point argument to an integer using round-to-plus-infinity mode, and returns the value as a floating-point value.
Prototype
double __builtin_ppc_frip (double);
float __builtin_ppc_frips (float);
double __frip (double);
float __frips (float);
Note:
- The built-in function in the form of
__nameis a synonym of the built-in function in the form of__builtin_ppc_name. - The built-in function in the form of
__nameis provided for compatibility with IBM® XL C/C++ for AIX® 16.1.0 or earlier releases. This built-in function form might be deprecated in the future.