Lines Matching defs:vec_max
9421 /*-- vec_max ----------------------------------------------------------------*/
9424 vec_max(__vector signed char __a, __vector signed char __b) {
9430 vec_max(__vector signed char __a, __vector __bool char __b) {
9437 vec_max(__vector __bool char __a, __vector signed char __b) {
9443 vec_max(__vector unsigned char __a, __vector unsigned char __b) {
9449 vec_max(__vector unsigned char __a, __vector __bool char __b) {
9456 vec_max(__vector __bool char __a, __vector unsigned char __b) {
9462 vec_max(__vector signed short __a, __vector signed short __b) {
9468 vec_max(__vector signed short __a, __vector __bool short __b) {
9475 vec_max(__vector __bool short __a, __vector signed short __b) {
9481 vec_max(__vector unsigned short __a, __vector unsigned short __b) {
9487 vec_max(__vector unsigned short __a, __vector __bool short __b) {
9494 vec_max(__vector __bool short __a, __vector unsigned short __b) {
9500 vec_max(__vector signed int __a, __vector signed int __b) {
9506 vec_max(__vector signed int __a, __vector __bool int __b) {
9513 vec_max(__vector __bool int __a, __vector signed int __b) {
9519 vec_max(__vector unsigned int __a, __vector unsigned int __b) {
9525 vec_max(__vector unsigned int __a, __vector __bool int __b) {
9532 vec_max(__vector __bool int __a, __vector unsigned int __b) {
9538 vec_max(__vector signed long long __a, __vector signed long long __b) {
9544 vec_max(__vector signed long long __a, __vector __bool long long __b) {
9551 vec_max(__vector __bool long long __a, __vector signed long long __b) {
9557 vec_max(__vector unsigned long long __a, __vector unsigned long long __b) {
9563 vec_max(__vector unsigned long long __a, __vector __bool long long __b) {
9570 vec_max(__vector __bool long long __a, __vector unsigned long long __b) {
9576 vec_max(__vector signed __int128 __a, __vector signed __int128 __b) {
9581 vec_max(__vector unsigned __int128 __a, __vector unsigned __int128 __b) {
9587 vec_max(__vector float __a, __vector float __b) {
9593 vec_max(__vector double __a, __vector double __b) {