Lines Matching defs:vec_cmplt
1830 /* vec_cmplt */
1833 vec_cmplt(vector signed char __a, vector signed char __b) {
1838 vec_cmplt(vector unsigned char __a, vector unsigned char __b) {
1842 static __inline__ vector bool short __ATTRS_o_ai vec_cmplt(vector short __a,
1848 vec_cmplt(vector unsigned short __a, vector unsigned short __b) {
1852 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector int __a,
1858 vec_cmplt(vector unsigned int __a, vector unsigned int __b) {
1862 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector float __a,
1869 vec_cmplt(vector double __a, vector double __b) {
1876 vec_cmplt(vector signed long long __a, vector signed long long __b) {
1881 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) {