Lines Matching refs:vec_sub

9347 vec_sub(vector signed char __a, vector signed char __b) {  in vec_sub()  function
9352 vec_sub(vector bool char __a, vector signed char __b) { in vec_sub() function
9357 vec_sub(vector signed char __a, vector bool char __b) { in vec_sub() function
9362 vec_sub(vector unsigned char __a, vector unsigned char __b) { in vec_sub() function
9367 vec_sub(vector bool char __a, vector unsigned char __b) { in vec_sub() function
9372 vec_sub(vector unsigned char __a, vector bool char __b) { in vec_sub() function
9376 static __inline__ vector short __ATTRS_o_ai vec_sub(vector short __a, in vec_sub() function
9381 static __inline__ vector short __ATTRS_o_ai vec_sub(vector bool short __a, in vec_sub() function
9386 static __inline__ vector short __ATTRS_o_ai vec_sub(vector short __a, in vec_sub() function
9392 vec_sub(vector unsigned short __a, vector unsigned short __b) { in vec_sub() function
9397 vec_sub(vector bool short __a, vector unsigned short __b) { in vec_sub() function
9402 vec_sub(vector unsigned short __a, vector bool short __b) { in vec_sub() function
9406 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a, in vec_sub() function
9411 static __inline__ vector int __ATTRS_o_ai vec_sub(vector bool int __a, in vec_sub() function
9416 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a, in vec_sub() function
9422 vec_sub(vector unsigned int __a, vector unsigned int __b) { in vec_sub() function
9427 vec_sub(vector bool int __a, vector unsigned int __b) { in vec_sub() function
9432 vec_sub(vector unsigned int __a, vector bool int __b) { in vec_sub() function
9438 vec_sub(vector signed __int128 __a, vector signed __int128 __b) { in vec_sub() function
9443 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_sub() function
9450 vec_sub(vector signed long long __a, vector signed long long __b) { in vec_sub() function
9455 vec_sub(vector unsigned long long __a, vector unsigned long long __b) { in vec_sub() function
9459 static __inline__ vector double __ATTRS_o_ai vec_sub(vector double __a, in vec_sub() function
9465 static __inline__ vector float __ATTRS_o_ai vec_sub(vector float __a, in vec_sub() function