Rounds down to the greatest integer less than or equal to x. More...
Functions | |
AFAPI array | floor (const array &in) |
C++ Interface to floor numbers. More... | |
AFAPI af_err | af_floor (af_array *out, const af_array in) |
C Interface to floor numbers. More... | |
AFAPI af_err | af_hypot (af_array *out, const af_array lhs, const af_array rhs, const bool batch) |
C Interface to calculate the length of the hypotenuse of two inputs. More... | |
Rounds down to the greatest integer less than or equal to x.
C Interface to floor numbers.
[out] | out | nearest integer less than or equal to in |
[in] | in | input array |
C Interface to calculate the length of the hypotenuse of two inputs.
[out] | out | length of the hypotenuse |
[in] | lhs | length of first side |
[in] | rhs | length of second side |
[in] | batch | batch mode |