Home | History | Annotate | Download | only in include

Lines Matching defs:vec_min

6548 /*-- vec_min ----------------------------------------------------------------*/
6551 vec_min(vector signed char __a, vector signed char __b) {
6556 vec_min(vector signed char __a, vector bool char __b) {
6562 vec_min(vector bool char __a, vector signed char __b) {
6568 vec_min(vector unsigned char __a, vector unsigned char __b) {
6573 vec_min(vector unsigned char __a, vector bool char __b) {
6579 vec_min(vector bool char __a, vector unsigned char __b) {
6585 vec_min(vector signed short __a, vector signed short __b) {
6590 vec_min(vector signed short __a, vector bool short __b) {
6596 vec_min(vector bool short __a, vector signed short __b) {
6602 vec_min(vector unsigned short __a, vector unsigned short __b) {
6607 vec_min(vector unsigned short __a, vector bool short __b) {
6613 vec_min(vector bool short __a, vector unsigned short __b) {
6619 vec_min(vector signed int __a, vector signed int __b) {
6624 vec_min(vector signed int __a, vector bool int __b) {
6630 vec_min(vector bool int __a, vector signed int __b) {
6636 vec_min(vector unsigned int __a, vector unsigned int __b) {
6641 vec_min(vector unsigned int __a, vector bool int __b) {
6647 vec_min(vector bool int __a, vector unsigned int __b) {
6653 vec_min(vector signed long long __a, vector signed long long __b) {
6658 vec_min(vector signed long long __a, vector bool long long __b) {
6664 vec_min(vector bool long long __a, vector signed long long __b) {
6670 vec_min(vector unsigned long long __a, vector unsigned long long __b) {
6675 vec_min(vector unsigned long long __a, vector bool long long __b) {
6681 vec_min(vector bool long long __a, vector unsigned long long __b) {
6687 vec_min(vector double __a, vector double __b) {