HomeSort by relevance Sort by last modified time
    Searched defs:vec_all_ne (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Headers/
vecintrin.h 2286 vec_all_ne(vector signed char __a, vector signed char __b) { function
2293 vec_all_ne(vector signed char __a, vector bool char __b) { function
2300 vec_all_ne(vector bool char __a, vector signed char __b) { function
2307 vec_all_ne(vector unsigned char __a, vector unsigned char __b) { function
2315 vec_all_ne(vector unsigned char __a, vector bool char __b) { function
2323 vec_all_ne(vector bool char __a, vector unsigned char __b) { function
2331 vec_all_ne(vector bool char __a, vector bool char __b) { function
2339 vec_all_ne(vector signed short __a, vector signed short __b) { function
2346 vec_all_ne(vector signed short __a, vector bool short __b) { function
2353 vec_all_ne(vector bool short __a, vector signed short __b) { function
2360 vec_all_ne(vector unsigned short __a, vector unsigned short __b) { function
2368 vec_all_ne(vector unsigned short __a, vector bool short __b) { function
2376 vec_all_ne(vector bool short __a, vector unsigned short __b) { function
2384 vec_all_ne(vector bool short __a, vector bool short __b) { function
2392 vec_all_ne(vector signed int __a, vector signed int __b) { function
2399 vec_all_ne(vector signed int __a, vector bool int __b) { function
2406 vec_all_ne(vector bool int __a, vector signed int __b) { function
2413 vec_all_ne(vector unsigned int __a, vector unsigned int __b) { function
2421 vec_all_ne(vector unsigned int __a, vector bool int __b) { function
2429 vec_all_ne(vector bool int __a, vector unsigned int __b) { function
2437 vec_all_ne(vector bool int __a, vector bool int __b) { function
2445 vec_all_ne(vector signed long long __a, vector signed long long __b) { function
2452 vec_all_ne(vector signed long long __a, vector bool long long __b) { function
2459 vec_all_ne(vector bool long long __a, vector signed long long __b) { function
2466 vec_all_ne(vector unsigned long long __a, vector unsigned long long __b) { function
2474 vec_all_ne(vector unsigned long long __a, vector bool long long __b) { function
2482 vec_all_ne(vector bool long long __a, vector unsigned long long __b) { function
2490 vec_all_ne(vector bool long long __a, vector bool long long __b) { function
2498 vec_all_ne(vector double __a, vector double __b) { function
    [all...]
altivec.h 12929 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed char __a, function
12935 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed char __a, function
12941 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned char __a, function
12947 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned char __a, function
12953 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool char __a, function
12959 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool char __a, function
12965 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool char __a, function
12971 static __inline__ int __ATTRS_o_ai vec_all_ne(vector short __a, function
12976 static __inline__ int __ATTRS_o_ai vec_all_ne(vector short __a, function
12981 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned short __a, function
12987 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned short __a, function
12993 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool short __a, function
12999 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool short __a, function
13005 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool short __a, function
13011 static __inline__ int __ATTRS_o_ai vec_all_ne(vector pixel __a, function
13017 static __inline__ int __ATTRS_o_ai vec_all_ne(vector int __a, vector int __b) { function
13021 static __inline__ int __ATTRS_o_ai vec_all_ne(vector int __a, function
13026 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned int __a, function
13032 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned int __a, function
13038 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool int __a, function
13044 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool int __a, function
13050 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool int __a, function
13057 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed long long __a, function
13062 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned long long __a, function
13068 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed long long __a, function
13074 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned long long __a, function
13080 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool long long __a, function
13086 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool long long __a, function
13092 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool long long __a, function
13099 static __inline__ int __ATTRS_o_ai vec_all_ne(vector float __a, function
13109 static __inline__ int __ATTRS_o_ai vec_all_ne(vector double __a, function
    [all...]

Completed in 56 milliseconds