Home | History | Annotate | Download | only in Headers

Lines Matching refs:vec_cmplt

2399 /* vec_cmplt */
2402 vec_cmplt(vector signed char __a, vector signed char __b) {
2407 vec_cmplt(vector unsigned char __a, vector unsigned char __b) {
2411 static __inline__ vector bool short __ATTRS_o_ai vec_cmplt(vector short __a,
2417 vec_cmplt(vector unsigned short __a, vector unsigned short __b) {
2421 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector int __a,
2427 vec_cmplt(vector unsigned int __a, vector unsigned int __b) {
2431 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector float __a,
2438 vec_cmplt(vector double __a, vector double __b) {
2445 vec_cmplt(vector signed __int128 __a, vector signed __int128 __b) {
2450 vec_cmplt(vector unsigned __int128 __a, vector unsigned __int128 __b) {
2457 vec_cmplt(vector signed long long __a, vector signed long long __b) {
2462 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) {