Home | History | Annotate | Download | only in Headers

Lines Matching defs:vec_all_ge

10086 /* vec_all_ge */
10089 vec_all_ge(vector signed char __a, vector signed char __b)
10095 vec_all_ge(vector signed char __a, vector bool char __b)
10101 vec_all_ge(vector unsigned char __a, vector unsigned char __b)
10107 vec_all_ge(vector unsigned char __a, vector bool char __b)
10113 vec_all_ge(vector bool char __a, vector signed char __b)
10121 vec_all_ge(vector bool char __a, vector unsigned char __b)
10127 vec_all_ge(vector bool char __a, vector bool char __b)
10135 vec_all_ge(vector short __a, vector short __b)
10141 vec_all_ge(vector short __a, vector bool short __b)
10147 vec_all_ge(vector unsigned short __a, vector unsigned short __b)
10153 vec_all_ge(vector unsigned short __a, vector bool short __b)
10159 vec_all_ge(vector bool short __a, vector short __b)
10167 vec_all_ge(vector bool short __a, vector unsigned short __b)
10173 vec_all_ge(vector bool short __a, vector bool short __b)
10181 vec_all_ge(vector int __a, vector int __b)
10187 vec_all_ge(vector int __a, vector bool int __b)
10193 vec_all_ge(vector unsigned int __a, vector unsigned int __b)
10199 vec_all_ge(vector unsigned int __a, vector bool int __b)
10205 vec_all_ge(vector bool int __a, vector int __b)
10213 vec_all_ge(vector bool int __a, vector unsigned int __b)
10219 vec_all_ge(vector bool int __a, vector bool int __b)
10227 vec_all_ge(vector float __a, vector float __b)