Home | History | Annotate | Download | only in include

Lines Matching defs:vec_max

7630 /*-- vec_max ----------------------------------------------------------------*/
7633 vec_max(vector signed char __a, vector signed char __b) {
7639 vec_max(vector signed char __a, vector bool char __b) {
7646 vec_max(vector bool char __a, vector signed char __b) {
7652 vec_max(vector unsigned char __a, vector unsigned char __b) {
7658 vec_max(vector unsigned char __a, vector bool char __b) {
7665 vec_max(vector bool char __a, vector unsigned char __b) {
7671 vec_max(vector signed short __a, vector signed short __b) {
7677 vec_max(vector signed short __a, vector bool short __b) {
7684 vec_max(vector bool short __a, vector signed short __b) {
7690 vec_max(vector unsigned short __a, vector unsigned short __b) {
7696 vec_max(vector unsigned short __a, vector bool short __b) {
7703 vec_max(vector bool short __a, vector unsigned short __b) {
7709 vec_max(vector signed int __a, vector signed int __b) {
7715 vec_max(vector signed int __a, vector bool int __b) {
7722 vec_max(vector bool int __a, vector signed int __b) {
7728 vec_max(vector unsigned int __a, vector unsigned int __b) {
7734 vec_max(vector unsigned int __a, vector bool int __b) {
7741 vec_max(vector bool int __a, vector unsigned int __b) {
7747 vec_max(vector signed long long __a, vector signed long long __b) {
7753 vec_max(vector signed long long __a, vector bool long long __b) {
7760 vec_max(vector bool long long __a, vector signed long long __b) {
7766 vec_max(vector unsigned long long __a, vector unsigned long long __b) {
7772 vec_max(vector unsigned long long __a, vector bool long long __b) {
7779 vec_max(vector bool long long __a, vector unsigned long long __b) {
7786 vec_max(vector float __a, vector float __b) {
7792 vec_max(vector double __a, vector double __b) {