Searched defs:vec_min (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Headers/
H A Dvecintrin.h6548 /*-- vec_min ----------------------------------------------------------------*/
6551 vec_min(vector signed char __a, vector signed char __b) { function
6556 vec_min(vector signed char __a, vector bool char __b) { function
6562 vec_min(vector bool char __a, vector signed char __b) { function
6568 vec_min(vector unsigned char __a, vector unsigned char __b) { function
6573 vec_min(vector unsigned char __a, vector bool char __b) { function
6579 vec_min(vector bool char __a, vector unsigned char __b) { function
6585 vec_min(vector signed short __a, vector signed short __b) { function
6590 vec_min(vector signed short __a, vector bool short __b) { function
6596 vec_min(vecto function
6602 vec_min(vector unsigned short __a, vector unsigned short __b) { function
6607 vec_min(vector unsigned short __a, vector bool short __b) { function
6613 vec_min(vector bool short __a, vector unsigned short __b) { function
6619 vec_min(vector signed int __a, vector signed int __b) { function
6624 vec_min(vector signed int __a, vector bool int __b) { function
6630 vec_min(vector bool int __a, vector signed int __b) { function
6636 vec_min(vector unsigned int __a, vector unsigned int __b) { function
6641 vec_min(vector unsigned int __a, vector bool int __b) { function
6647 vec_min(vector bool int __a, vector unsigned int __b) { function
6653 vec_min(vector signed long long __a, vector signed long long __b) { function
6658 vec_min(vector signed long long __a, vector bool long long __b) { function
6664 vec_min(vector bool long long __a, vector signed long long __b) { function
6670 vec_min(vector unsigned long long __a, vector unsigned long long __b) { function
6675 vec_min(vector unsigned long long __a, vector bool long long __b) { function
6681 vec_min(vector bool long long __a, vector unsigned long long __b) { function
6687 vec_min(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h3767 /* vec_min */
3769 static vector signed char __ATTRS_o_ai vec_min(vector signed char __a, function
3774 static vector signed char __ATTRS_o_ai vec_min(vector bool char __a, function
3779 static vector signed char __ATTRS_o_ai vec_min(vector signed char __a, function
3784 static vector unsigned char __ATTRS_o_ai vec_min(vector unsigned char __a, function
3789 static vector unsigned char __ATTRS_o_ai vec_min(vector bool char __a, function
3794 static vector unsigned char __ATTRS_o_ai vec_min(vector unsigned char __a, function
3799 static vector short __ATTRS_o_ai vec_min(vector short __a, vector short __b) { function
3803 static vector short __ATTRS_o_ai vec_min(vector bool short __a, function
3808 static vector short __ATTRS_o_ai vec_min(vecto function
3813 static vector unsigned short __ATTRS_o_ai vec_min(vector unsigned short __a, function
3818 static vector unsigned short __ATTRS_o_ai vec_min(vector bool short __a, function
3823 static vector unsigned short __ATTRS_o_ai vec_min(vector unsigned short __a, function
3828 static vector int __ATTRS_o_ai vec_min(vector int __a, vector int __b) { function
3832 static vector int __ATTRS_o_ai vec_min(vector bool int __a, vector int __b) { function
3836 static vector int __ATTRS_o_ai vec_min(vector int __a, vector bool int __b) { function
3840 static vector unsigned int __ATTRS_o_ai vec_min(vector unsigned int __a, function
3845 static vector unsigned int __ATTRS_o_ai vec_min(vector bool int __a, function
3850 static vector unsigned int __ATTRS_o_ai vec_min(vector unsigned int __a, function
3857 vec_min(vector signed long long __a, vector signed long long __b) { function
3862 vec_min(vector bool long long __a, vector signed long long __b) { function
3866 static vector signed long long __ATTRS_o_ai vec_min(vector signed long long __a, function
3872 vec_min(vector unsigned long long __a, vector unsigned long long __b) { function
3877 vec_min(vector bool long long __a, vector unsigned long long __b) { function
3882 vec_min(vector unsigned long long __a, vector bool long long __b) { function
3887 static vector float __ATTRS_o_ai vec_min(vector float __a, vector float __b) { function
3896 static vector double __ATTRS_o_ai vec_min(vector double __a, function
[all...]

Completed in 191 milliseconds