HomeSort by relevance Sort by last modified time
    Searched refs:vec_all_ge (Results 1 - 25 of 47) sorted by null

1 2

  /external/clang/test/CodeGen/
builtins-ppc-p8vector.c 597 /* vec_all_ge */
598 res_i = vec_all_ge(vsll, vsll);
601 // CHECK-PPC: error: call to 'vec_all_ge' is ambiguous
603 res_i = vec_all_ge(vsll, vbll);
606 // CHECK-PPC: error: call to 'vec_all_ge' is ambiguous
608 res_i = vec_all_ge(vull, vull);
611 // CHECK-PPC: error: call to 'vec_all_ge' is ambiguous
613 res_i = vec_all_ge(vull, vbll);
616 // CHECK-PPC: error: call to 'vec_all_ge' is ambiguous
618 res_i = vec_all_ge(vbll, vsll)
    [all...]
builtins-systemz-zvector.c     [all...]
builtins-ppc-altivec.c     [all...]
  /external/valgrind/none/tests/ppc32/
testVMX.stdout.exp 422 Function vec_all_ge [type unsigned char] ===> OK
423 Function vec_all_ge [type char] ===> OK
424 Function vec_all_ge [type unsigned short] ===> OK
425 Function vec_all_ge [type short] ===> OK
426 Function vec_all_ge [type unsigned int] ===> OK
427 Function vec_all_ge [type int] ===> OK
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
vecintrin.h 2899 vec_all_ge(vector signed char __a, vector signed char __b) { function
2907 vec_all_ge(vector signed char __a, vector bool char __b) { function
2915 vec_all_ge(vector bool char __a, vector signed char __b) { function
2922 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2930 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2938 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2946 vec_all_ge(vector bool char __a, vector bool char __b) { function
2954 vec_all_ge(vector signed short __a, vector signed short __b) { function
2962 vec_all_ge(vector signed short __a, vector bool short __b) { function
2970 vec_all_ge(vector bool short __a, vector signed short __b) { function
2977 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2985 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2993 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
3001 vec_all_ge(vector bool short __a, vector bool short __b) { function
3009 vec_all_ge(vector signed int __a, vector signed int __b) { function
3017 vec_all_ge(vector signed int __a, vector bool int __b) { function
3025 vec_all_ge(vector bool int __a, vector signed int __b) { function
3032 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
3040 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
3048 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
3056 vec_all_ge(vector bool int __a, vector bool int __b) { function
3064 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
3072 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
3080 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
3087 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
3095 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
3103 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
3111 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
3120 vec_all_ge(vector float __a, vector float __b) { function
3128 vec_all_ge(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
vecintrin.h 2899 vec_all_ge(vector signed char __a, vector signed char __b) { function
2907 vec_all_ge(vector signed char __a, vector bool char __b) { function
2915 vec_all_ge(vector bool char __a, vector signed char __b) { function
2922 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2930 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2938 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2946 vec_all_ge(vector bool char __a, vector bool char __b) { function
2954 vec_all_ge(vector signed short __a, vector signed short __b) { function
2962 vec_all_ge(vector signed short __a, vector bool short __b) { function
2970 vec_all_ge(vector bool short __a, vector signed short __b) { function
2977 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2985 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2993 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
3001 vec_all_ge(vector bool short __a, vector bool short __b) { function
3009 vec_all_ge(vector signed int __a, vector signed int __b) { function
3017 vec_all_ge(vector signed int __a, vector bool int __b) { function
3025 vec_all_ge(vector bool int __a, vector signed int __b) { function
3032 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
3040 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
3048 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
3056 vec_all_ge(vector bool int __a, vector bool int __b) { function
3064 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
3072 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
3080 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
3087 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
3095 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
3103 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
3111 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
3120 vec_all_ge(vector float __a, vector float __b) { function
3128 vec_all_ge(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
vecintrin.h 2899 vec_all_ge(vector signed char __a, vector signed char __b) { function
2907 vec_all_ge(vector signed char __a, vector bool char __b) { function
2915 vec_all_ge(vector bool char __a, vector signed char __b) { function
2922 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2930 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2938 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2946 vec_all_ge(vector bool char __a, vector bool char __b) { function
2954 vec_all_ge(vector signed short __a, vector signed short __b) { function
2962 vec_all_ge(vector signed short __a, vector bool short __b) { function
2970 vec_all_ge(vector bool short __a, vector signed short __b) { function
2977 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2985 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2993 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
3001 vec_all_ge(vector bool short __a, vector bool short __b) { function
3009 vec_all_ge(vector signed int __a, vector signed int __b) { function
3017 vec_all_ge(vector signed int __a, vector bool int __b) { function
3025 vec_all_ge(vector bool int __a, vector signed int __b) { function
3032 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
3040 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
3048 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
3056 vec_all_ge(vector bool int __a, vector bool int __b) { function
3064 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
3072 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
3080 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
3087 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
3095 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
3103 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
3111 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
3120 vec_all_ge(vector float __a, vector float __b) { function
3128 vec_all_ge(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
vecintrin.h 2899 vec_all_ge(vector signed char __a, vector signed char __b) { function
2907 vec_all_ge(vector signed char __a, vector bool char __b) { function
2915 vec_all_ge(vector bool char __a, vector signed char __b) { function
2922 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2930 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2938 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2946 vec_all_ge(vector bool char __a, vector bool char __b) { function
2954 vec_all_ge(vector signed short __a, vector signed short __b) { function
2962 vec_all_ge(vector signed short __a, vector bool short __b) { function
2970 vec_all_ge(vector bool short __a, vector signed short __b) { function
2977 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2985 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2993 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
3001 vec_all_ge(vector bool short __a, vector bool short __b) { function
3009 vec_all_ge(vector signed int __a, vector signed int __b) { function
3017 vec_all_ge(vector signed int __a, vector bool int __b) { function
3025 vec_all_ge(vector bool int __a, vector signed int __b) { function
3032 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
3040 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
3048 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
3056 vec_all_ge(vector bool int __a, vector bool int __b) { function
3064 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
3072 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
3080 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
3087 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
3095 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
3103 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
3111 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
3120 vec_all_ge(vector float __a, vector float __b) { function
3128 vec_all_ge(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
vecintrin.h 2899 vec_all_ge(vector signed char __a, vector signed char __b) { function
2907 vec_all_ge(vector signed char __a, vector bool char __b) { function
2915 vec_all_ge(vector bool char __a, vector signed char __b) { function
2922 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2930 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2938 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2946 vec_all_ge(vector bool char __a, vector bool char __b) { function
2954 vec_all_ge(vector signed short __a, vector signed short __b) { function
2962 vec_all_ge(vector signed short __a, vector bool short __b) { function
2970 vec_all_ge(vector bool short __a, vector signed short __b) { function
2977 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2985 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2993 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
3001 vec_all_ge(vector bool short __a, vector bool short __b) { function
3009 vec_all_ge(vector signed int __a, vector signed int __b) { function
3017 vec_all_ge(vector signed int __a, vector bool int __b) { function
3025 vec_all_ge(vector bool int __a, vector signed int __b) { function
3032 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
3040 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
3048 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
3056 vec_all_ge(vector bool int __a, vector bool int __b) { function
3064 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
3072 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
3080 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
3087 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
3095 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
3103 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
3111 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
3120 vec_all_ge(vector float __a, vector float __b) { function
3128 vec_all_ge(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
vecintrin.h 2899 vec_all_ge(vector signed char __a, vector signed char __b) { function
2907 vec_all_ge(vector signed char __a, vector bool char __b) { function
2915 vec_all_ge(vector bool char __a, vector signed char __b) { function
2922 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2930 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2938 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2946 vec_all_ge(vector bool char __a, vector bool char __b) { function
2954 vec_all_ge(vector signed short __a, vector signed short __b) { function
2962 vec_all_ge(vector signed short __a, vector bool short __b) { function
2970 vec_all_ge(vector bool short __a, vector signed short __b) { function
2977 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2985 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2993 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
3001 vec_all_ge(vector bool short __a, vector bool short __b) { function
3009 vec_all_ge(vector signed int __a, vector signed int __b) { function
3017 vec_all_ge(vector signed int __a, vector bool int __b) { function
3025 vec_all_ge(vector bool int __a, vector signed int __b) { function
3032 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
3040 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
3048 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
3056 vec_all_ge(vector bool int __a, vector bool int __b) { function
3064 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
3072 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
3080 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
3087 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
3095 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
3103 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
3111 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
3120 vec_all_ge(vector float __a, vector float __b) { function
3128 vec_all_ge(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
vecintrin.h 2899 vec_all_ge(vector signed char __a, vector signed char __b) { function
2907 vec_all_ge(vector signed char __a, vector bool char __b) { function
2915 vec_all_ge(vector bool char __a, vector signed char __b) { function
2922 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2930 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2938 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2946 vec_all_ge(vector bool char __a, vector bool char __b) { function
2954 vec_all_ge(vector signed short __a, vector signed short __b) { function
2962 vec_all_ge(vector signed short __a, vector bool short __b) { function
2970 vec_all_ge(vector bool short __a, vector signed short __b) { function
2977 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2985 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2993 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
3001 vec_all_ge(vector bool short __a, vector bool short __b) { function
3009 vec_all_ge(vector signed int __a, vector signed int __b) { function
3017 vec_all_ge(vector signed int __a, vector bool int __b) { function
3025 vec_all_ge(vector bool int __a, vector signed int __b) { function
3032 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
3040 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
3048 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
3056 vec_all_ge(vector bool int __a, vector bool int __b) { function
3064 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
3072 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
3080 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
3087 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
3095 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
3103 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
3111 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
3120 vec_all_ge(vector float __a, vector float __b) { function
3128 vec_all_ge(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
vecintrin.h 2899 vec_all_ge(vector signed char __a, vector signed char __b) { function
2907 vec_all_ge(vector signed char __a, vector bool char __b) { function
2915 vec_all_ge(vector bool char __a, vector signed char __b) { function
2922 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2930 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2938 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2946 vec_all_ge(vector bool char __a, vector bool char __b) { function
2954 vec_all_ge(vector signed short __a, vector signed short __b) { function
2962 vec_all_ge(vector signed short __a, vector bool short __b) { function
2970 vec_all_ge(vector bool short __a, vector signed short __b) { function
2977 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2985 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2993 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
3001 vec_all_ge(vector bool short __a, vector bool short __b) { function
3009 vec_all_ge(vector signed int __a, vector signed int __b) { function
3017 vec_all_ge(vector signed int __a, vector bool int __b) { function
3025 vec_all_ge(vector bool int __a, vector signed int __b) { function
3032 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
3040 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
3048 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
3056 vec_all_ge(vector bool int __a, vector bool int __b) { function
3064 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
3072 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
3080 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
3087 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
3095 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
3103 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
3111 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
3120 vec_all_ge(vector float __a, vector float __b) { function
3128 vec_all_ge(vector double __a, vector double __b) { function
    [all...]
  /external/clang/lib/Headers/
vecintrin.h 2507 vec_all_ge(vector signed char __a, vector signed char __b) { function
2514 vec_all_ge(vector signed char __a, vector bool char __b) { function
2521 vec_all_ge(vector bool char __a, vector signed char __b) { function
2528 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2535 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2542 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2549 vec_all_ge(vector bool char __a, vector bool char __b) { function
2557 vec_all_ge(vector signed short __a, vector signed short __b) { function
2564 vec_all_ge(vector signed short __a, vector bool short __b) { function
2571 vec_all_ge(vector bool short __a, vector signed short __b) { function
2578 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2585 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2592 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
2599 vec_all_ge(vector bool short __a, vector bool short __b) { function
2607 vec_all_ge(vector signed int __a, vector signed int __b) { function
2614 vec_all_ge(vector signed int __a, vector bool int __b) { function
2621 vec_all_ge(vector bool int __a, vector signed int __b) { function
2628 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
2635 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
2642 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
2649 vec_all_ge(vector bool int __a, vector bool int __b) { function
2657 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
2664 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
2671 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
2678 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
2685 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
2692 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
2699 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
2707 vec_all_ge(vector double __a, vector double __b) { function
    [all...]
altivec.h 12220 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed char __a, function
12225 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed char __a, function
12230 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, function
12235 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, function
12240 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, function
12246 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, function
12251 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, function
12257 static __inline__ int __ATTRS_o_ai vec_all_ge(vector short __a, function
12262 static __inline__ int __ATTRS_o_ai vec_all_ge(vector short __a, function
12267 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned short __a, function
12272 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned short __a, function
12278 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool short __a, function
12284 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool short __a, function
12290 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool short __a, function
12296 static __inline__ int __ATTRS_o_ai vec_all_ge(vector int __a, vector int __b) { function
12300 static __inline__ int __ATTRS_o_ai vec_all_ge(vector int __a, function
12305 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned int __a, function
12310 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned int __a, function
12315 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, function
12321 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, function
12326 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, function
12333 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed long long __a, function
12337 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed long long __a, function
12343 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned long long __a, function
12348 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned long long __a, function
12354 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool long long __a, function
12360 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool long long __a, function
12366 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool long long __a, function
12373 static __inline__ int __ATTRS_o_ai vec_all_ge(vector float __a, function
12383 static __inline__ int __ATTRS_o_ai vec_all_ge(vector double __a, function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
vecintrin.h 2507 vec_all_ge(vector signed char __a, vector signed char __b) { function
2514 vec_all_ge(vector signed char __a, vector bool char __b) { function
2521 vec_all_ge(vector bool char __a, vector signed char __b) { function
2528 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2535 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2542 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2549 vec_all_ge(vector bool char __a, vector bool char __b) { function
2557 vec_all_ge(vector signed short __a, vector signed short __b) { function
2564 vec_all_ge(vector signed short __a, vector bool short __b) { function
2571 vec_all_ge(vector bool short __a, vector signed short __b) { function
2578 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2585 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2592 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
2599 vec_all_ge(vector bool short __a, vector bool short __b) { function
2607 vec_all_ge(vector signed int __a, vector signed int __b) { function
2614 vec_all_ge(vector signed int __a, vector bool int __b) { function
2621 vec_all_ge(vector bool int __a, vector signed int __b) { function
2628 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
2635 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
2642 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
2649 vec_all_ge(vector bool int __a, vector bool int __b) { function
2657 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
2664 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
2671 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
2678 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
2685 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
2692 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
2699 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
2707 vec_all_ge(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
vecintrin.h 2507 vec_all_ge(vector signed char __a, vector signed char __b) { function
2514 vec_all_ge(vector signed char __a, vector bool char __b) { function
2521 vec_all_ge(vector bool char __a, vector signed char __b) { function
2528 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2535 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2542 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2549 vec_all_ge(vector bool char __a, vector bool char __b) { function
2557 vec_all_ge(vector signed short __a, vector signed short __b) { function
2564 vec_all_ge(vector signed short __a, vector bool short __b) { function
2571 vec_all_ge(vector bool short __a, vector signed short __b) { function
2578 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2585 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2592 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
2599 vec_all_ge(vector bool short __a, vector bool short __b) { function
2607 vec_all_ge(vector signed int __a, vector signed int __b) { function
2614 vec_all_ge(vector signed int __a, vector bool int __b) { function
2621 vec_all_ge(vector bool int __a, vector signed int __b) { function
2628 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
2635 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
2642 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
2649 vec_all_ge(vector bool int __a, vector bool int __b) { function
2657 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
2664 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
2671 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
2678 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
2685 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
2692 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
2699 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
2707 vec_all_ge(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
vecintrin.h 2507 vec_all_ge(vector signed char __a, vector signed char __b) { function
2514 vec_all_ge(vector signed char __a, vector bool char __b) { function
2521 vec_all_ge(vector bool char __a, vector signed char __b) { function
2528 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2535 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2542 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2549 vec_all_ge(vector bool char __a, vector bool char __b) { function
2557 vec_all_ge(vector signed short __a, vector signed short __b) { function
2564 vec_all_ge(vector signed short __a, vector bool short __b) { function
2571 vec_all_ge(vector bool short __a, vector signed short __b) { function
2578 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2585 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2592 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
2599 vec_all_ge(vector bool short __a, vector bool short __b) { function
2607 vec_all_ge(vector signed int __a, vector signed int __b) { function
2614 vec_all_ge(vector signed int __a, vector bool int __b) { function
2621 vec_all_ge(vector bool int __a, vector signed int __b) { function
2628 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
2635 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
2642 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
2649 vec_all_ge(vector bool int __a, vector bool int __b) { function
2657 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
2664 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
2671 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
2678 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
2685 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
2692 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
2699 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
2707 vec_all_ge(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
vecintrin.h 2507 vec_all_ge(vector signed char __a, vector signed char __b) { function
2514 vec_all_ge(vector signed char __a, vector bool char __b) { function
2521 vec_all_ge(vector bool char __a, vector signed char __b) { function
2528 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2535 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2542 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2549 vec_all_ge(vector bool char __a, vector bool char __b) { function
2557 vec_all_ge(vector signed short __a, vector signed short __b) { function
2564 vec_all_ge(vector signed short __a, vector bool short __b) { function
2571 vec_all_ge(vector bool short __a, vector signed short __b) { function
2578 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2585 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2592 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
2599 vec_all_ge(vector bool short __a, vector bool short __b) { function
2607 vec_all_ge(vector signed int __a, vector signed int __b) { function
2614 vec_all_ge(vector signed int __a, vector bool int __b) { function
2621 vec_all_ge(vector bool int __a, vector signed int __b) { function
2628 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
2635 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
2642 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
2649 vec_all_ge(vector bool int __a, vector bool int __b) { function
2657 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
2664 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
2671 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
2678 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
2685 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
2692 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
2699 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
2707 vec_all_ge(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
vecintrin.h 2507 vec_all_ge(vector signed char __a, vector signed char __b) { function
2514 vec_all_ge(vector signed char __a, vector bool char __b) { function
2521 vec_all_ge(vector bool char __a, vector signed char __b) { function
2528 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2535 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2542 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2549 vec_all_ge(vector bool char __a, vector bool char __b) { function
2557 vec_all_ge(vector signed short __a, vector signed short __b) { function
2564 vec_all_ge(vector signed short __a, vector bool short __b) { function
2571 vec_all_ge(vector bool short __a, vector signed short __b) { function
2578 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2585 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2592 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
2599 vec_all_ge(vector bool short __a, vector bool short __b) { function
2607 vec_all_ge(vector signed int __a, vector signed int __b) { function
2614 vec_all_ge(vector signed int __a, vector bool int __b) { function
2621 vec_all_ge(vector bool int __a, vector signed int __b) { function
2628 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
2635 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
2642 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
2649 vec_all_ge(vector bool int __a, vector bool int __b) { function
2657 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
2664 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
2671 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
2678 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
2685 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
2692 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
2699 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
2707 vec_all_ge(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
vecintrin.h 2507 vec_all_ge(vector signed char __a, vector signed char __b) { function
2514 vec_all_ge(vector signed char __a, vector bool char __b) { function
2521 vec_all_ge(vector bool char __a, vector signed char __b) { function
2528 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2535 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2542 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2549 vec_all_ge(vector bool char __a, vector bool char __b) { function
2557 vec_all_ge(vector signed short __a, vector signed short __b) { function
2564 vec_all_ge(vector signed short __a, vector bool short __b) { function
2571 vec_all_ge(vector bool short __a, vector signed short __b) { function
2578 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2585 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2592 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
2599 vec_all_ge(vector bool short __a, vector bool short __b) { function
2607 vec_all_ge(vector signed int __a, vector signed int __b) { function
2614 vec_all_ge(vector signed int __a, vector bool int __b) { function
2621 vec_all_ge(vector bool int __a, vector signed int __b) { function
2628 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
2635 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
2642 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
2649 vec_all_ge(vector bool int __a, vector bool int __b) { function
2657 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
2664 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
2671 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
2678 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
2685 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
2692 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
2699 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
2707 vec_all_ge(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
vecintrin.h 2507 vec_all_ge(vector signed char __a, vector signed char __b) { function
2514 vec_all_ge(vector signed char __a, vector bool char __b) { function
2521 vec_all_ge(vector bool char __a, vector signed char __b) { function
2528 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2535 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2542 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2549 vec_all_ge(vector bool char __a, vector bool char __b) { function
2557 vec_all_ge(vector signed short __a, vector signed short __b) { function
2564 vec_all_ge(vector signed short __a, vector bool short __b) { function
2571 vec_all_ge(vector bool short __a, vector signed short __b) { function
2578 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2585 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2592 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
2599 vec_all_ge(vector bool short __a, vector bool short __b) { function
2607 vec_all_ge(vector signed int __a, vector signed int __b) { function
2614 vec_all_ge(vector signed int __a, vector bool int __b) { function
2621 vec_all_ge(vector bool int __a, vector signed int __b) { function
2628 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
2635 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
2642 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
2649 vec_all_ge(vector bool int __a, vector bool int __b) { function
2657 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
2664 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
2671 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
2678 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
2685 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
2692 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
2699 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
2707 vec_all_ge(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
vecintrin.h 2507 vec_all_ge(vector signed char __a, vector signed char __b) { function
2514 vec_all_ge(vector signed char __a, vector bool char __b) { function
2521 vec_all_ge(vector bool char __a, vector signed char __b) { function
2528 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2535 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2542 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2549 vec_all_ge(vector bool char __a, vector bool char __b) { function
2557 vec_all_ge(vector signed short __a, vector signed short __b) { function
2564 vec_all_ge(vector signed short __a, vector bool short __b) { function
2571 vec_all_ge(vector bool short __a, vector signed short __b) { function
2578 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2585 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2592 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
2599 vec_all_ge(vector bool short __a, vector bool short __b) { function
2607 vec_all_ge(vector signed int __a, vector signed int __b) { function
2614 vec_all_ge(vector signed int __a, vector bool int __b) { function
2621 vec_all_ge(vector bool int __a, vector signed int __b) { function
2628 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
2635 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
2642 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
2649 vec_all_ge(vector bool int __a, vector bool int __b) { function
2657 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
2664 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
2671 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
2678 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
2685 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
2692 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
2699 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
2707 vec_all_ge(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
vecintrin.h 2507 vec_all_ge(vector signed char __a, vector signed char __b) { function
2514 vec_all_ge(vector signed char __a, vector bool char __b) { function
2521 vec_all_ge(vector bool char __a, vector signed char __b) { function
2528 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2535 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2542 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2549 vec_all_ge(vector bool char __a, vector bool char __b) { function
2557 vec_all_ge(vector signed short __a, vector signed short __b) { function
2564 vec_all_ge(vector signed short __a, vector bool short __b) { function
2571 vec_all_ge(vector bool short __a, vector signed short __b) { function
2578 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2585 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2592 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
2599 vec_all_ge(vector bool short __a, vector bool short __b) { function
2607 vec_all_ge(vector signed int __a, vector signed int __b) { function
2614 vec_all_ge(vector signed int __a, vector bool int __b) { function
2621 vec_all_ge(vector bool int __a, vector signed int __b) { function
2628 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
2635 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
2642 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
2649 vec_all_ge(vector bool int __a, vector bool int __b) { function
2657 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
2664 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
2671 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
2678 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
2685 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
2692 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
2699 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
2707 vec_all_ge(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
vecintrin.h 2507 vec_all_ge(vector signed char __a, vector signed char __b) { function
2514 vec_all_ge(vector signed char __a, vector bool char __b) { function
2521 vec_all_ge(vector bool char __a, vector signed char __b) { function
2528 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2535 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2542 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2549 vec_all_ge(vector bool char __a, vector bool char __b) { function
2557 vec_all_ge(vector signed short __a, vector signed short __b) { function
2564 vec_all_ge(vector signed short __a, vector bool short __b) { function
2571 vec_all_ge(vector bool short __a, vector signed short __b) { function
2578 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2585 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2592 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
2599 vec_all_ge(vector bool short __a, vector bool short __b) { function
2607 vec_all_ge(vector signed int __a, vector signed int __b) { function
2614 vec_all_ge(vector signed int __a, vector bool int __b) { function
2621 vec_all_ge(vector bool int __a, vector signed int __b) { function
2628 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
2635 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
2642 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
2649 vec_all_ge(vector bool int __a, vector bool int __b) { function
2657 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
2664 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
2671 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
2678 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
2685 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
2692 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
2699 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
2707 vec_all_ge(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
vecintrin.h 2507 vec_all_ge(vector signed char __a, vector signed char __b) { function
2514 vec_all_ge(vector signed char __a, vector bool char __b) { function
2521 vec_all_ge(vector bool char __a, vector signed char __b) { function
2528 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2535 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2542 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2549 vec_all_ge(vector bool char __a, vector bool char __b) { function
2557 vec_all_ge(vector signed short __a, vector signed short __b) { function
2564 vec_all_ge(vector signed short __a, vector bool short __b) { function
2571 vec_all_ge(vector bool short __a, vector signed short __b) { function
2578 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2585 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2592 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
2599 vec_all_ge(vector bool short __a, vector bool short __b) { function
2607 vec_all_ge(vector signed int __a, vector signed int __b) { function
2614 vec_all_ge(vector signed int __a, vector bool int __b) { function
2621 vec_all_ge(vector bool int __a, vector signed int __b) { function
2628 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
2635 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
2642 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
2649 vec_all_ge(vector bool int __a, vector bool int __b) { function
2657 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
2664 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
2671 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
2678 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
2685 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
2692 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
2699 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
2707 vec_all_ge(vector double __a, vector double __b) { function
    [all...]

Completed in 937 milliseconds

1 2