Home
last modified time | relevance | path

Searched refs:vbc (Results 1 – 25 of 25) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c15 vector bool char vbc = { 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 }; variable
115 res_vsc = vec_add(vbc, vsc); in test1()
119 res_vsc = vec_add(vsc, vbc); in test1()
127 res_vuc = vec_add(vbc, vuc); in test1()
131 res_vuc = vec_add(vuc, vbc); in test1()
191 res_vsc = vec_vaddubm(vbc, vsc); in test1()
195 res_vsc = vec_vaddubm(vsc, vbc); in test1()
203 res_vuc = vec_vaddubm(vbc, vuc); in test1()
207 res_vuc = vec_vaddubm(vuc, vbc); in test1()
277 res_vsc = vec_adds(vbc, vsc); in test1()
[all …]
Dbuiltins-systemz-zvector.c16 volatile vector bool char vbc; variable
80 uc = vec_extract(vbc, idx); in test_core()
107 vuc = vec_insert(uc, vbc, idx); in test_core()
172 vbc = vec_perm(vbc, vbc, vuc); in test_core()
229 vsc = vec_sel(vsc, vsc, vbc); in test_core()
231 vuc = vec_sel(vuc, vuc, vbc); in test_core()
232 vbc = vec_sel(vbc, vbc, vuc); in test_core()
233 vbc = vec_sel(vbc, vbc, vbc); in test_core()
443 vbc = vec_splat(vbc, 0); in test_core()
445 vbc = vec_splat(vbc, 15); in test_core()
[all …]
Dbuiltins-ppc-p8vector.c20 vector bool char vbc = { 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1 }; variable
229 res_vsc = vec_eqv(vbc, vbc); in test1()
1221 res_vsc = vec_nand(vbc, vbc); in test1()
1295 res_vsc = vec_orc(vsc, vbc); in test1()
1301 res_vsc = vec_orc(vbc, vsc); in test1()
1313 res_vuc = vec_orc(vuc, vbc); in test1()
1319 res_vuc = vec_orc(vbc, vuc); in test1()
1325 res_vbc = vec_orc(vbc, vbc); in test1()
Dbuiltins-systemz-zvector-error.c16 volatile vector bool char vbc; variable
315 vbc = vec_splat(vbc, idx); // expected-error {{no matching function}} in test_core()
318 vbc = vec_splat(vbc, -1); // expected-error {{no matching function}} in test_core()
321 vbc = vec_splat(vbc, 16); // expected-error {{no matching function}} in test_core()
Dbuiltins-ppc-vsx.c6 vector bool char vbc = { 0, 1, 0, 1, 0, 1, 0, 1, variable
403 res_vbc = vec_vsx_ld(0, &vbc); in test1()
521 vec_vsx_st(vbc, 0, &res_vbc); in test1()
525 vec_vsx_st(vbc, 0, res_asc); in test1()
529 vec_vsx_st(vbc, 0, res_auc); in test1()
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c15 vector bool char vbc = { 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 }; variable
153 res_vsc = vec_add(vbc, vsc); in test1()
157 res_vsc = vec_add(vsc, vbc); in test1()
165 res_vuc = vec_add(vbc, vuc); in test1()
169 res_vuc = vec_add(vuc, vbc); in test1()
245 res_vsc = vec_vaddubm(vbc, vsc); in test1()
249 res_vsc = vec_vaddubm(vsc, vbc); in test1()
257 res_vuc = vec_vaddubm(vbc, vuc); in test1()
261 res_vuc = vec_vaddubm(vuc, vbc); in test1()
331 res_vsc = vec_adds(vbc, vsc); in test1()
[all …]
Dbuiltins-ppc-p8vector.c20 vector bool char vbc = { 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1 }; variable
238 res_vsc = vec_eqv(vbc, vbc); in test1()
1285 res_vsc = vec_nand(vbc, vbc); in test1()
1377 res_vsc = vec_orc(vsc, vbc); in test1()
1383 res_vsc = vec_orc(vbc, vsc); in test1()
1395 res_vuc = vec_orc(vuc, vbc); in test1()
1401 res_vuc = vec_orc(vbc, vuc); in test1()
1407 res_vbc = vec_orc(vbc, vbc); in test1()
Dbuiltins-ppc-vsx.c6 vector bool char vbc = { 0, 1, 0, 1, 0, 1, 0, 1, variable
418 res_vbc = vec_vsx_ld(0, &vbc); in test1()
536 vec_vsx_st(vbc, 0, &res_vbc); in test1()
540 vec_vsx_st(vbc, 0, res_asc); in test1()
544 vec_vsx_st(vbc, 0, res_auc); in test1()
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector.c19 volatile vector bool char vbc; variable
94 uc = vec_extract(vbc, idx); in test_core()
134 vuc = vec_insert(uc, vbc, idx); in test_core()
230 vbc = vec_perm(vbc, vbc, vuc); in test_core()
332 vbc = vec_reve(vbc); in test_core()
357 vsc = vec_sel(vsc, vsc, vbc); in test_core()
361 vuc = vec_sel(vuc, vuc, vbc); in test_core()
363 vbc = vec_sel(vbc, vbc, vuc); in test_core()
365 vbc = vec_sel(vbc, vbc, vbc); in test_core()
743 vbc = vec_splat(vbc, 0); in test_core()
[all …]
Dbuiltins-systemz-zvector2.c19 volatile vector bool char vbc; variable
496 vbc = vec_nand(vbc, vbc); in test_integer()
525 vbc = vec_orc(vbc, vbc); in test_integer()
554 vbc = vec_eqv(vbc, vbc); in test_integer()
Dbuiltins-systemz-zvector-error.c16 volatile vector bool char vbc; variable
304 vbc = vec_splat(vbc, idx); // expected-error {{no matching function}} in test_core()
307 vbc = vec_splat(vbc, -1); // expected-error {{no matching function}} in test_core()
310 vbc = vec_splat(vbc, 16); // expected-error {{no matching function}} in test_core()
Dbuiltins-systemz-zvector3.c19 volatile vector bool char vbc; variable
385 vuc = vec_search_string_cc(vbc, vbc, vuc, &cc); in test_string()
413 vuc = vec_search_string_until_zero_cc(vbc, vbc, vuc, &cc); in test_string()
Dbuiltins-systemz-zvector3-error.c16 volatile vector bool char vbc; variable
Dbuiltins-systemz-zvector2-error.c16 volatile vector bool char vbc; variable
/external/clang/test/SemaCXX/
Daltivec.cpp6 vector bool char vbc; in test_vec_step() local
21 int res2[vec_step(vbc) == 16 ? 1 : -1]; in test_vec_step()
/external/llvm-project/clang/test/SemaCXX/
Daltivec.cpp6 vector bool char vbc; in test_vec_step() local
21 int res2[vec_step(vbc) == 16 ? 1 : -1]; in test_vec_step()
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2.java611 S2Point vbc = S2Point.add(b, S2Point.mul(c, sbc)); in expensiveCCW() local
614 double dbc = vbc.norm2(); in expensiveCCW()
628 sign = S2Point.crossProd(vca, vbc).dotProd(c) * sca; // AB is longest in expensiveCCW()
633 sign = S2Point.crossProd(vbc, vab).dotProd(b) * sbc; // CA is longest in expensiveCCW()
636 sign = S2Point.crossProd(vca, vbc).dotProd(c) * sca; // AB is longest in expensiveCCW()
/external/cpuinfo/test/build.prop/
Dgalaxy-tab-3-lite.log80 ro.modem.w.vbc=/dev/spipe_w6
Dgalaxy-grand-prime.log86 ro.modem.w.vbc=/dev/spipe_w6
Dgalaxy-j1-2016.log87 ro.modem.w.vbc=/dev/spipe_w6
Dgalaxy-grand-prime-value-edition.log86 ro.modem.w.vbc=/dev/spipe_w6
Dleagoo-t5c.log195 ro.modem.l.vbc=/dev/spipe_lte6
Dhuawei-mate-20.log195 ro.modem.l.vbc=/dev/spipe_lte6
/external/cpuinfo/test/dmesg/
Dgalaxy-grand-prime-value-edition.log1546 <6>[ 1.812225] [0: swapper/0: 1] [c0] vbc-r2p0-sprd-codec sound.39: sprd-codec-i2s <->…
1547 <6>[ 1.812591] [0: swapper/0: 1] [c0] vbc-r2p0-sprd-codec sound.39: sprd-codec-vaudio …
1548 <6>[ 1.813140] [0: swapper/0: 1] [c0] vbc-r2p0-sprd-codec sound.39: codec-i2s-ext <->
1549 <6>[ 1.813507] [0: swapper/0: 1] [c0] vbc-r2p0-sprd-codec sound.39: codec-vaudio-ext <…
1550 <6>[ 1.813964] [0: swapper/0: 1] [c0] vbc-r2p0-sprd-codec sound.39: sprd-codec-fm <->
Dgalaxy-j1-2016.log1332 <6>[ 2.005737] [3: swapper/0: 1] [c3] vbc-r2p0-sprd-codec sound.42: sprd-codec-i2s <->…
1333 <6>[ 2.006042] [3: swapper/0: 1] [c3] vbc-r2p0-sprd-codec sound.42: sprd-codec-vaudio …
1334 <6>[ 2.006378] [3: swapper/0: 1] [c3] vbc-r2p0-sprd-codec sound.42: codec-i2s-ext <->
1335 <6>[ 2.006713] [3: swapper/0: 1] [c3] vbc-r2p0-sprd-codec sound.42: codec-vaudio-ext <…
1336 <6>[ 2.006927] [3: swapper/0: 1] [c3] vbc-r2p0-sprd-codec sound.42: sprd-codec-fm <->