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

1 2

  /external/clang/test/CodeGen/
builtins-ppc-p8vector.c 880 /* vec_any_lt */
881 res_i = vec_any_lt(vsll, vsll);
884 // CHECK-PPC: error: call to 'vec_any_lt' is ambiguous
886 res_i = vec_any_lt(vsll, vbll);
889 // CHECK-PPC: error: call to 'vec_any_lt' is ambiguous
891 res_i = vec_any_lt(vull, vull);
894 // CHECK-PPC: error: call to 'vec_any_lt' is ambiguous
896 res_i = vec_any_lt(vull, vbll);
899 // CHECK-PPC: error: call to 'vec_any_lt' is ambiguous
901 res_i = vec_any_lt(vbll, vsll)
    [all...]
builtins-systemz-zvector.c     [all...]
builtins-ppc-altivec.c     [all...]
  /external/valgrind/none/tests/ppc32/
testVMX.stdout.exp 494 Function vec_any_lt [type char] ===> OK
495 Function vec_any_lt [type unsigned char] ===> OK
496 Function vec_any_lt [type short] ===> OK
497 Function vec_any_lt [type unsigned short] ===> OK
498 Function vec_any_lt [type int] ===> OK
499 Function vec_any_lt [type unsigned int] ===> OK
  /external/clang/lib/Headers/
vecintrin.h 4466 vec_any_lt(vector signed char __a, vector signed char __b) { function
4473 vec_any_lt(vector signed char __a, vector bool char __b) { function
4480 vec_any_lt(vector bool char __a, vector signed char __b) { function
4487 vec_any_lt(vector unsigned char __a, vector unsigned char __b) { function
4494 vec_any_lt(vector unsigned char __a, vector bool char __b) { function
4501 vec_any_lt(vector bool char __a, vector unsigned char __b) { function
4508 vec_any_lt(vector bool char __a, vector bool char __b) { function
4516 vec_any_lt(vector signed short __a, vector signed short __b) { function
4523 vec_any_lt(vector signed short __a, vector bool short __b) { function
4530 vec_any_lt(vector bool short __a, vector signed short __b) { function
4537 vec_any_lt(vector unsigned short __a, vector unsigned short __b) { function
4544 vec_any_lt(vector unsigned short __a, vector bool short __b) { function
4551 vec_any_lt(vector bool short __a, vector unsigned short __b) { function
4558 vec_any_lt(vector bool short __a, vector bool short __b) { function
4566 vec_any_lt(vector signed int __a, vector signed int __b) { function
4573 vec_any_lt(vector signed int __a, vector bool int __b) { function
4580 vec_any_lt(vector bool int __a, vector signed int __b) { function
4587 vec_any_lt(vector unsigned int __a, vector unsigned int __b) { function
4594 vec_any_lt(vector unsigned int __a, vector bool int __b) { function
4601 vec_any_lt(vector bool int __a, vector unsigned int __b) { function
4608 vec_any_lt(vector bool int __a, vector bool int __b) { function
4616 vec_any_lt(vector signed long long __a, vector signed long long __b) { function
4623 vec_any_lt(vector signed long long __a, vector bool long long __b) { function
4630 vec_any_lt(vector bool long long __a, vector signed long long __b) { function
4637 vec_any_lt(vector unsigned long long __a, vector unsigned long long __b) { function
4644 vec_any_lt(vector unsigned long long __a, vector bool long long __b) { function
4651 vec_any_lt(vector bool long long __a, vector unsigned long long __b) { function
4658 vec_any_lt(vector bool long long __a, vector bool long long __b) { function
4666 vec_any_lt(vector double __a, vector double __b) { function
    [all...]
altivec.h 13379 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13384 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13390 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13395 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13401 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13407 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13413 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, vector bool char __b) { function
13418 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector short __b) { function
13422 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector bool short __b) { function
13426 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13431 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13437 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, vector short __b) { function
13442 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13448 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13454 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector int __b) { function
13458 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector bool int __b) { function
13462 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13467 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13473 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector int __b) { function
13478 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, function
13484 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector bool int __b) { function
13490 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13495 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13500 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13506 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13512 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13519 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13525 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13533 static int __ATTRS_o_ai vec_any_lt(vector float __a, vector float __b) { function
13542 static int __ATTRS_o_ai vec_any_lt(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
vecintrin.h 4466 vec_any_lt(vector signed char __a, vector signed char __b) { function
4473 vec_any_lt(vector signed char __a, vector bool char __b) { function
4480 vec_any_lt(vector bool char __a, vector signed char __b) { function
4487 vec_any_lt(vector unsigned char __a, vector unsigned char __b) { function
4494 vec_any_lt(vector unsigned char __a, vector bool char __b) { function
4501 vec_any_lt(vector bool char __a, vector unsigned char __b) { function
4508 vec_any_lt(vector bool char __a, vector bool char __b) { function
4516 vec_any_lt(vector signed short __a, vector signed short __b) { function
4523 vec_any_lt(vector signed short __a, vector bool short __b) { function
4530 vec_any_lt(vector bool short __a, vector signed short __b) { function
4537 vec_any_lt(vector unsigned short __a, vector unsigned short __b) { function
4544 vec_any_lt(vector unsigned short __a, vector bool short __b) { function
4551 vec_any_lt(vector bool short __a, vector unsigned short __b) { function
4558 vec_any_lt(vector bool short __a, vector bool short __b) { function
4566 vec_any_lt(vector signed int __a, vector signed int __b) { function
4573 vec_any_lt(vector signed int __a, vector bool int __b) { function
4580 vec_any_lt(vector bool int __a, vector signed int __b) { function
4587 vec_any_lt(vector unsigned int __a, vector unsigned int __b) { function
4594 vec_any_lt(vector unsigned int __a, vector bool int __b) { function
4601 vec_any_lt(vector bool int __a, vector unsigned int __b) { function
4608 vec_any_lt(vector bool int __a, vector bool int __b) { function
4616 vec_any_lt(vector signed long long __a, vector signed long long __b) { function
4623 vec_any_lt(vector signed long long __a, vector bool long long __b) { function
4630 vec_any_lt(vector bool long long __a, vector signed long long __b) { function
4637 vec_any_lt(vector unsigned long long __a, vector unsigned long long __b) { function
4644 vec_any_lt(vector unsigned long long __a, vector bool long long __b) { function
4651 vec_any_lt(vector bool long long __a, vector unsigned long long __b) { function
4658 vec_any_lt(vector bool long long __a, vector bool long long __b) { function
4666 vec_any_lt(vector double __a, vector double __b) { function
    [all...]
altivec.h 13028 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13033 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13039 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13044 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13050 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13056 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13062 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, vector bool char __b) { function
13067 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector short __b) { function
13071 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector bool short __b) { function
13075 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13080 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13086 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, vector short __b) { function
13091 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13097 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13103 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector int __b) { function
13107 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector bool int __b) { function
13111 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13116 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13122 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector int __b) { function
13127 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, function
13133 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector bool int __b) { function
13139 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13144 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13149 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13155 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13161 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13168 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13174 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13182 static int __ATTRS_o_ai vec_any_lt(vector float __a, vector float __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
vecintrin.h 4466 vec_any_lt(vector signed char __a, vector signed char __b) { function
4473 vec_any_lt(vector signed char __a, vector bool char __b) { function
4480 vec_any_lt(vector bool char __a, vector signed char __b) { function
4487 vec_any_lt(vector unsigned char __a, vector unsigned char __b) { function
4494 vec_any_lt(vector unsigned char __a, vector bool char __b) { function
4501 vec_any_lt(vector bool char __a, vector unsigned char __b) { function
4508 vec_any_lt(vector bool char __a, vector bool char __b) { function
4516 vec_any_lt(vector signed short __a, vector signed short __b) { function
4523 vec_any_lt(vector signed short __a, vector bool short __b) { function
4530 vec_any_lt(vector bool short __a, vector signed short __b) { function
4537 vec_any_lt(vector unsigned short __a, vector unsigned short __b) { function
4544 vec_any_lt(vector unsigned short __a, vector bool short __b) { function
4551 vec_any_lt(vector bool short __a, vector unsigned short __b) { function
4558 vec_any_lt(vector bool short __a, vector bool short __b) { function
4566 vec_any_lt(vector signed int __a, vector signed int __b) { function
4573 vec_any_lt(vector signed int __a, vector bool int __b) { function
4580 vec_any_lt(vector bool int __a, vector signed int __b) { function
4587 vec_any_lt(vector unsigned int __a, vector unsigned int __b) { function
4594 vec_any_lt(vector unsigned int __a, vector bool int __b) { function
4601 vec_any_lt(vector bool int __a, vector unsigned int __b) { function
4608 vec_any_lt(vector bool int __a, vector bool int __b) { function
4616 vec_any_lt(vector signed long long __a, vector signed long long __b) { function
4623 vec_any_lt(vector signed long long __a, vector bool long long __b) { function
4630 vec_any_lt(vector bool long long __a, vector signed long long __b) { function
4637 vec_any_lt(vector unsigned long long __a, vector unsigned long long __b) { function
4644 vec_any_lt(vector unsigned long long __a, vector bool long long __b) { function
4651 vec_any_lt(vector bool long long __a, vector unsigned long long __b) { function
4658 vec_any_lt(vector bool long long __a, vector bool long long __b) { function
4666 vec_any_lt(vector double __a, vector double __b) { function
    [all...]
altivec.h 13379 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13384 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13390 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13395 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13401 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13407 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13413 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, vector bool char __b) { function
13418 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector short __b) { function
13422 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector bool short __b) { function
13426 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13431 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13437 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, vector short __b) { function
13442 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13448 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13454 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector int __b) { function
13458 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector bool int __b) { function
13462 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13467 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13473 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector int __b) { function
13478 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, function
13484 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector bool int __b) { function
13490 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13495 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13500 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13506 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13512 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13519 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13525 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13533 static int __ATTRS_o_ai vec_any_lt(vector float __a, vector float __b) { function
13542 static int __ATTRS_o_ai vec_any_lt(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
vecintrin.h 4466 vec_any_lt(vector signed char __a, vector signed char __b) { function
4473 vec_any_lt(vector signed char __a, vector bool char __b) { function
4480 vec_any_lt(vector bool char __a, vector signed char __b) { function
4487 vec_any_lt(vector unsigned char __a, vector unsigned char __b) { function
4494 vec_any_lt(vector unsigned char __a, vector bool char __b) { function
4501 vec_any_lt(vector bool char __a, vector unsigned char __b) { function
4508 vec_any_lt(vector bool char __a, vector bool char __b) { function
4516 vec_any_lt(vector signed short __a, vector signed short __b) { function
4523 vec_any_lt(vector signed short __a, vector bool short __b) { function
4530 vec_any_lt(vector bool short __a, vector signed short __b) { function
4537 vec_any_lt(vector unsigned short __a, vector unsigned short __b) { function
4544 vec_any_lt(vector unsigned short __a, vector bool short __b) { function
4551 vec_any_lt(vector bool short __a, vector unsigned short __b) { function
4558 vec_any_lt(vector bool short __a, vector bool short __b) { function
4566 vec_any_lt(vector signed int __a, vector signed int __b) { function
4573 vec_any_lt(vector signed int __a, vector bool int __b) { function
4580 vec_any_lt(vector bool int __a, vector signed int __b) { function
4587 vec_any_lt(vector unsigned int __a, vector unsigned int __b) { function
4594 vec_any_lt(vector unsigned int __a, vector bool int __b) { function
4601 vec_any_lt(vector bool int __a, vector unsigned int __b) { function
4608 vec_any_lt(vector bool int __a, vector bool int __b) { function
4616 vec_any_lt(vector signed long long __a, vector signed long long __b) { function
4623 vec_any_lt(vector signed long long __a, vector bool long long __b) { function
4630 vec_any_lt(vector bool long long __a, vector signed long long __b) { function
4637 vec_any_lt(vector unsigned long long __a, vector unsigned long long __b) { function
4644 vec_any_lt(vector unsigned long long __a, vector bool long long __b) { function
4651 vec_any_lt(vector bool long long __a, vector unsigned long long __b) { function
4658 vec_any_lt(vector bool long long __a, vector bool long long __b) { function
4666 vec_any_lt(vector double __a, vector double __b) { function
    [all...]
altivec.h 13379 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13384 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13390 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13395 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13401 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13407 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13413 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, vector bool char __b) { function
13418 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector short __b) { function
13422 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector bool short __b) { function
13426 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13431 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13437 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, vector short __b) { function
13442 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13448 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13454 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector int __b) { function
13458 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector bool int __b) { function
13462 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13467 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13473 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector int __b) { function
13478 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, function
13484 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector bool int __b) { function
13490 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13495 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13500 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13506 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13512 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13519 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13525 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13533 static int __ATTRS_o_ai vec_any_lt(vector float __a, vector float __b) { function
13542 static int __ATTRS_o_ai vec_any_lt(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
vecintrin.h 4466 vec_any_lt(vector signed char __a, vector signed char __b) { function
4473 vec_any_lt(vector signed char __a, vector bool char __b) { function
4480 vec_any_lt(vector bool char __a, vector signed char __b) { function
4487 vec_any_lt(vector unsigned char __a, vector unsigned char __b) { function
4494 vec_any_lt(vector unsigned char __a, vector bool char __b) { function
4501 vec_any_lt(vector bool char __a, vector unsigned char __b) { function
4508 vec_any_lt(vector bool char __a, vector bool char __b) { function
4516 vec_any_lt(vector signed short __a, vector signed short __b) { function
4523 vec_any_lt(vector signed short __a, vector bool short __b) { function
4530 vec_any_lt(vector bool short __a, vector signed short __b) { function
4537 vec_any_lt(vector unsigned short __a, vector unsigned short __b) { function
4544 vec_any_lt(vector unsigned short __a, vector bool short __b) { function
4551 vec_any_lt(vector bool short __a, vector unsigned short __b) { function
4558 vec_any_lt(vector bool short __a, vector bool short __b) { function
4566 vec_any_lt(vector signed int __a, vector signed int __b) { function
4573 vec_any_lt(vector signed int __a, vector bool int __b) { function
4580 vec_any_lt(vector bool int __a, vector signed int __b) { function
4587 vec_any_lt(vector unsigned int __a, vector unsigned int __b) { function
4594 vec_any_lt(vector unsigned int __a, vector bool int __b) { function
4601 vec_any_lt(vector bool int __a, vector unsigned int __b) { function
4608 vec_any_lt(vector bool int __a, vector bool int __b) { function
4616 vec_any_lt(vector signed long long __a, vector signed long long __b) { function
4623 vec_any_lt(vector signed long long __a, vector bool long long __b) { function
4630 vec_any_lt(vector bool long long __a, vector signed long long __b) { function
4637 vec_any_lt(vector unsigned long long __a, vector unsigned long long __b) { function
4644 vec_any_lt(vector unsigned long long __a, vector bool long long __b) { function
4651 vec_any_lt(vector bool long long __a, vector unsigned long long __b) { function
4658 vec_any_lt(vector bool long long __a, vector bool long long __b) { function
4666 vec_any_lt(vector double __a, vector double __b) { function
    [all...]
altivec.h 13379 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13384 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13390 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13395 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13401 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13407 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13413 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, vector bool char __b) { function
13418 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector short __b) { function
13422 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector bool short __b) { function
13426 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13431 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13437 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, vector short __b) { function
13442 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13448 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13454 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector int __b) { function
13458 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector bool int __b) { function
13462 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13467 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13473 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector int __b) { function
13478 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, function
13484 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector bool int __b) { function
13490 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13495 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13500 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13506 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13512 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13519 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13525 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13533 static int __ATTRS_o_ai vec_any_lt(vector float __a, vector float __b) { function
13542 static int __ATTRS_o_ai vec_any_lt(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
vecintrin.h 4466 vec_any_lt(vector signed char __a, vector signed char __b) { function
4473 vec_any_lt(vector signed char __a, vector bool char __b) { function
4480 vec_any_lt(vector bool char __a, vector signed char __b) { function
4487 vec_any_lt(vector unsigned char __a, vector unsigned char __b) { function
4494 vec_any_lt(vector unsigned char __a, vector bool char __b) { function
4501 vec_any_lt(vector bool char __a, vector unsigned char __b) { function
4508 vec_any_lt(vector bool char __a, vector bool char __b) { function
4516 vec_any_lt(vector signed short __a, vector signed short __b) { function
4523 vec_any_lt(vector signed short __a, vector bool short __b) { function
4530 vec_any_lt(vector bool short __a, vector signed short __b) { function
4537 vec_any_lt(vector unsigned short __a, vector unsigned short __b) { function
4544 vec_any_lt(vector unsigned short __a, vector bool short __b) { function
4551 vec_any_lt(vector bool short __a, vector unsigned short __b) { function
4558 vec_any_lt(vector bool short __a, vector bool short __b) { function
4566 vec_any_lt(vector signed int __a, vector signed int __b) { function
4573 vec_any_lt(vector signed int __a, vector bool int __b) { function
4580 vec_any_lt(vector bool int __a, vector signed int __b) { function
4587 vec_any_lt(vector unsigned int __a, vector unsigned int __b) { function
4594 vec_any_lt(vector unsigned int __a, vector bool int __b) { function
4601 vec_any_lt(vector bool int __a, vector unsigned int __b) { function
4608 vec_any_lt(vector bool int __a, vector bool int __b) { function
4616 vec_any_lt(vector signed long long __a, vector signed long long __b) { function
4623 vec_any_lt(vector signed long long __a, vector bool long long __b) { function
4630 vec_any_lt(vector bool long long __a, vector signed long long __b) { function
4637 vec_any_lt(vector unsigned long long __a, vector unsigned long long __b) { function
4644 vec_any_lt(vector unsigned long long __a, vector bool long long __b) { function
4651 vec_any_lt(vector bool long long __a, vector unsigned long long __b) { function
4658 vec_any_lt(vector bool long long __a, vector bool long long __b) { function
4666 vec_any_lt(vector double __a, vector double __b) { function
    [all...]
altivec.h 13028 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13033 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13039 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13044 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13050 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13056 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13062 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, vector bool char __b) { function
13067 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector short __b) { function
13071 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector bool short __b) { function
13075 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13080 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13086 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, vector short __b) { function
13091 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13097 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13103 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector int __b) { function
13107 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector bool int __b) { function
13111 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13116 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13122 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector int __b) { function
13127 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, function
13133 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector bool int __b) { function
13139 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13144 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13149 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13155 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13161 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13168 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13174 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13182 static int __ATTRS_o_ai vec_any_lt(vector float __a, vector float __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
vecintrin.h 4466 vec_any_lt(vector signed char __a, vector signed char __b) { function
4473 vec_any_lt(vector signed char __a, vector bool char __b) { function
4480 vec_any_lt(vector bool char __a, vector signed char __b) { function
4487 vec_any_lt(vector unsigned char __a, vector unsigned char __b) { function
4494 vec_any_lt(vector unsigned char __a, vector bool char __b) { function
4501 vec_any_lt(vector bool char __a, vector unsigned char __b) { function
4508 vec_any_lt(vector bool char __a, vector bool char __b) { function
4516 vec_any_lt(vector signed short __a, vector signed short __b) { function
4523 vec_any_lt(vector signed short __a, vector bool short __b) { function
4530 vec_any_lt(vector bool short __a, vector signed short __b) { function
4537 vec_any_lt(vector unsigned short __a, vector unsigned short __b) { function
4544 vec_any_lt(vector unsigned short __a, vector bool short __b) { function
4551 vec_any_lt(vector bool short __a, vector unsigned short __b) { function
4558 vec_any_lt(vector bool short __a, vector bool short __b) { function
4566 vec_any_lt(vector signed int __a, vector signed int __b) { function
4573 vec_any_lt(vector signed int __a, vector bool int __b) { function
4580 vec_any_lt(vector bool int __a, vector signed int __b) { function
4587 vec_any_lt(vector unsigned int __a, vector unsigned int __b) { function
4594 vec_any_lt(vector unsigned int __a, vector bool int __b) { function
4601 vec_any_lt(vector bool int __a, vector unsigned int __b) { function
4608 vec_any_lt(vector bool int __a, vector bool int __b) { function
4616 vec_any_lt(vector signed long long __a, vector signed long long __b) { function
4623 vec_any_lt(vector signed long long __a, vector bool long long __b) { function
4630 vec_any_lt(vector bool long long __a, vector signed long long __b) { function
4637 vec_any_lt(vector unsigned long long __a, vector unsigned long long __b) { function
4644 vec_any_lt(vector unsigned long long __a, vector bool long long __b) { function
4651 vec_any_lt(vector bool long long __a, vector unsigned long long __b) { function
4658 vec_any_lt(vector bool long long __a, vector bool long long __b) { function
4666 vec_any_lt(vector double __a, vector double __b) { function
    [all...]
altivec.h 13379 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13384 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13390 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13395 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13401 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13407 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13413 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, vector bool char __b) { function
13418 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector short __b) { function
13422 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector bool short __b) { function
13426 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13431 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13437 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, vector short __b) { function
13442 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13448 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13454 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector int __b) { function
13458 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector bool int __b) { function
13462 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13467 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13473 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector int __b) { function
13478 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, function
13484 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector bool int __b) { function
13490 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13495 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13500 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13506 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13512 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13519 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13525 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13533 static int __ATTRS_o_ai vec_any_lt(vector float __a, vector float __b) { function
13542 static int __ATTRS_o_ai vec_any_lt(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
vecintrin.h 4466 vec_any_lt(vector signed char __a, vector signed char __b) { function
4473 vec_any_lt(vector signed char __a, vector bool char __b) { function
4480 vec_any_lt(vector bool char __a, vector signed char __b) { function
4487 vec_any_lt(vector unsigned char __a, vector unsigned char __b) { function
4494 vec_any_lt(vector unsigned char __a, vector bool char __b) { function
4501 vec_any_lt(vector bool char __a, vector unsigned char __b) { function
4508 vec_any_lt(vector bool char __a, vector bool char __b) { function
4516 vec_any_lt(vector signed short __a, vector signed short __b) { function
4523 vec_any_lt(vector signed short __a, vector bool short __b) { function
4530 vec_any_lt(vector bool short __a, vector signed short __b) { function
4537 vec_any_lt(vector unsigned short __a, vector unsigned short __b) { function
4544 vec_any_lt(vector unsigned short __a, vector bool short __b) { function
4551 vec_any_lt(vector bool short __a, vector unsigned short __b) { function
4558 vec_any_lt(vector bool short __a, vector bool short __b) { function
4566 vec_any_lt(vector signed int __a, vector signed int __b) { function
4573 vec_any_lt(vector signed int __a, vector bool int __b) { function
4580 vec_any_lt(vector bool int __a, vector signed int __b) { function
4587 vec_any_lt(vector unsigned int __a, vector unsigned int __b) { function
4594 vec_any_lt(vector unsigned int __a, vector bool int __b) { function
4601 vec_any_lt(vector bool int __a, vector unsigned int __b) { function
4608 vec_any_lt(vector bool int __a, vector bool int __b) { function
4616 vec_any_lt(vector signed long long __a, vector signed long long __b) { function
4623 vec_any_lt(vector signed long long __a, vector bool long long __b) { function
4630 vec_any_lt(vector bool long long __a, vector signed long long __b) { function
4637 vec_any_lt(vector unsigned long long __a, vector unsigned long long __b) { function
4644 vec_any_lt(vector unsigned long long __a, vector bool long long __b) { function
4651 vec_any_lt(vector bool long long __a, vector unsigned long long __b) { function
4658 vec_any_lt(vector bool long long __a, vector bool long long __b) { function
4666 vec_any_lt(vector double __a, vector double __b) { function
    [all...]
altivec.h 13379 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13384 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13390 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13395 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13401 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13407 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13413 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, vector bool char __b) { function
13418 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector short __b) { function
13422 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector bool short __b) { function
13426 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13431 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13437 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, vector short __b) { function
13442 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13448 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13454 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector int __b) { function
13458 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector bool int __b) { function
13462 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13467 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13473 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector int __b) { function
13478 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, function
13484 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector bool int __b) { function
13490 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13495 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13500 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13506 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13512 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13519 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13525 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13533 static int __ATTRS_o_ai vec_any_lt(vector float __a, vector float __b) { function
13542 static int __ATTRS_o_ai vec_any_lt(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
vecintrin.h 4466 vec_any_lt(vector signed char __a, vector signed char __b) { function
4473 vec_any_lt(vector signed char __a, vector bool char __b) { function
4480 vec_any_lt(vector bool char __a, vector signed char __b) { function
4487 vec_any_lt(vector unsigned char __a, vector unsigned char __b) { function
4494 vec_any_lt(vector unsigned char __a, vector bool char __b) { function
4501 vec_any_lt(vector bool char __a, vector unsigned char __b) { function
4508 vec_any_lt(vector bool char __a, vector bool char __b) { function
4516 vec_any_lt(vector signed short __a, vector signed short __b) { function
4523 vec_any_lt(vector signed short __a, vector bool short __b) { function
4530 vec_any_lt(vector bool short __a, vector signed short __b) { function
4537 vec_any_lt(vector unsigned short __a, vector unsigned short __b) { function
4544 vec_any_lt(vector unsigned short __a, vector bool short __b) { function
4551 vec_any_lt(vector bool short __a, vector unsigned short __b) { function
4558 vec_any_lt(vector bool short __a, vector bool short __b) { function
4566 vec_any_lt(vector signed int __a, vector signed int __b) { function
4573 vec_any_lt(vector signed int __a, vector bool int __b) { function
4580 vec_any_lt(vector bool int __a, vector signed int __b) { function
4587 vec_any_lt(vector unsigned int __a, vector unsigned int __b) { function
4594 vec_any_lt(vector unsigned int __a, vector bool int __b) { function
4601 vec_any_lt(vector bool int __a, vector unsigned int __b) { function
4608 vec_any_lt(vector bool int __a, vector bool int __b) { function
4616 vec_any_lt(vector signed long long __a, vector signed long long __b) { function
4623 vec_any_lt(vector signed long long __a, vector bool long long __b) { function
4630 vec_any_lt(vector bool long long __a, vector signed long long __b) { function
4637 vec_any_lt(vector unsigned long long __a, vector unsigned long long __b) { function
4644 vec_any_lt(vector unsigned long long __a, vector bool long long __b) { function
4651 vec_any_lt(vector bool long long __a, vector unsigned long long __b) { function
4658 vec_any_lt(vector bool long long __a, vector bool long long __b) { function
4666 vec_any_lt(vector double __a, vector double __b) { function
    [all...]
altivec.h 13379 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13384 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13390 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13395 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13401 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13407 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13413 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, vector bool char __b) { function
13418 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector short __b) { function
13422 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector bool short __b) { function
13426 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13431 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13437 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, vector short __b) { function
13442 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13448 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13454 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector int __b) { function
13458 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector bool int __b) { function
13462 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13467 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13473 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector int __b) { function
13478 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, function
13484 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector bool int __b) { function
13490 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13495 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13500 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13506 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13512 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13519 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13525 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13533 static int __ATTRS_o_ai vec_any_lt(vector float __a, vector float __b) { function
13542 static int __ATTRS_o_ai vec_any_lt(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
vecintrin.h 4466 vec_any_lt(vector signed char __a, vector signed char __b) { function
4473 vec_any_lt(vector signed char __a, vector bool char __b) { function
4480 vec_any_lt(vector bool char __a, vector signed char __b) { function
4487 vec_any_lt(vector unsigned char __a, vector unsigned char __b) { function
4494 vec_any_lt(vector unsigned char __a, vector bool char __b) { function
4501 vec_any_lt(vector bool char __a, vector unsigned char __b) { function
4508 vec_any_lt(vector bool char __a, vector bool char __b) { function
4516 vec_any_lt(vector signed short __a, vector signed short __b) { function
4523 vec_any_lt(vector signed short __a, vector bool short __b) { function
4530 vec_any_lt(vector bool short __a, vector signed short __b) { function
4537 vec_any_lt(vector unsigned short __a, vector unsigned short __b) { function
4544 vec_any_lt(vector unsigned short __a, vector bool short __b) { function
4551 vec_any_lt(vector bool short __a, vector unsigned short __b) { function
4558 vec_any_lt(vector bool short __a, vector bool short __b) { function
4566 vec_any_lt(vector signed int __a, vector signed int __b) { function
4573 vec_any_lt(vector signed int __a, vector bool int __b) { function
4580 vec_any_lt(vector bool int __a, vector signed int __b) { function
4587 vec_any_lt(vector unsigned int __a, vector unsigned int __b) { function
4594 vec_any_lt(vector unsigned int __a, vector bool int __b) { function
4601 vec_any_lt(vector bool int __a, vector unsigned int __b) { function
4608 vec_any_lt(vector bool int __a, vector bool int __b) { function
4616 vec_any_lt(vector signed long long __a, vector signed long long __b) { function
4623 vec_any_lt(vector signed long long __a, vector bool long long __b) { function
4630 vec_any_lt(vector bool long long __a, vector signed long long __b) { function
4637 vec_any_lt(vector unsigned long long __a, vector unsigned long long __b) { function
4644 vec_any_lt(vector unsigned long long __a, vector bool long long __b) { function
4651 vec_any_lt(vector bool long long __a, vector unsigned long long __b) { function
4658 vec_any_lt(vector bool long long __a, vector bool long long __b) { function
4666 vec_any_lt(vector double __a, vector double __b) { function
    [all...]
altivec.h 13379 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13384 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13390 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13395 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13401 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13407 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13413 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, vector bool char __b) { function
13418 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector short __b) { function
13422 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector bool short __b) { function
13426 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13431 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13437 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, vector short __b) { function
13442 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13448 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13454 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector int __b) { function
13458 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector bool int __b) { function
13462 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13467 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13473 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector int __b) { function
13478 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, function
13484 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector bool int __b) { function
13490 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13495 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13500 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
13506 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
13512 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13519 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13525 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
13533 static int __ATTRS_o_ai vec_any_lt(vector float __a, vector float __b) { function
13542 static int __ATTRS_o_ai vec_any_lt(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
altivec.h 11542 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
11547 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
11553 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
11558 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
11564 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
11570 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
11576 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, vector bool char __b) { function
11581 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector short __b) { function
11585 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector bool short __b) { function
11589 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
11594 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
11600 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, vector short __b) { function
11605 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
11611 static int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
11617 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector int __b) { function
11621 static int __ATTRS_o_ai vec_any_lt(vector int __a, vector bool int __b) { function
11625 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
11630 static int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
11636 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector int __b) { function
11641 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, function
11647 static int __ATTRS_o_ai vec_any_lt(vector bool int __a, vector bool int __b) { function
11653 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
11658 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
11663 static int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
11669 static int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
11675 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
11682 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
11688 static int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
11696 static int __ATTRS_o_ai vec_any_lt(vector float __a, vector float __b) { function
    [all...]

Completed in 1259 milliseconds

1 2