Searched defs:vec_any_le (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h11337 vec_any_le(vector signed char __a, vector signed char __b) function
11343 vec_any_le(vector signed char __a, vector bool char __b) function
11349 vec_any_le(vector unsigned char __a, vector unsigned char __b) function
11355 vec_any_le(vector unsigned char __a, vector bool char __b) function
11362 vec_any_le(vector bool char __a, vector signed char __b) function
11370 vec_any_le(vector bool char __a, vector unsigned char __b) function
11377 vec_any_le(vector bool char __a, vector bool char __b) function
11385 vec_any_le(vector short __a, vector short __b) function
11391 vec_any_le(vecto function
11397 vec_any_le(vector unsigned short __a, vector unsigned short __b) function
11403 vec_any_le(vector unsigned short __a, vector bool short __b) function
11410 vec_any_le(vector bool short __a, vector short __b) function
11418 vec_any_le(vector bool short __a, vector unsigned short __b) function
11425 vec_any_le(vector bool short __a, vector bool short __b) function
11433 vec_any_le(vector int __a, vector int __b) function
11439 vec_any_le(vector int __a, vector bool int __b) function
11445 vec_any_le(vector unsigned int __a, vector unsigned int __b) function
11451 vec_any_le(vector unsigned int __a, vector bool int __b) function
11457 vec_any_le(vector bool int __a, vector int __b) function
11465 vec_any_le(vector bool int __a, vector unsigned int __b) function
11471 vec_any_le(vector bool int __a, vector bool int __b) function
11479 vec_any_le(vector float __a, vector float __b) function
[all...]

Completed in 202 milliseconds