Lines Matching defs:vec_all_ge

3179 /*-- vec_all_ge -------------------------------------------------------------*/
3182 vec_all_ge(__vector signed char __a, __vector signed char __b) {
3190 vec_all_ge(__vector signed char __a, __vector __bool char __b) {
3198 vec_all_ge(__vector __bool char __a, __vector signed char __b) {
3205 vec_all_ge(__vector unsigned char __a, __vector unsigned char __b) {
3213 vec_all_ge(__vector unsigned char __a, __vector __bool char __b) {
3221 vec_all_ge(__vector __bool char __a, __vector unsigned char __b) {
3229 vec_all_ge(__vector __bool char __a, __vector __bool char __b) {
3237 vec_all_ge(__vector signed short __a, __vector signed short __b) {
3245 vec_all_ge(__vector signed short __a, __vector __bool short __b) {
3253 vec_all_ge(__vector __bool short __a, __vector signed short __b) {
3260 vec_all_ge(__vector unsigned short __a, __vector unsigned short __b) {
3268 vec_all_ge(__vector unsigned short __a, __vector __bool short __b) {
3276 vec_all_ge(__vector __bool short __a, __vector unsigned short __b) {
3284 vec_all_ge(__vector __bool short __a, __vector __bool short __b) {
3292 vec_all_ge(__vector signed int __a, __vector signed int __b) {
3300 vec_all_ge(__vector signed int __a, __vector __bool int __b) {
3308 vec_all_ge(__vector __bool int __a, __vector signed int __b) {
3315 vec_all_ge(__vector unsigned int __a, __vector unsigned int __b) {
3323 vec_all_ge(__vector unsigned int __a, __vector __bool int __b) {
3331 vec_all_ge(__vector __bool int __a, __vector unsigned int __b) {
3339 vec_all_ge(__vector __bool int __a, __vector __bool int __b) {
3347 vec_all_ge(__vector signed long long __a, __vector signed long long __b) {
3355 vec_all_ge(__vector signed long long __a, __vector __bool long long __b) {
3363 vec_all_ge(__vector __bool long long __a, __vector signed long long __b) {
3370 vec_all_ge(__vector unsigned long long __a, __vector unsigned long long __b) {
3378 vec_all_ge(__vector unsigned long long __a, __vector __bool long long __b) {
3386 vec_all_ge(__vector __bool long long __a, __vector unsigned long long __b) {
3394 vec_all_ge(__vector __bool long long __a, __vector __bool long long __b) {
3403 vec_all_ge(__vector float __a, __vector float __b) {
3411 vec_all_ge(__vector double __a, __vector double __b) {