Lines Matching defs:vec_max
8018 /*-- vec_max ----------------------------------------------------------------*/
8021 vec_max(__vector signed char __a, __vector signed char __b) {
8027 vec_max(__vector signed char __a, __vector __bool char __b) {
8034 vec_max(__vector __bool char __a, __vector signed char __b) {
8040 vec_max(__vector unsigned char __a, __vector unsigned char __b) {
8046 vec_max(__vector unsigned char __a, __vector __bool char __b) {
8053 vec_max(__vector __bool char __a, __vector unsigned char __b) {
8059 vec_max(__vector signed short __a, __vector signed short __b) {
8065 vec_max(__vector signed short __a, __vector __bool short __b) {
8072 vec_max(__vector __bool short __a, __vector signed short __b) {
8078 vec_max(__vector unsigned short __a, __vector unsigned short __b) {
8084 vec_max(__vector unsigned short __a, __vector __bool short __b) {
8091 vec_max(__vector __bool short __a, __vector unsigned short __b) {
8097 vec_max(__vector signed int __a, __vector signed int __b) {
8103 vec_max(__vector signed int __a, __vector __bool int __b) {
8110 vec_max(__vector __bool int __a, __vector signed int __b) {
8116 vec_max(__vector unsigned int __a, __vector unsigned int __b) {
8122 vec_max(__vector unsigned int __a, __vector __bool int __b) {
8129 vec_max(__vector __bool int __a, __vector unsigned int __b) {
8135 vec_max(__vector signed long long __a, __vector signed long long __b) {
8141 vec_max(__vector signed long long __a, __vector __bool long long __b) {
8148 vec_max(__vector __bool long long __a, __vector signed long long __b) {
8154 vec_max(__vector unsigned long long __a, __vector unsigned long long __b) {
8160 vec_max(__vector unsigned long long __a, __vector __bool long long __b) {
8167 vec_max(__vector __bool long long __a, __vector unsigned long long __b) {
8174 vec_max(__vector float __a, __vector float __b) {
8180 vec_max(__vector double __a, __vector double __b) {