vec_all_ge

Purpose

Tests whether all elements of the first argument are greater than or equal to the corresponding elements of the second argument.

Syntax

d=vec_all_ge(a, b)

Result and argument types

The following table describes the types of the returned value and the function arguments.

d a b
int vector bool char vector signed char
vector unsigned char
vector signed char vector bool char
vector signed char
vector unsigned char vector bool char
vector unsigned char
vector bool short vector signed short
vector unsigned short
vector signed short vector bool short
vector signed short
vector unsigned short vector bool short
vector unsigned short
vector bool int vector signed int
vector unsigned int
vector signed int vector bool int
vector signed int
vector unsigned int vector bool int
vector unsigned int
vector bool long long vector signed long long
vector unsigned long long
vector signed long long vector bool long long
vector signed long long
vector unsigned long long vector bool long long
vector unsigned long long
vector float vector float
vector double vector double

Result value

The result is 1 if all elements of a are greater than or equal to the corresponding elements of b. Otherwise, the result is 0.



Voice your opinion on getting help information Ask IBM compiler experts a technical question in the IBM XL compilers forum Reach out to us