/external/fec/ |
viterbi27_av.c | 165 d->v[1] = vec_mergel(decision0,decision1); 167 vp->new_metrics->v[1] = vec_mergel(survivor0,survivor1); 177 d->v[3] = vec_mergel(decision0,decision1); 179 vp->new_metrics->v[3] = vec_mergel(survivor0,survivor1);
|
viterbi29_av.c | 156 d->v[2*i+1] = vec_mergel(decision0,decision1); 158 vp->new_metrics->v[2*i+1] = vec_mergel(survivor0,survivor1);
|
viterbi39_av.c | 166 decisions = vec_sub(decisions,(vector unsigned char)vec_pack(vec_mergeh(decision0,decision1),vec_mergel(decision0,decision1))); 169 vp->new_metrics->v[2*i+1] = vec_mergel(survivor0,survivor1);
|
viterbi615_av.c | 171 decisions = vec_sub(decisions,(vector unsigned char)vec_pack(vec_mergeh(decision0,decision1),vec_mergel(decision0,decision1))); 174 vp->new_metrics->v[2*i+1] = vec_mergel(survivor0,survivor1);
|
/external/clang/test/CodeGen/ |
builtins-ppc-vsx.c | 487 /* vec_mergel */ 488 res_vsll = vec_mergel(vsll, vsll); 492 res_vsll = vec_mergel(vsll, vbll); 496 res_vsll = vec_mergel(vbll, vsll); 500 res_vull = vec_mergel(vull, vull); 504 res_vull = vec_mergel(vull, vbll); 508 res_vull = vec_mergel(vbll, vull);
|
builtins-systemz-zvector.c | 571 vsc = vec_mergel(vsc, vsc); 573 vuc = vec_mergel(vuc, vuc); 575 vbc = vec_mergel(vbc, vbc); 577 vss = vec_mergel(vss, vss); 579 vus = vec_mergel(vus, vus); 581 vbs = vec_mergel(vbs, vbs); 583 vsi = vec_mergel(vsi, vsi); 585 vui = vec_mergel(vui, vui); 587 vbi = vec_mergel(vbi, vbi); 589 vsl = vec_mergel(vsl, vsl) [all...] |
builtins-ppc-altivec.c | [all...] |
builtins-ppc-p8vector.c | [all...] |
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
PacketMath.h | 371 v[1] = vec_mergel(vecs[0], vecs[2]); 373 v[3] = vec_mergel(vecs[1], vecs[3]); 376 sum[1] = vec_mergel(v[0], v[2]); 378 sum[3] = vec_mergel(v[1], v[3]); 407 v[1] = vec_mergel(vecs[0], vecs[2]); 409 v[3] = vec_mergel(vecs[1], vecs[3]); 412 sum[1] = vec_mergel(v[0], v[2]); 414 sum[3] = vec_mergel(v[1], v[3]);
|
/external/valgrind/none/tests/ppc32/ |
testVMX.stdout.exp | 139 Function vec_mergel [type char] ===> OK 140 Function vec_mergel [type unsigned char] ===> OK 141 Function vec_mergel [type short] ===> OK 142 Function vec_mergel [type unsigned short] ===> OK 143 Function vec_mergel [type integer] ===> OK 144 Function vec_mergel [type unsigned int] ===> OK
|
/external/clang/lib/Headers/ |
altivec.h | 3441 static vector signed char __ATTRS_o_ai vec_mergel(vector signed char __a, function 3449 static vector unsigned char __ATTRS_o_ai vec_mergel(vector unsigned char __a, function 3457 static vector bool char __ATTRS_o_ai vec_mergel(vector bool char __a, function 3465 static vector short __ATTRS_o_ai vec_mergel(vector short __a, function 3474 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function 3481 static vector bool short __ATTRS_o_ai vec_mergel(vector bool short __a, function 3489 static vector pixel __ATTRS_o_ai vec_mergel(vector pixel __a, function 3497 static vector int __ATTRS_o_ai vec_mergel(vector int __a, vector int __b) { function 3504 static vector unsigned int __ATTRS_o_ai vec_mergel(vector unsigned int __a, function 3512 static vector bool int __ATTRS_o_ai vec_mergel(vector bool int __a, function 3520 static vector float __ATTRS_o_ai vec_mergel(vector float __a, function 3530 vec_mergel(vector signed long long __a, vector signed long long __b) { function 3538 vec_mergel(vector signed long long __a, vector bool long long __b) { function 3546 vec_mergel(vector bool long long __a, vector signed long long __b) { function 3554 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function 3562 vec_mergel(vector unsigned long long __a, vector bool long long __b) { function 3570 vec_mergel(vector bool long long __a, vector unsigned long long __b) { function 3578 vec_mergel(vector bool long long __a, vector bool long long __b) { function 3586 vec_mergel(vector double __a, vector double __b) { function 3594 vec_mergel(vector double __a, vector bool long long __b) { function 3602 vec_mergel(vector bool long long __a, vector double __b) { function [all...] |
vecintrin.h | 1436 vec_mergel(vector signed char __a, vector signed char __b) { function 1443 vec_mergel(vector bool char __a, vector bool char __b) { function 1450 vec_mergel(vector unsigned char __a, vector unsigned char __b) { function 1457 vec_mergel(vector signed short __a, vector signed short __b) { function 1463 vec_mergel(vector bool short __a, vector bool short __b) { function 1469 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function 1475 vec_mergel(vector signed int __a, vector signed int __b) { function 1480 vec_mergel(vector bool int __a, vector bool int __b) { function 1485 vec_mergel(vector unsigned int __a, vector unsigned int __b) { function 1490 vec_mergel(vector signed long long __a, vector signed long long __b) { function 1495 vec_mergel(vector bool long long __a, vector bool long long __b) { function 1500 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function 1505 vec_mergel(vector double __a, vector double __b) { function [all...] |
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/ |
altivec.h | 3441 static vector signed char __ATTRS_o_ai vec_mergel(vector signed char __a, function 3449 static vector unsigned char __ATTRS_o_ai vec_mergel(vector unsigned char __a, function 3457 static vector bool char __ATTRS_o_ai vec_mergel(vector bool char __a, function 3465 static vector short __ATTRS_o_ai vec_mergel(vector short __a, function 3474 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function 3481 static vector bool short __ATTRS_o_ai vec_mergel(vector bool short __a, function 3489 static vector pixel __ATTRS_o_ai vec_mergel(vector pixel __a, function 3497 static vector int __ATTRS_o_ai vec_mergel(vector int __a, vector int __b) { function 3504 static vector unsigned int __ATTRS_o_ai vec_mergel(vector unsigned int __a, function 3512 static vector bool int __ATTRS_o_ai vec_mergel(vector bool int __a, function 3520 static vector float __ATTRS_o_ai vec_mergel(vector float __a, function 3530 vec_mergel(vector signed long long __a, vector signed long long __b) { function 3538 vec_mergel(vector signed long long __a, vector bool long long __b) { function 3546 vec_mergel(vector bool long long __a, vector signed long long __b) { function 3554 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function 3562 vec_mergel(vector unsigned long long __a, vector bool long long __b) { function 3570 vec_mergel(vector bool long long __a, vector unsigned long long __b) { function 3578 vec_mergel(vector bool long long __a, vector bool long long __b) { function 3586 vec_mergel(vector double __a, vector double __b) { function 3594 vec_mergel(vector double __a, vector bool long long __b) { function 3602 vec_mergel(vector bool long long __a, vector double __b) { function [all...] |
vecintrin.h | 1436 vec_mergel(vector signed char __a, vector signed char __b) { function 1443 vec_mergel(vector bool char __a, vector bool char __b) { function 1450 vec_mergel(vector unsigned char __a, vector unsigned char __b) { function 1457 vec_mergel(vector signed short __a, vector signed short __b) { function 1463 vec_mergel(vector bool short __a, vector bool short __b) { function 1469 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function 1475 vec_mergel(vector signed int __a, vector signed int __b) { function 1480 vec_mergel(vector bool int __a, vector bool int __b) { function 1485 vec_mergel(vector unsigned int __a, vector unsigned int __b) { function 1490 vec_mergel(vector signed long long __a, vector signed long long __b) { function 1495 vec_mergel(vector bool long long __a, vector bool long long __b) { function 1500 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function 1505 vec_mergel(vector double __a, vector double __b) { function [all...] |
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/ |
altivec.h | 3441 static vector signed char __ATTRS_o_ai vec_mergel(vector signed char __a, function 3449 static vector unsigned char __ATTRS_o_ai vec_mergel(vector unsigned char __a, function 3457 static vector bool char __ATTRS_o_ai vec_mergel(vector bool char __a, function 3465 static vector short __ATTRS_o_ai vec_mergel(vector short __a, function 3474 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function 3481 static vector bool short __ATTRS_o_ai vec_mergel(vector bool short __a, function 3489 static vector pixel __ATTRS_o_ai vec_mergel(vector pixel __a, function 3497 static vector int __ATTRS_o_ai vec_mergel(vector int __a, vector int __b) { function 3504 static vector unsigned int __ATTRS_o_ai vec_mergel(vector unsigned int __a, function 3512 static vector bool int __ATTRS_o_ai vec_mergel(vector bool int __a, function 3520 static vector float __ATTRS_o_ai vec_mergel(vector float __a, function 3530 vec_mergel(vector signed long long __a, vector signed long long __b) { function 3538 vec_mergel(vector signed long long __a, vector bool long long __b) { function 3546 vec_mergel(vector bool long long __a, vector signed long long __b) { function 3554 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function 3562 vec_mergel(vector unsigned long long __a, vector bool long long __b) { function 3570 vec_mergel(vector bool long long __a, vector unsigned long long __b) { function 3578 vec_mergel(vector bool long long __a, vector bool long long __b) { function 3586 vec_mergel(vector double __a, vector double __b) { function 3594 vec_mergel(vector double __a, vector bool long long __b) { function 3602 vec_mergel(vector bool long long __a, vector double __b) { function [all...] |
vecintrin.h | 1436 vec_mergel(vector signed char __a, vector signed char __b) { function 1443 vec_mergel(vector bool char __a, vector bool char __b) { function 1450 vec_mergel(vector unsigned char __a, vector unsigned char __b) { function 1457 vec_mergel(vector signed short __a, vector signed short __b) { function 1463 vec_mergel(vector bool short __a, vector bool short __b) { function 1469 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function 1475 vec_mergel(vector signed int __a, vector signed int __b) { function 1480 vec_mergel(vector bool int __a, vector bool int __b) { function 1485 vec_mergel(vector unsigned int __a, vector unsigned int __b) { function 1490 vec_mergel(vector signed long long __a, vector signed long long __b) { function 1495 vec_mergel(vector bool long long __a, vector bool long long __b) { function 1500 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function 1505 vec_mergel(vector double __a, vector double __b) { function [all...] |
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/ |
altivec.h | 3441 static vector signed char __ATTRS_o_ai vec_mergel(vector signed char __a, function 3449 static vector unsigned char __ATTRS_o_ai vec_mergel(vector unsigned char __a, function 3457 static vector bool char __ATTRS_o_ai vec_mergel(vector bool char __a, function 3465 static vector short __ATTRS_o_ai vec_mergel(vector short __a, function 3474 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function 3481 static vector bool short __ATTRS_o_ai vec_mergel(vector bool short __a, function 3489 static vector pixel __ATTRS_o_ai vec_mergel(vector pixel __a, function 3497 static vector int __ATTRS_o_ai vec_mergel(vector int __a, vector int __b) { function 3504 static vector unsigned int __ATTRS_o_ai vec_mergel(vector unsigned int __a, function 3512 static vector bool int __ATTRS_o_ai vec_mergel(vector bool int __a, function 3520 static vector float __ATTRS_o_ai vec_mergel(vector float __a, function 3530 vec_mergel(vector signed long long __a, vector signed long long __b) { function 3538 vec_mergel(vector signed long long __a, vector bool long long __b) { function 3546 vec_mergel(vector bool long long __a, vector signed long long __b) { function 3554 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function 3562 vec_mergel(vector unsigned long long __a, vector bool long long __b) { function 3570 vec_mergel(vector bool long long __a, vector unsigned long long __b) { function 3578 vec_mergel(vector bool long long __a, vector bool long long __b) { function 3586 vec_mergel(vector double __a, vector double __b) { function 3594 vec_mergel(vector double __a, vector bool long long __b) { function 3602 vec_mergel(vector bool long long __a, vector double __b) { function [all...] |
vecintrin.h | 1436 vec_mergel(vector signed char __a, vector signed char __b) { function 1443 vec_mergel(vector bool char __a, vector bool char __b) { function 1450 vec_mergel(vector unsigned char __a, vector unsigned char __b) { function 1457 vec_mergel(vector signed short __a, vector signed short __b) { function 1463 vec_mergel(vector bool short __a, vector bool short __b) { function 1469 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function 1475 vec_mergel(vector signed int __a, vector signed int __b) { function 1480 vec_mergel(vector bool int __a, vector bool int __b) { function 1485 vec_mergel(vector unsigned int __a, vector unsigned int __b) { function 1490 vec_mergel(vector signed long long __a, vector signed long long __b) { function 1495 vec_mergel(vector bool long long __a, vector bool long long __b) { function 1500 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function 1505 vec_mergel(vector double __a, vector double __b) { function [all...] |
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/ |
altivec.h | 3441 static vector signed char __ATTRS_o_ai vec_mergel(vector signed char __a, function 3449 static vector unsigned char __ATTRS_o_ai vec_mergel(vector unsigned char __a, function 3457 static vector bool char __ATTRS_o_ai vec_mergel(vector bool char __a, function 3465 static vector short __ATTRS_o_ai vec_mergel(vector short __a, function 3474 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function 3481 static vector bool short __ATTRS_o_ai vec_mergel(vector bool short __a, function 3489 static vector pixel __ATTRS_o_ai vec_mergel(vector pixel __a, function 3497 static vector int __ATTRS_o_ai vec_mergel(vector int __a, vector int __b) { function 3504 static vector unsigned int __ATTRS_o_ai vec_mergel(vector unsigned int __a, function 3512 static vector bool int __ATTRS_o_ai vec_mergel(vector bool int __a, function 3520 static vector float __ATTRS_o_ai vec_mergel(vector float __a, function 3530 vec_mergel(vector signed long long __a, vector signed long long __b) { function 3538 vec_mergel(vector signed long long __a, vector bool long long __b) { function 3546 vec_mergel(vector bool long long __a, vector signed long long __b) { function 3554 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function 3562 vec_mergel(vector unsigned long long __a, vector bool long long __b) { function 3570 vec_mergel(vector bool long long __a, vector unsigned long long __b) { function 3578 vec_mergel(vector bool long long __a, vector bool long long __b) { function 3586 vec_mergel(vector double __a, vector double __b) { function 3594 vec_mergel(vector double __a, vector bool long long __b) { function 3602 vec_mergel(vector bool long long __a, vector double __b) { function [all...] |
vecintrin.h | 1436 vec_mergel(vector signed char __a, vector signed char __b) { function 1443 vec_mergel(vector bool char __a, vector bool char __b) { function 1450 vec_mergel(vector unsigned char __a, vector unsigned char __b) { function 1457 vec_mergel(vector signed short __a, vector signed short __b) { function 1463 vec_mergel(vector bool short __a, vector bool short __b) { function 1469 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function 1475 vec_mergel(vector signed int __a, vector signed int __b) { function 1480 vec_mergel(vector bool int __a, vector bool int __b) { function 1485 vec_mergel(vector unsigned int __a, vector unsigned int __b) { function 1490 vec_mergel(vector signed long long __a, vector signed long long __b) { function 1495 vec_mergel(vector bool long long __a, vector bool long long __b) { function 1500 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function 1505 vec_mergel(vector double __a, vector double __b) { function [all...] |
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/ |
altivec.h | 3441 static vector signed char __ATTRS_o_ai vec_mergel(vector signed char __a, function 3449 static vector unsigned char __ATTRS_o_ai vec_mergel(vector unsigned char __a, function 3457 static vector bool char __ATTRS_o_ai vec_mergel(vector bool char __a, function 3465 static vector short __ATTRS_o_ai vec_mergel(vector short __a, function 3474 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function 3481 static vector bool short __ATTRS_o_ai vec_mergel(vector bool short __a, function 3489 static vector pixel __ATTRS_o_ai vec_mergel(vector pixel __a, function 3497 static vector int __ATTRS_o_ai vec_mergel(vector int __a, vector int __b) { function 3504 static vector unsigned int __ATTRS_o_ai vec_mergel(vector unsigned int __a, function 3512 static vector bool int __ATTRS_o_ai vec_mergel(vector bool int __a, function 3520 static vector float __ATTRS_o_ai vec_mergel(vector float __a, function 3530 vec_mergel(vector signed long long __a, vector signed long long __b) { function 3538 vec_mergel(vector signed long long __a, vector bool long long __b) { function 3546 vec_mergel(vector bool long long __a, vector signed long long __b) { function 3554 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function 3562 vec_mergel(vector unsigned long long __a, vector bool long long __b) { function 3570 vec_mergel(vector bool long long __a, vector unsigned long long __b) { function 3578 vec_mergel(vector bool long long __a, vector bool long long __b) { function 3586 vec_mergel(vector double __a, vector double __b) { function 3594 vec_mergel(vector double __a, vector bool long long __b) { function 3602 vec_mergel(vector bool long long __a, vector double __b) { function [all...] |
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/ |
altivec.h | 3441 static vector signed char __ATTRS_o_ai vec_mergel(vector signed char __a, function 3449 static vector unsigned char __ATTRS_o_ai vec_mergel(vector unsigned char __a, function 3457 static vector bool char __ATTRS_o_ai vec_mergel(vector bool char __a, function 3465 static vector short __ATTRS_o_ai vec_mergel(vector short __a, function 3474 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function 3481 static vector bool short __ATTRS_o_ai vec_mergel(vector bool short __a, function 3489 static vector pixel __ATTRS_o_ai vec_mergel(vector pixel __a, function 3497 static vector int __ATTRS_o_ai vec_mergel(vector int __a, vector int __b) { function 3504 static vector unsigned int __ATTRS_o_ai vec_mergel(vector unsigned int __a, function 3512 static vector bool int __ATTRS_o_ai vec_mergel(vector bool int __a, function 3520 static vector float __ATTRS_o_ai vec_mergel(vector float __a, function 3530 vec_mergel(vector signed long long __a, vector signed long long __b) { function 3538 vec_mergel(vector signed long long __a, vector bool long long __b) { function 3546 vec_mergel(vector bool long long __a, vector signed long long __b) { function 3554 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function 3562 vec_mergel(vector unsigned long long __a, vector bool long long __b) { function 3570 vec_mergel(vector bool long long __a, vector unsigned long long __b) { function 3578 vec_mergel(vector bool long long __a, vector bool long long __b) { function 3586 vec_mergel(vector double __a, vector double __b) { function 3594 vec_mergel(vector double __a, vector bool long long __b) { function 3602 vec_mergel(vector bool long long __a, vector double __b) { function [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
altivec.h | 3441 static vector signed char __ATTRS_o_ai vec_mergel(vector signed char __a, function 3449 static vector unsigned char __ATTRS_o_ai vec_mergel(vector unsigned char __a, function 3457 static vector bool char __ATTRS_o_ai vec_mergel(vector bool char __a, function 3465 static vector short __ATTRS_o_ai vec_mergel(vector short __a, function 3474 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function 3481 static vector bool short __ATTRS_o_ai vec_mergel(vector bool short __a, function 3489 static vector pixel __ATTRS_o_ai vec_mergel(vector pixel __a, function 3497 static vector int __ATTRS_o_ai vec_mergel(vector int __a, vector int __b) { function 3504 static vector unsigned int __ATTRS_o_ai vec_mergel(vector unsigned int __a, function 3512 static vector bool int __ATTRS_o_ai vec_mergel(vector bool int __a, function 3520 static vector float __ATTRS_o_ai vec_mergel(vector float __a, function 3530 vec_mergel(vector signed long long __a, vector signed long long __b) { function 3538 vec_mergel(vector signed long long __a, vector bool long long __b) { function 3546 vec_mergel(vector bool long long __a, vector signed long long __b) { function 3554 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function 3562 vec_mergel(vector unsigned long long __a, vector bool long long __b) { function 3570 vec_mergel(vector bool long long __a, vector unsigned long long __b) { function 3578 vec_mergel(vector bool long long __a, vector bool long long __b) { function 3586 vec_mergel(vector double __a, vector double __b) { function 3594 vec_mergel(vector double __a, vector bool long long __b) { function 3602 vec_mergel(vector bool long long __a, vector double __b) { function [all...] |
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/ |
vecintrin.h | 1436 vec_mergel(vector signed char __a, vector signed char __b) { function 1443 vec_mergel(vector bool char __a, vector bool char __b) { function 1450 vec_mergel(vector unsigned char __a, vector unsigned char __b) { function 1457 vec_mergel(vector signed short __a, vector signed short __b) { function 1463 vec_mergel(vector bool short __a, vector bool short __b) { function 1469 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function 1475 vec_mergel(vector signed int __a, vector signed int __b) { function 1480 vec_mergel(vector bool int __a, vector bool int __b) { function 1485 vec_mergel(vector unsigned int __a, vector unsigned int __b) { function 1490 vec_mergel(vector signed long long __a, vector signed long long __b) { function 1495 vec_mergel(vector bool long long __a, vector bool long long __b) { function 1500 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function 1505 vec_mergel(vector double __a, vector double __b) { function [all...] |
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/ |
vecintrin.h | 1436 vec_mergel(vector signed char __a, vector signed char __b) { function 1443 vec_mergel(vector bool char __a, vector bool char __b) { function 1450 vec_mergel(vector unsigned char __a, vector unsigned char __b) { function 1457 vec_mergel(vector signed short __a, vector signed short __b) { function 1463 vec_mergel(vector bool short __a, vector bool short __b) { function 1469 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function 1475 vec_mergel(vector signed int __a, vector signed int __b) { function 1480 vec_mergel(vector bool int __a, vector bool int __b) { function 1485 vec_mergel(vector unsigned int __a, vector unsigned int __b) { function 1490 vec_mergel(vector signed long long __a, vector signed long long __b) { function 1495 vec_mergel(vector bool long long __a, vector bool long long __b) { function 1500 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function 1505 vec_mergel(vector double __a, vector double __b) { function [all...] |