|
(Vector Round to
Nearest) Each word of the result is
the nearest representable floating point integer to the
corresponding word of arg1, using IEEE
round-to-nearest rounding. (Vector Truncate) Each word of the result is
the value of the corresponding word of arg1
truncated to an integral value. (Vector Round to
Ceiling) Each word of the result is
the smallest representable floating point integer greater
than or equal to the corresponding word of
arg1. (Vector Round to
Floor) Each word of the result is
the largest representable floating point integer less than
or equal to the corresponding word of
arg1.
vec_round(arg1)
vec_trunc(arg1)
vec_ceil(arg1)
vec_floor(arg1)
|
|
arg1 |
|
vec_round |
vector float |
vector float |
|
vec_trunc |
vector float |
vector float |
|
vec_ceil |
vector float |
vector float |
|
vec_floor |
vector float |
vector float |
|