vec_all_le: All Elements Less Than or Equal

d = vec_all_le(a, b)

Tests whether all elements of the first argument are less than or equal to the corresponding elements of the second argument. The result is 1 if all elements of a are less than or equal to the corresponding elements of b. Otherwise, the result is 0.

Table 1. All Elements Less Than or Equal
d a b
int vector signed char vector signed char
vector bool char
vector bool char vector bool char
vector signed char
vector unsigned char
vector unsigned char vector unsigned char
vector bool char
vector signed short vector signed short
vector bool short
vector bool short vector bool short
vector signed short
vector unsigned short
vector unsigned short vector unsigned short
vector bool short
vector signed int vector signed int
vector bool int
vector bool int vector bool int
vector signed int
vector unsigned int
vector unsigned int vector unsigned int
vector bool int
vector signed long long vector signed long long
vector bool long long
vector bool long long vector bool long long
vector signed long long
vector unsigned long long
vector unsigned long long vector unsigned long long
vector bool long long
vector double vector double