Lines Matching refs:vec_splat
7666 vec_splat(vector signed char __a, unsigned const int __b) { in vec_splat() function
7671 vec_splat(vector unsigned char __a, unsigned const int __b) { in vec_splat() function
7676 vec_splat(vector bool char __a, unsigned const int __b) { in vec_splat() function
7681 vec_splat(vector signed short __a, unsigned const int __b) { in vec_splat() function
7690 vec_splat(vector unsigned short __a, unsigned const int __b) { in vec_splat() function
7699 vec_splat(vector bool short __a, unsigned const int __b) { in vec_splat() function
7707 static __inline__ vector pixel __ATTRS_o_ai vec_splat(vector pixel __a, in vec_splat() function
7717 vec_splat(vector signed int __a, unsigned const int __b) { in vec_splat() function
7726 vec_splat(vector unsigned int __a, unsigned const int __b) { in vec_splat() function
7735 vec_splat(vector bool int __a, unsigned const int __b) { in vec_splat() function
7743 static __inline__ vector float __ATTRS_o_ai vec_splat(vector float __a, in vec_splat() function
7753 static __inline__ vector double __ATTRS_o_ai vec_splat(vector double __a, in vec_splat() function
7763 vec_splat(vector bool long long __a, unsigned const int __b) { in vec_splat() function
7772 vec_splat(vector signed long long __a, unsigned const int __b) { in vec_splat() function
7781 vec_splat(vector unsigned long long __a, unsigned const int __b) { in vec_splat() function
9944 __b = (vector signed int)vec_splat(__b, 3); in vec_sums()
9957 __b = (vector signed int)vec_splat(__b, 3); in vec_vsumsws()