Lines Matching refs:vec_min

5673 /* vec_min */
5676 vec_min(vector signed char __a, vector signed char __b) {
5681 vec_min(vector bool char __a, vector signed char __b) {
5686 vec_min(vector signed char __a, vector bool char __b) {
5691 vec_min(vector unsigned char __a, vector unsigned char __b) {
5696 vec_min(vector bool char __a, vector unsigned char __b) {
5701 vec_min(vector unsigned char __a, vector bool char __b) {
5705 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a,
5710 static __inline__ vector short __ATTRS_o_ai vec_min(vector bool short __a,
5715 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a,
5721 vec_min(vector unsigned short __a, vector unsigned short __b) {
5726 vec_min(vector bool short __a, vector unsigned short __b) {
5731 vec_min(vector unsigned short __a, vector bool short __b) {
5735 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a,
5740 static __inline__ vector int __ATTRS_o_ai vec_min(vector bool int __a,
5745 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a,
5751 vec_min(vector unsigned int __a, vector unsigned int __b) {
5756 vec_min(vector bool int __a, vector unsigned int __b) {
5761 vec_min(vector unsigned int __a, vector bool int __b) {
5767 vec_min(vector signed long long __a, vector signed long long __b) {
5772 vec_min(vector bool long long __a, vector signed long long __b) {
5777 vec_min(vector signed long long __a, vector bool long long __b) {
5782 vec_min(vector unsigned long long __a, vector unsigned long long __b) {
5787 vec_min(vector bool long long __a, vector unsigned long long __b) {
5792 vec_min(vector unsigned long long __a, vector bool long long __b) {
5797 static __inline__ vector float __ATTRS_o_ai vec_min(vector float __a,
5807 static __inline__ vector double __ATTRS_o_ai vec_min(vector double __a,