Lines Matching defs:vec_min
9601 /*-- vec_min ----------------------------------------------------------------*/
9604 vec_min(__vector signed char __a, __vector signed char __b) {
9610 vec_min(__vector signed char __a, __vector __bool char __b) {
9617 vec_min(__vector __bool char __a, __vector signed char __b) {
9623 vec_min(__vector unsigned char __a, __vector unsigned char __b) {
9629 vec_min(__vector unsigned char __a, __vector __bool char __b) {
9636 vec_min(__vector __bool char __a, __vector unsigned char __b) {
9642 vec_min(__vector signed short __a, __vector signed short __b) {
9648 vec_min(__vector signed short __a, __vector __bool short __b) {
9655 vec_min(__vector __bool short __a, __vector signed short __b) {
9661 vec_min(__vector unsigned short __a, __vector unsigned short __b) {
9667 vec_min(__vector unsigned short __a, __vector __bool short __b) {
9674 vec_min(__vector __bool short __a, __vector unsigned short __b) {
9680 vec_min(__vector signed int __a, __vector signed int __b) {
9686 vec_min(__vector signed int __a, __vector __bool int __b) {
9693 vec_min(__vector __bool int __a, __vector signed int __b) {
9699 vec_min(__vector unsigned int __a, __vector unsigned int __b) {
9705 vec_min(__vector unsigned int __a, __vector __bool int __b) {
9712 vec_min(__vector __bool int __a, __vector unsigned int __b) {
9718 vec_min(__vector signed long long __a, __vector signed long long __b) {
9724 vec_min(__vector signed long long __a, __vector __bool long long __b) {
9731 vec_min(__vector __bool long long __a, __vector signed long long __b) {
9737 vec_min(__vector unsigned long long __a, __vector unsigned long long __b) {
9743 vec_min(__vector unsigned long long __a, __vector __bool long long __b) {
9750 vec_min(__vector __bool long long __a, __vector unsigned long long __b) {
9756 vec_min(__vector signed __int128 __a, __vector signed __int128 __b) {
9761 vec_min(__vector unsigned __int128 __a, __vector unsigned __int128 __b) {
9767 vec_min(__vector float __a, __vector float __b) {
9773 vec_min(__vector double __a, __vector double __b) {