Developer Reference for Intel® oneAPI Math Kernel Library for C
v?Ceil
vsCeil vdCeil vmsCeil vmdCeil Computes an integer value rounded towards plus infinity for each vector element.
Syntax
vhCeil ( n , a , y ) ;
vhCeilI(n, a, inca, y, incy);
vmhCeil ( n , a , y , mode ) ;
vmhCeilI(n, a, inca, y, incy, mode);
vsCeil ( n , a , y ) ;
vsCeilI(n, a, inca, y, incy);
vmsCeil ( n , a , y , mode ) ;
vmsCeilI(n, a, inca, y, incy, mode);
vdCeil ( n , a , y ) ;
vdCeilI(n, a, inca, y, incy);
vmdCeil ( n , a , y , mode ) ;
vmdCeilI(n, a, inca, y, incy, mode);
Include Files
mkl.h
Input Parameters
Name |
Type |
Description |
|---|---|---|
n |
const MKL_INT |
Specifies the number of elements to be calculated. |
a |
const _Float16* for vhCeil , vmhCeil const float* for vsCeil , vmsCeil const double* for vdCeil , vmdCeil |
Pointer to an array that contains the input vector a . |
inca , incy |
const MKL_INT |
Specifies increments for the elements of a and y . |
mode |
const MKL_INT64 |
Overrides global VM mode setting for this function call. See vmlSetMode (Sets a new mode for VM functions according to the mode parameter and stores the previous VM mode to oldmode.) for possible values and their description. |
Output Parameters
Name |
Type |
Description |
|---|---|---|
y |
_Float16* for vhCeil , vmhCeil float* for vsCeil , vmsCeil double* for vdCeil , vmdCeil |
Pointer to an array that contains the output vector y . |
Description
The function computes an integer value rounded towards plus infinity for each vector element.
Special Values for Real Function v?Ceil(x)
Argument |
Result |
Exception |
|---|---|---|
+0 |
+0 |
|
-0 |
-0 |
|
|
|
|
|
|
|
SNAN |
QNAN |
INVALID |
QNAN |
QNAN |