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

1 2

  /external/clang/test/CodeGen/
builtins-ppc-p8vector.c 841 /* vec_any_le */
842 res_i = vec_any_le(vsll, vsll);
845 // CHECK-PPC: error: call to 'vec_any_le' is ambiguous
847 res_i = vec_any_le(vsll, vbll);
850 // CHECK-PPC: error: call to 'vec_any_le' is ambiguous
852 res_i = vec_any_le(vull, vull);
855 // CHECK-PPC: error: call to 'vec_any_le' is ambiguous
857 res_i = vec_any_le(vull, vbll);
860 // CHECK-PPC: error: call to 'vec_any_le' is ambiguous
862 res_i = vec_any_le(vbll, vsll)
    [all...]
builtins-systemz-zvector.c     [all...]
builtins-ppc-altivec.c     [all...]
  /external/valgrind/none/tests/ppc32/
testVMX.stdout.exp 486 Function vec_any_le [type char] ===> OK
487 Function vec_any_le [type unsigned char] ===> OK
488 Function vec_any_le [type short] ===> OK
489 Function vec_any_le [type unsigned short] ===> OK
490 Function vec_any_le [type int] ===> OK
491 Function vec_any_le [type unsigned int] ===> OK
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
vecintrin.h 4927 vec_any_le(vector signed char __a, vector signed char __b) { function
4935 vec_any_le(vector signed char __a, vector bool char __b) { function
4943 vec_any_le(vector bool char __a, vector signed char __b) { function
4950 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4958 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4966 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4974 vec_any_le(vector bool char __a, vector bool char __b) { function
4982 vec_any_le(vector signed short __a, vector signed short __b) { function
4990 vec_any_le(vector signed short __a, vector bool short __b) { function
4998 vec_any_le(vector bool short __a, vector signed short __b) { function
5005 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
5013 vec_any_le(vector unsigned short __a, vector bool short __b) { function
5021 vec_any_le(vector bool short __a, vector unsigned short __b) { function
5029 vec_any_le(vector bool short __a, vector bool short __b) { function
5037 vec_any_le(vector signed int __a, vector signed int __b) { function
5045 vec_any_le(vector signed int __a, vector bool int __b) { function
5053 vec_any_le(vector bool int __a, vector signed int __b) { function
5060 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
5068 vec_any_le(vector unsigned int __a, vector bool int __b) { function
5076 vec_any_le(vector bool int __a, vector unsigned int __b) { function
5084 vec_any_le(vector bool int __a, vector bool int __b) { function
5092 vec_any_le(vector signed long long __a, vector signed long long __b) { function
5100 vec_any_le(vector signed long long __a, vector bool long long __b) { function
5108 vec_any_le(vector bool long long __a, vector signed long long __b) { function
5115 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
5123 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
5131 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
5139 vec_any_le(vector bool long long __a, vector bool long long __b) { function
5148 vec_any_le(vector float __a, vector float __b) { function
5156 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
vecintrin.h 4927 vec_any_le(vector signed char __a, vector signed char __b) { function
4935 vec_any_le(vector signed char __a, vector bool char __b) { function
4943 vec_any_le(vector bool char __a, vector signed char __b) { function
4950 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4958 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4966 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4974 vec_any_le(vector bool char __a, vector bool char __b) { function
4982 vec_any_le(vector signed short __a, vector signed short __b) { function
4990 vec_any_le(vector signed short __a, vector bool short __b) { function
4998 vec_any_le(vector bool short __a, vector signed short __b) { function
5005 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
5013 vec_any_le(vector unsigned short __a, vector bool short __b) { function
5021 vec_any_le(vector bool short __a, vector unsigned short __b) { function
5029 vec_any_le(vector bool short __a, vector bool short __b) { function
5037 vec_any_le(vector signed int __a, vector signed int __b) { function
5045 vec_any_le(vector signed int __a, vector bool int __b) { function
5053 vec_any_le(vector bool int __a, vector signed int __b) { function
5060 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
5068 vec_any_le(vector unsigned int __a, vector bool int __b) { function
5076 vec_any_le(vector bool int __a, vector unsigned int __b) { function
5084 vec_any_le(vector bool int __a, vector bool int __b) { function
5092 vec_any_le(vector signed long long __a, vector signed long long __b) { function
5100 vec_any_le(vector signed long long __a, vector bool long long __b) { function
5108 vec_any_le(vector bool long long __a, vector signed long long __b) { function
5115 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
5123 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
5131 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
5139 vec_any_le(vector bool long long __a, vector bool long long __b) { function
5148 vec_any_le(vector float __a, vector float __b) { function
5156 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
vecintrin.h 4927 vec_any_le(vector signed char __a, vector signed char __b) { function
4935 vec_any_le(vector signed char __a, vector bool char __b) { function
4943 vec_any_le(vector bool char __a, vector signed char __b) { function
4950 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4958 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4966 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4974 vec_any_le(vector bool char __a, vector bool char __b) { function
4982 vec_any_le(vector signed short __a, vector signed short __b) { function
4990 vec_any_le(vector signed short __a, vector bool short __b) { function
4998 vec_any_le(vector bool short __a, vector signed short __b) { function
5005 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
5013 vec_any_le(vector unsigned short __a, vector bool short __b) { function
5021 vec_any_le(vector bool short __a, vector unsigned short __b) { function
5029 vec_any_le(vector bool short __a, vector bool short __b) { function
5037 vec_any_le(vector signed int __a, vector signed int __b) { function
5045 vec_any_le(vector signed int __a, vector bool int __b) { function
5053 vec_any_le(vector bool int __a, vector signed int __b) { function
5060 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
5068 vec_any_le(vector unsigned int __a, vector bool int __b) { function
5076 vec_any_le(vector bool int __a, vector unsigned int __b) { function
5084 vec_any_le(vector bool int __a, vector bool int __b) { function
5092 vec_any_le(vector signed long long __a, vector signed long long __b) { function
5100 vec_any_le(vector signed long long __a, vector bool long long __b) { function
5108 vec_any_le(vector bool long long __a, vector signed long long __b) { function
5115 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
5123 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
5131 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
5139 vec_any_le(vector bool long long __a, vector bool long long __b) { function
5148 vec_any_le(vector float __a, vector float __b) { function
5156 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
vecintrin.h 4927 vec_any_le(vector signed char __a, vector signed char __b) { function
4935 vec_any_le(vector signed char __a, vector bool char __b) { function
4943 vec_any_le(vector bool char __a, vector signed char __b) { function
4950 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4958 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4966 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4974 vec_any_le(vector bool char __a, vector bool char __b) { function
4982 vec_any_le(vector signed short __a, vector signed short __b) { function
4990 vec_any_le(vector signed short __a, vector bool short __b) { function
4998 vec_any_le(vector bool short __a, vector signed short __b) { function
5005 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
5013 vec_any_le(vector unsigned short __a, vector bool short __b) { function
5021 vec_any_le(vector bool short __a, vector unsigned short __b) { function
5029 vec_any_le(vector bool short __a, vector bool short __b) { function
5037 vec_any_le(vector signed int __a, vector signed int __b) { function
5045 vec_any_le(vector signed int __a, vector bool int __b) { function
5053 vec_any_le(vector bool int __a, vector signed int __b) { function
5060 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
5068 vec_any_le(vector unsigned int __a, vector bool int __b) { function
5076 vec_any_le(vector bool int __a, vector unsigned int __b) { function
5084 vec_any_le(vector bool int __a, vector bool int __b) { function
5092 vec_any_le(vector signed long long __a, vector signed long long __b) { function
5100 vec_any_le(vector signed long long __a, vector bool long long __b) { function
5108 vec_any_le(vector bool long long __a, vector signed long long __b) { function
5115 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
5123 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
5131 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
5139 vec_any_le(vector bool long long __a, vector bool long long __b) { function
5148 vec_any_le(vector float __a, vector float __b) { function
5156 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
vecintrin.h 4927 vec_any_le(vector signed char __a, vector signed char __b) { function
4935 vec_any_le(vector signed char __a, vector bool char __b) { function
4943 vec_any_le(vector bool char __a, vector signed char __b) { function
4950 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4958 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4966 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4974 vec_any_le(vector bool char __a, vector bool char __b) { function
4982 vec_any_le(vector signed short __a, vector signed short __b) { function
4990 vec_any_le(vector signed short __a, vector bool short __b) { function
4998 vec_any_le(vector bool short __a, vector signed short __b) { function
5005 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
5013 vec_any_le(vector unsigned short __a, vector bool short __b) { function
5021 vec_any_le(vector bool short __a, vector unsigned short __b) { function
5029 vec_any_le(vector bool short __a, vector bool short __b) { function
5037 vec_any_le(vector signed int __a, vector signed int __b) { function
5045 vec_any_le(vector signed int __a, vector bool int __b) { function
5053 vec_any_le(vector bool int __a, vector signed int __b) { function
5060 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
5068 vec_any_le(vector unsigned int __a, vector bool int __b) { function
5076 vec_any_le(vector bool int __a, vector unsigned int __b) { function
5084 vec_any_le(vector bool int __a, vector bool int __b) { function
5092 vec_any_le(vector signed long long __a, vector signed long long __b) { function
5100 vec_any_le(vector signed long long __a, vector bool long long __b) { function
5108 vec_any_le(vector bool long long __a, vector signed long long __b) { function
5115 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
5123 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
5131 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
5139 vec_any_le(vector bool long long __a, vector bool long long __b) { function
5148 vec_any_le(vector float __a, vector float __b) { function
5156 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
vecintrin.h 4927 vec_any_le(vector signed char __a, vector signed char __b) { function
4935 vec_any_le(vector signed char __a, vector bool char __b) { function
4943 vec_any_le(vector bool char __a, vector signed char __b) { function
4950 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4958 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4966 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4974 vec_any_le(vector bool char __a, vector bool char __b) { function
4982 vec_any_le(vector signed short __a, vector signed short __b) { function
4990 vec_any_le(vector signed short __a, vector bool short __b) { function
4998 vec_any_le(vector bool short __a, vector signed short __b) { function
5005 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
5013 vec_any_le(vector unsigned short __a, vector bool short __b) { function
5021 vec_any_le(vector bool short __a, vector unsigned short __b) { function
5029 vec_any_le(vector bool short __a, vector bool short __b) { function
5037 vec_any_le(vector signed int __a, vector signed int __b) { function
5045 vec_any_le(vector signed int __a, vector bool int __b) { function
5053 vec_any_le(vector bool int __a, vector signed int __b) { function
5060 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
5068 vec_any_le(vector unsigned int __a, vector bool int __b) { function
5076 vec_any_le(vector bool int __a, vector unsigned int __b) { function
5084 vec_any_le(vector bool int __a, vector bool int __b) { function
5092 vec_any_le(vector signed long long __a, vector signed long long __b) { function
5100 vec_any_le(vector signed long long __a, vector bool long long __b) { function
5108 vec_any_le(vector bool long long __a, vector signed long long __b) { function
5115 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
5123 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
5131 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
5139 vec_any_le(vector bool long long __a, vector bool long long __b) { function
5148 vec_any_le(vector float __a, vector float __b) { function
5156 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
vecintrin.h 4927 vec_any_le(vector signed char __a, vector signed char __b) { function
4935 vec_any_le(vector signed char __a, vector bool char __b) { function
4943 vec_any_le(vector bool char __a, vector signed char __b) { function
4950 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4958 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4966 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4974 vec_any_le(vector bool char __a, vector bool char __b) { function
4982 vec_any_le(vector signed short __a, vector signed short __b) { function
4990 vec_any_le(vector signed short __a, vector bool short __b) { function
4998 vec_any_le(vector bool short __a, vector signed short __b) { function
5005 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
5013 vec_any_le(vector unsigned short __a, vector bool short __b) { function
5021 vec_any_le(vector bool short __a, vector unsigned short __b) { function
5029 vec_any_le(vector bool short __a, vector bool short __b) { function
5037 vec_any_le(vector signed int __a, vector signed int __b) { function
5045 vec_any_le(vector signed int __a, vector bool int __b) { function
5053 vec_any_le(vector bool int __a, vector signed int __b) { function
5060 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
5068 vec_any_le(vector unsigned int __a, vector bool int __b) { function
5076 vec_any_le(vector bool int __a, vector unsigned int __b) { function
5084 vec_any_le(vector bool int __a, vector bool int __b) { function
5092 vec_any_le(vector signed long long __a, vector signed long long __b) { function
5100 vec_any_le(vector signed long long __a, vector bool long long __b) { function
5108 vec_any_le(vector bool long long __a, vector signed long long __b) { function
5115 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
5123 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
5131 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
5139 vec_any_le(vector bool long long __a, vector bool long long __b) { function
5148 vec_any_le(vector float __a, vector float __b) { function
5156 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
vecintrin.h 4927 vec_any_le(vector signed char __a, vector signed char __b) { function
4935 vec_any_le(vector signed char __a, vector bool char __b) { function
4943 vec_any_le(vector bool char __a, vector signed char __b) { function
4950 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4958 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4966 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4974 vec_any_le(vector bool char __a, vector bool char __b) { function
4982 vec_any_le(vector signed short __a, vector signed short __b) { function
4990 vec_any_le(vector signed short __a, vector bool short __b) { function
4998 vec_any_le(vector bool short __a, vector signed short __b) { function
5005 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
5013 vec_any_le(vector unsigned short __a, vector bool short __b) { function
5021 vec_any_le(vector bool short __a, vector unsigned short __b) { function
5029 vec_any_le(vector bool short __a, vector bool short __b) { function
5037 vec_any_le(vector signed int __a, vector signed int __b) { function
5045 vec_any_le(vector signed int __a, vector bool int __b) { function
5053 vec_any_le(vector bool int __a, vector signed int __b) { function
5060 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
5068 vec_any_le(vector unsigned int __a, vector bool int __b) { function
5076 vec_any_le(vector bool int __a, vector unsigned int __b) { function
5084 vec_any_le(vector bool int __a, vector bool int __b) { function
5092 vec_any_le(vector signed long long __a, vector signed long long __b) { function
5100 vec_any_le(vector signed long long __a, vector bool long long __b) { function
5108 vec_any_le(vector bool long long __a, vector signed long long __b) { function
5115 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
5123 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
5131 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
5139 vec_any_le(vector bool long long __a, vector bool long long __b) { function
5148 vec_any_le(vector float __a, vector float __b) { function
5156 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /external/clang/lib/Headers/
vecintrin.h 4257 vec_any_le(vector signed char __a, vector signed char __b) { function
4264 vec_any_le(vector signed char __a, vector bool char __b) { function
4271 vec_any_le(vector bool char __a, vector signed char __b) { function
4278 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4285 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4292 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4299 vec_any_le(vector bool char __a, vector bool char __b) { function
4307 vec_any_le(vector signed short __a, vector signed short __b) { function
4314 vec_any_le(vector signed short __a, vector bool short __b) { function
4321 vec_any_le(vector bool short __a, vector signed short __b) { function
4328 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
4335 vec_any_le(vector unsigned short __a, vector bool short __b) { function
4342 vec_any_le(vector bool short __a, vector unsigned short __b) { function
4349 vec_any_le(vector bool short __a, vector bool short __b) { function
4357 vec_any_le(vector signed int __a, vector signed int __b) { function
4364 vec_any_le(vector signed int __a, vector bool int __b) { function
4371 vec_any_le(vector bool int __a, vector signed int __b) { function
4378 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
4385 vec_any_le(vector unsigned int __a, vector bool int __b) { function
4392 vec_any_le(vector bool int __a, vector unsigned int __b) { function
4399 vec_any_le(vector bool int __a, vector bool int __b) { function
4407 vec_any_le(vector signed long long __a, vector signed long long __b) { function
4414 vec_any_le(vector signed long long __a, vector bool long long __b) { function
4421 vec_any_le(vector bool long long __a, vector signed long long __b) { function
4428 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
4435 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
4442 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
4449 vec_any_le(vector bool long long __a, vector bool long long __b) { function
4457 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
vecintrin.h 4257 vec_any_le(vector signed char __a, vector signed char __b) { function
4264 vec_any_le(vector signed char __a, vector bool char __b) { function
4271 vec_any_le(vector bool char __a, vector signed char __b) { function
4278 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4285 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4292 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4299 vec_any_le(vector bool char __a, vector bool char __b) { function
4307 vec_any_le(vector signed short __a, vector signed short __b) { function
4314 vec_any_le(vector signed short __a, vector bool short __b) { function
4321 vec_any_le(vector bool short __a, vector signed short __b) { function
4328 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
4335 vec_any_le(vector unsigned short __a, vector bool short __b) { function
4342 vec_any_le(vector bool short __a, vector unsigned short __b) { function
4349 vec_any_le(vector bool short __a, vector bool short __b) { function
4357 vec_any_le(vector signed int __a, vector signed int __b) { function
4364 vec_any_le(vector signed int __a, vector bool int __b) { function
4371 vec_any_le(vector bool int __a, vector signed int __b) { function
4378 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
4385 vec_any_le(vector unsigned int __a, vector bool int __b) { function
4392 vec_any_le(vector bool int __a, vector unsigned int __b) { function
4399 vec_any_le(vector bool int __a, vector bool int __b) { function
4407 vec_any_le(vector signed long long __a, vector signed long long __b) { function
4414 vec_any_le(vector signed long long __a, vector bool long long __b) { function
4421 vec_any_le(vector bool long long __a, vector signed long long __b) { function
4428 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
4435 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
4442 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
4449 vec_any_le(vector bool long long __a, vector bool long long __b) { function
4457 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
vecintrin.h 4257 vec_any_le(vector signed char __a, vector signed char __b) { function
4264 vec_any_le(vector signed char __a, vector bool char __b) { function
4271 vec_any_le(vector bool char __a, vector signed char __b) { function
4278 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4285 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4292 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4299 vec_any_le(vector bool char __a, vector bool char __b) { function
4307 vec_any_le(vector signed short __a, vector signed short __b) { function
4314 vec_any_le(vector signed short __a, vector bool short __b) { function
4321 vec_any_le(vector bool short __a, vector signed short __b) { function
4328 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
4335 vec_any_le(vector unsigned short __a, vector bool short __b) { function
4342 vec_any_le(vector bool short __a, vector unsigned short __b) { function
4349 vec_any_le(vector bool short __a, vector bool short __b) { function
4357 vec_any_le(vector signed int __a, vector signed int __b) { function
4364 vec_any_le(vector signed int __a, vector bool int __b) { function
4371 vec_any_le(vector bool int __a, vector signed int __b) { function
4378 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
4385 vec_any_le(vector unsigned int __a, vector bool int __b) { function
4392 vec_any_le(vector bool int __a, vector unsigned int __b) { function
4399 vec_any_le(vector bool int __a, vector bool int __b) { function
4407 vec_any_le(vector signed long long __a, vector signed long long __b) { function
4414 vec_any_le(vector signed long long __a, vector bool long long __b) { function
4421 vec_any_le(vector bool long long __a, vector signed long long __b) { function
4428 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
4435 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
4442 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
4449 vec_any_le(vector bool long long __a, vector bool long long __b) { function
4457 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
vecintrin.h 4257 vec_any_le(vector signed char __a, vector signed char __b) { function
4264 vec_any_le(vector signed char __a, vector bool char __b) { function
4271 vec_any_le(vector bool char __a, vector signed char __b) { function
4278 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4285 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4292 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4299 vec_any_le(vector bool char __a, vector bool char __b) { function
4307 vec_any_le(vector signed short __a, vector signed short __b) { function
4314 vec_any_le(vector signed short __a, vector bool short __b) { function
4321 vec_any_le(vector bool short __a, vector signed short __b) { function
4328 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
4335 vec_any_le(vector unsigned short __a, vector bool short __b) { function
4342 vec_any_le(vector bool short __a, vector unsigned short __b) { function
4349 vec_any_le(vector bool short __a, vector bool short __b) { function
4357 vec_any_le(vector signed int __a, vector signed int __b) { function
4364 vec_any_le(vector signed int __a, vector bool int __b) { function
4371 vec_any_le(vector bool int __a, vector signed int __b) { function
4378 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
4385 vec_any_le(vector unsigned int __a, vector bool int __b) { function
4392 vec_any_le(vector bool int __a, vector unsigned int __b) { function
4399 vec_any_le(vector bool int __a, vector bool int __b) { function
4407 vec_any_le(vector signed long long __a, vector signed long long __b) { function
4414 vec_any_le(vector signed long long __a, vector bool long long __b) { function
4421 vec_any_le(vector bool long long __a, vector signed long long __b) { function
4428 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
4435 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
4442 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
4449 vec_any_le(vector bool long long __a, vector bool long long __b) { function
4457 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
vecintrin.h 4257 vec_any_le(vector signed char __a, vector signed char __b) { function
4264 vec_any_le(vector signed char __a, vector bool char __b) { function
4271 vec_any_le(vector bool char __a, vector signed char __b) { function
4278 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4285 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4292 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4299 vec_any_le(vector bool char __a, vector bool char __b) { function
4307 vec_any_le(vector signed short __a, vector signed short __b) { function
4314 vec_any_le(vector signed short __a, vector bool short __b) { function
4321 vec_any_le(vector bool short __a, vector signed short __b) { function
4328 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
4335 vec_any_le(vector unsigned short __a, vector bool short __b) { function
4342 vec_any_le(vector bool short __a, vector unsigned short __b) { function
4349 vec_any_le(vector bool short __a, vector bool short __b) { function
4357 vec_any_le(vector signed int __a, vector signed int __b) { function
4364 vec_any_le(vector signed int __a, vector bool int __b) { function
4371 vec_any_le(vector bool int __a, vector signed int __b) { function
4378 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
4385 vec_any_le(vector unsigned int __a, vector bool int __b) { function
4392 vec_any_le(vector bool int __a, vector unsigned int __b) { function
4399 vec_any_le(vector bool int __a, vector bool int __b) { function
4407 vec_any_le(vector signed long long __a, vector signed long long __b) { function
4414 vec_any_le(vector signed long long __a, vector bool long long __b) { function
4421 vec_any_le(vector bool long long __a, vector signed long long __b) { function
4428 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
4435 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
4442 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
4449 vec_any_le(vector bool long long __a, vector bool long long __b) { function
4457 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
vecintrin.h 4257 vec_any_le(vector signed char __a, vector signed char __b) { function
4264 vec_any_le(vector signed char __a, vector bool char __b) { function
4271 vec_any_le(vector bool char __a, vector signed char __b) { function
4278 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4285 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4292 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4299 vec_any_le(vector bool char __a, vector bool char __b) { function
4307 vec_any_le(vector signed short __a, vector signed short __b) { function
4314 vec_any_le(vector signed short __a, vector bool short __b) { function
4321 vec_any_le(vector bool short __a, vector signed short __b) { function
4328 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
4335 vec_any_le(vector unsigned short __a, vector bool short __b) { function
4342 vec_any_le(vector bool short __a, vector unsigned short __b) { function
4349 vec_any_le(vector bool short __a, vector bool short __b) { function
4357 vec_any_le(vector signed int __a, vector signed int __b) { function
4364 vec_any_le(vector signed int __a, vector bool int __b) { function
4371 vec_any_le(vector bool int __a, vector signed int __b) { function
4378 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
4385 vec_any_le(vector unsigned int __a, vector bool int __b) { function
4392 vec_any_le(vector bool int __a, vector unsigned int __b) { function
4399 vec_any_le(vector bool int __a, vector bool int __b) { function
4407 vec_any_le(vector signed long long __a, vector signed long long __b) { function
4414 vec_any_le(vector signed long long __a, vector bool long long __b) { function
4421 vec_any_le(vector bool long long __a, vector signed long long __b) { function
4428 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
4435 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
4442 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
4449 vec_any_le(vector bool long long __a, vector bool long long __b) { function
4457 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
vecintrin.h 4257 vec_any_le(vector signed char __a, vector signed char __b) { function
4264 vec_any_le(vector signed char __a, vector bool char __b) { function
4271 vec_any_le(vector bool char __a, vector signed char __b) { function
4278 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4285 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4292 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4299 vec_any_le(vector bool char __a, vector bool char __b) { function
4307 vec_any_le(vector signed short __a, vector signed short __b) { function
4314 vec_any_le(vector signed short __a, vector bool short __b) { function
4321 vec_any_le(vector bool short __a, vector signed short __b) { function
4328 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
4335 vec_any_le(vector unsigned short __a, vector bool short __b) { function
4342 vec_any_le(vector bool short __a, vector unsigned short __b) { function
4349 vec_any_le(vector bool short __a, vector bool short __b) { function
4357 vec_any_le(vector signed int __a, vector signed int __b) { function
4364 vec_any_le(vector signed int __a, vector bool int __b) { function
4371 vec_any_le(vector bool int __a, vector signed int __b) { function
4378 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
4385 vec_any_le(vector unsigned int __a, vector bool int __b) { function
4392 vec_any_le(vector bool int __a, vector unsigned int __b) { function
4399 vec_any_le(vector bool int __a, vector bool int __b) { function
4407 vec_any_le(vector signed long long __a, vector signed long long __b) { function
4414 vec_any_le(vector signed long long __a, vector bool long long __b) { function
4421 vec_any_le(vector bool long long __a, vector signed long long __b) { function
4428 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
4435 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
4442 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
4449 vec_any_le(vector bool long long __a, vector bool long long __b) { function
4457 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
vecintrin.h 4257 vec_any_le(vector signed char __a, vector signed char __b) { function
4264 vec_any_le(vector signed char __a, vector bool char __b) { function
4271 vec_any_le(vector bool char __a, vector signed char __b) { function
4278 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4285 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4292 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4299 vec_any_le(vector bool char __a, vector bool char __b) { function
4307 vec_any_le(vector signed short __a, vector signed short __b) { function
4314 vec_any_le(vector signed short __a, vector bool short __b) { function
4321 vec_any_le(vector bool short __a, vector signed short __b) { function
4328 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
4335 vec_any_le(vector unsigned short __a, vector bool short __b) { function
4342 vec_any_le(vector bool short __a, vector unsigned short __b) { function
4349 vec_any_le(vector bool short __a, vector bool short __b) { function
4357 vec_any_le(vector signed int __a, vector signed int __b) { function
4364 vec_any_le(vector signed int __a, vector bool int __b) { function
4371 vec_any_le(vector bool int __a, vector signed int __b) { function
4378 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
4385 vec_any_le(vector unsigned int __a, vector bool int __b) { function
4392 vec_any_le(vector bool int __a, vector unsigned int __b) { function
4399 vec_any_le(vector bool int __a, vector bool int __b) { function
4407 vec_any_le(vector signed long long __a, vector signed long long __b) { function
4414 vec_any_le(vector signed long long __a, vector bool long long __b) { function
4421 vec_any_le(vector bool long long __a, vector signed long long __b) { function
4428 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
4435 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
4442 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
4449 vec_any_le(vector bool long long __a, vector bool long long __b) { function
4457 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
vecintrin.h 4257 vec_any_le(vector signed char __a, vector signed char __b) { function
4264 vec_any_le(vector signed char __a, vector bool char __b) { function
4271 vec_any_le(vector bool char __a, vector signed char __b) { function
4278 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4285 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4292 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4299 vec_any_le(vector bool char __a, vector bool char __b) { function
4307 vec_any_le(vector signed short __a, vector signed short __b) { function
4314 vec_any_le(vector signed short __a, vector bool short __b) { function
4321 vec_any_le(vector bool short __a, vector signed short __b) { function
4328 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
4335 vec_any_le(vector unsigned short __a, vector bool short __b) { function
4342 vec_any_le(vector bool short __a, vector unsigned short __b) { function
4349 vec_any_le(vector bool short __a, vector bool short __b) { function
4357 vec_any_le(vector signed int __a, vector signed int __b) { function
4364 vec_any_le(vector signed int __a, vector bool int __b) { function
4371 vec_any_le(vector bool int __a, vector signed int __b) { function
4378 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
4385 vec_any_le(vector unsigned int __a, vector bool int __b) { function
4392 vec_any_le(vector bool int __a, vector unsigned int __b) { function
4399 vec_any_le(vector bool int __a, vector bool int __b) { function
4407 vec_any_le(vector signed long long __a, vector signed long long __b) { function
4414 vec_any_le(vector signed long long __a, vector bool long long __b) { function
4421 vec_any_le(vector bool long long __a, vector signed long long __b) { function
4428 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
4435 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
4442 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
4449 vec_any_le(vector bool long long __a, vector bool long long __b) { function
4457 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
vecintrin.h 4257 vec_any_le(vector signed char __a, vector signed char __b) { function
4264 vec_any_le(vector signed char __a, vector bool char __b) { function
4271 vec_any_le(vector bool char __a, vector signed char __b) { function
4278 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4285 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4292 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4299 vec_any_le(vector bool char __a, vector bool char __b) { function
4307 vec_any_le(vector signed short __a, vector signed short __b) { function
4314 vec_any_le(vector signed short __a, vector bool short __b) { function
4321 vec_any_le(vector bool short __a, vector signed short __b) { function
4328 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
4335 vec_any_le(vector unsigned short __a, vector bool short __b) { function
4342 vec_any_le(vector bool short __a, vector unsigned short __b) { function
4349 vec_any_le(vector bool short __a, vector bool short __b) { function
4357 vec_any_le(vector signed int __a, vector signed int __b) { function
4364 vec_any_le(vector signed int __a, vector bool int __b) { function
4371 vec_any_le(vector bool int __a, vector signed int __b) { function
4378 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
4385 vec_any_le(vector unsigned int __a, vector bool int __b) { function
4392 vec_any_le(vector bool int __a, vector unsigned int __b) { function
4399 vec_any_le(vector bool int __a, vector bool int __b) { function
4407 vec_any_le(vector signed long long __a, vector signed long long __b) { function
4414 vec_any_le(vector signed long long __a, vector bool long long __b) { function
4421 vec_any_le(vector bool long long __a, vector signed long long __b) { function
4428 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
4435 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
4442 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
4449 vec_any_le(vector bool long long __a, vector bool long long __b) { function
4457 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
vecintrin.h 4257 vec_any_le(vector signed char __a, vector signed char __b) { function
4264 vec_any_le(vector signed char __a, vector bool char __b) { function
4271 vec_any_le(vector bool char __a, vector signed char __b) { function
4278 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4285 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4292 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4299 vec_any_le(vector bool char __a, vector bool char __b) { function
4307 vec_any_le(vector signed short __a, vector signed short __b) { function
4314 vec_any_le(vector signed short __a, vector bool short __b) { function
4321 vec_any_le(vector bool short __a, vector signed short __b) { function
4328 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
4335 vec_any_le(vector unsigned short __a, vector bool short __b) { function
4342 vec_any_le(vector bool short __a, vector unsigned short __b) { function
4349 vec_any_le(vector bool short __a, vector bool short __b) { function
4357 vec_any_le(vector signed int __a, vector signed int __b) { function
4364 vec_any_le(vector signed int __a, vector bool int __b) { function
4371 vec_any_le(vector bool int __a, vector signed int __b) { function
4378 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
4385 vec_any_le(vector unsigned int __a, vector bool int __b) { function
4392 vec_any_le(vector bool int __a, vector unsigned int __b) { function
4399 vec_any_le(vector bool int __a, vector bool int __b) { function
4407 vec_any_le(vector signed long long __a, vector signed long long __b) { function
4414 vec_any_le(vector signed long long __a, vector bool long long __b) { function
4421 vec_any_le(vector bool long long __a, vector signed long long __b) { function
4428 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
4435 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
4442 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
4449 vec_any_le(vector bool long long __a, vector bool long long __b) { function
4457 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
vecintrin.h 4257 vec_any_le(vector signed char __a, vector signed char __b) { function
4264 vec_any_le(vector signed char __a, vector bool char __b) { function
4271 vec_any_le(vector bool char __a, vector signed char __b) { function
4278 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
4285 vec_any_le(vector unsigned char __a, vector bool char __b) { function
4292 vec_any_le(vector bool char __a, vector unsigned char __b) { function
4299 vec_any_le(vector bool char __a, vector bool char __b) { function
4307 vec_any_le(vector signed short __a, vector signed short __b) { function
4314 vec_any_le(vector signed short __a, vector bool short __b) { function
4321 vec_any_le(vector bool short __a, vector signed short __b) { function
4328 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
4335 vec_any_le(vector unsigned short __a, vector bool short __b) { function
4342 vec_any_le(vector bool short __a, vector unsigned short __b) { function
4349 vec_any_le(vector bool short __a, vector bool short __b) { function
4357 vec_any_le(vector signed int __a, vector signed int __b) { function
4364 vec_any_le(vector signed int __a, vector bool int __b) { function
4371 vec_any_le(vector bool int __a, vector signed int __b) { function
4378 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
4385 vec_any_le(vector unsigned int __a, vector bool int __b) { function
4392 vec_any_le(vector bool int __a, vector unsigned int __b) { function
4399 vec_any_le(vector bool int __a, vector bool int __b) { function
4407 vec_any_le(vector signed long long __a, vector signed long long __b) { function
4414 vec_any_le(vector signed long long __a, vector bool long long __b) { function
4421 vec_any_le(vector bool long long __a, vector signed long long __b) { function
4428 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
4435 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
4442 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
4449 vec_any_le(vector bool long long __a, vector bool long long __b) { function
4457 vec_any_le(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
altivec.h 11337 vec_any_le(vector signed char __a, vector signed char __b) function
11343 vec_any_le(vector signed char __a, vector bool char __b) function
11349 vec_any_le(vector unsigned char __a, vector unsigned char __b) function
11355 vec_any_le(vector unsigned char __a, vector bool char __b) function
11362 vec_any_le(vector bool char __a, vector signed char __b) function
11370 vec_any_le(vector bool char __a, vector unsigned char __b) function
11377 vec_any_le(vector bool char __a, vector bool char __b) function
11385 vec_any_le(vector short __a, vector short __b) function
11391 vec_any_le(vector short __a, vector bool short __b) function
11397 vec_any_le(vector unsigned short __a, vector unsigned short __b) function
11403 vec_any_le(vector unsigned short __a, vector bool short __b) function
11410 vec_any_le(vector bool short __a, vector short __b) function
11418 vec_any_le(vector bool short __a, vector unsigned short __b) function
11425 vec_any_le(vector bool short __a, vector bool short __b) function
11433 vec_any_le(vector int __a, vector int __b) function
11439 vec_any_le(vector int __a, vector bool int __b) function
11445 vec_any_le(vector unsigned int __a, vector unsigned int __b) function
11451 vec_any_le(vector unsigned int __a, vector bool int __b) function
11457 vec_any_le(vector bool int __a, vector int __b) function
11465 vec_any_le(vector bool int __a, vector unsigned int __b) function
11471 vec_any_le(vector bool int __a, vector bool int __b) function
11479 vec_any_le(vector float __a, vector float __b) function
    [all...]

Completed in 471 milliseconds

1 2