Floating-point Round to Integer Nearest
Valid on a POWER5+ architecture.
Function
Same as A.
If A > 0, FRIN(A) has the value FRIM(A + 0.5).
If A <= 0, FRIN(A) has the value FRIM(A - 0.5).