Lines Matching defs:vec_all_ge

3180 /*-- vec_all_ge -------------------------------------------------------------*/
3183 vec_all_ge(__vector signed char __a, __vector signed char __b) {
3191 vec_all_ge(__vector signed char __a, __vector __bool char __b) {
3199 vec_all_ge(__vector __bool char __a, __vector signed char __b) {
3206 vec_all_ge(__vector unsigned char __a, __vector unsigned char __b) {
3214 vec_all_ge(__vector unsigned char __a, __vector __bool char __b) {
3222 vec_all_ge(__vector __bool char __a, __vector unsigned char __b) {
3230 vec_all_ge(__vector __bool char __a, __vector __bool char __b) {
3238 vec_all_ge(__vector signed short __a, __vector signed short __b) {
3246 vec_all_ge(__vector signed short __a, __vector __bool short __b) {
3254 vec_all_ge(__vector __bool short __a, __vector signed short __b) {
3261 vec_all_ge(__vector unsigned short __a, __vector unsigned short __b) {
3269 vec_all_ge(__vector unsigned short __a, __vector __bool short __b) {
3277 vec_all_ge(__vector __bool short __a, __vector unsigned short __b) {
3285 vec_all_ge(__vector __bool short __a, __vector __bool short __b) {
3293 vec_all_ge(__vector signed int __a, __vector signed int __b) {
3301 vec_all_ge(__vector signed int __a, __vector __bool int __b) {
3309 vec_all_ge(__vector __bool int __a, __vector signed int __b) {
3316 vec_all_ge(__vector unsigned int __a, __vector unsigned int __b) {
3324 vec_all_ge(__vector unsigned int __a, __vector __bool int __b) {
3332 vec_all_ge(__vector __bool int __a, __vector unsigned int __b) {
3340 vec_all_ge(__vector __bool int __a, __vector __bool int __b) {
3348 vec_all_ge(__vector signed long long __a, __vector signed long long __b) {
3356 vec_all_ge(__vector signed long long __a, __vector __bool long long __b) {
3364 vec_all_ge(__vector __bool long long __a, __vector signed long long __b) {
3371 vec_all_ge(__vector unsigned long long __a, __vector unsigned long long __b) {
3379 vec_all_ge(__vector unsigned long long __a, __vector __bool long long __b) {
3387 vec_all_ge(__vector __bool long long __a, __vector unsigned long long __b) {
3395 vec_all_ge(__vector __bool long long __a, __vector __bool long long __b) {
3404 vec_all_ge(__vector float __a, __vector float __b) {
3412 vec_all_ge(__vector double __a, __vector double __b) {