Home | History | Annotate | Download | only in include

Lines Matching defs:vec_mul

5009 /* vec_mul */
5016 vec_mul(vector signed char __a, vector signed char __b) {
5021 vec_mul(vector unsigned char __a, vector unsigned char __b) {
5026 vec_mul(vector signed short __a, vector signed short __b) {
5031 vec_mul(vector unsigned short __a, vector unsigned short __b) {
5036 vec_mul(vector signed int __a, vector signed int __b) {
5041 vec_mul(vector unsigned int __a, vector unsigned int __b) {
5047 vec_mul(vector signed long long __a, vector signed long long __b) {
5052 vec_mul(vector unsigned long long __a, vector unsigned long long __b) {
5057 static __inline__ vector float __ATTRS_o_ai vec_mul(vector float __a,
5063 static __inline__ vector double __ATTRS_o_ai vec_mul(vector double __a,