/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 18 vector bool short vbs = { 1, 0, 1, 0, 1, 0, 1, 0 }; variable 139 res_vs = vec_add(vbs, vs); in test1() 143 res_vs = vec_add(vs, vbs); in test1() 151 res_vus = vec_add(vbs, vus); in test1() 155 res_vus = vec_add(vus, vbs); in test1() 215 res_vs = vec_vadduhm(vbs, vs); in test1() 219 res_vs = vec_vadduhm(vs, vbs); in test1() 227 res_vus = vec_vadduhm(vbs, vus); in test1() 231 res_vus = vec_vadduhm(vus, vbs); in test1() 301 res_vs = vec_adds(vbs, vs); in test1() [all …]
|
D | builtins-systemz-zvector.c | 17 volatile vector bool short vbs; variable 86 us = vec_extract(vbs, idx); in test_core() 113 vus = vec_insert(us, vbs, idx); in test_core() 178 vbs = vec_perm(vbs, vbs, vuc); in test_core() 235 vss = vec_sel(vss, vss, vbs); in test_core() 237 vus = vec_sel(vus, vus, vbs); in test_core() 238 vbs = vec_sel(vbs, vbs, vus); in test_core() 239 vbs = vec_sel(vbs, vbs, vbs); in test_core() 455 vbs = vec_splat(vbs, 0); in test_core() 457 vbs = vec_splat(vbs, 7); in test_core() [all …]
|
D | builtins-ppc-p8vector.c | 24 vector bool short vbs = { 1, 1, 0, 0, 0, 0, 1, 1 }; variable 262 res_vss = vec_eqv(vbs, vbs); in test1() 1239 res_vss = vec_nand(vbs, vbs); in test1() 1337 res_vss = vec_orc(vss, vbs); in test1() 1343 res_vss = vec_orc(vbs, vss); in test1() 1355 res_vus = vec_orc(vus, vbs); in test1() 1361 res_vus = vec_orc(vbs, vus); in test1() 1367 res_vbs = vec_orc(vbs, vbs); in test1()
|
D | builtins-systemz-zvector-error.c | 17 volatile vector bool short vbs; variable 342 vbs = vec_splat(vbs, idx); // expected-error {{no matching function}} in test_core() 345 vbs = vec_splat(vbs, -1); // expected-error {{no matching function}} in test_core() 348 vbs = vec_splat(vbs, 8); // expected-error {{no matching function}} in test_core()
|
D | builtins-ppc-vsx.c | 14 vector bool short vbs = { 0, 1, 0, 1, 0, 1, 0, 1 }; variable 383 res_vbs = vec_vsx_ld(0, &vbs); in test1() 477 vec_vsx_st(vbs, 0, &res_vbs); in test1() 481 vec_vsx_st(vbs, 0, res_aus); in test1() 485 vec_vsx_st(vbs, 0, res_ass); in test1()
|
/external/skia/src/core/ |
D | SkPath_serial.cpp | 102 int32_t vbs = fPathRef->countVerbs(); in writeToMemory() local 108 size = safe.add(size, safe.mul(vbs, sizeof(uint8_t))); in writeToMemory() 121 buffer.write32(vbs); in writeToMemory() 124 buffer.write(fPathRef->verbsMemBegin(), vbs * sizeof(uint8_t)); in writeToMemory() 213 int32_t pts, cnx, vbs; in readFromMemory_EQ4() local 214 if (!buffer.readS32(&pts) || !buffer.readS32(&cnx) || !buffer.readS32(&vbs)) { in readFromMemory_EQ4() 220 const uint8_t* verbs = buffer.skipCount<uint8_t>(vbs); in readFromMemory_EQ4() 240 for (int i = vbs - 1; i >= 0; --i) { in readFromMemory_EQ4()
|
/external/skqp/src/core/ |
D | SkPath_serial.cpp | 102 int32_t vbs = fPathRef->countVerbs(); in writeToMemory() local 108 size = safe.add(size, safe.mul(vbs, sizeof(uint8_t))); in writeToMemory() 121 buffer.write32(vbs); in writeToMemory() 124 buffer.write(fPathRef->verbsMemBegin(), vbs * sizeof(uint8_t)); in writeToMemory() 213 int32_t pts, cnx, vbs; in readFromMemory_EQ4() local 214 if (!buffer.readS32(&pts) || !buffer.readS32(&cnx) || !buffer.readS32(&vbs)) { in readFromMemory_EQ4() 220 const uint8_t* verbs = buffer.skipCount<uint8_t>(vbs); in readFromMemory_EQ4() 240 for (int i = vbs - 1; i >= 0; --i) { in readFromMemory_EQ4()
|
/external/clang/test/SemaCXX/ |
D | altivec.cpp | 9 vector bool short vbs; in test_vec_step() local 24 int res5[vec_step(vbs) == 8 ? 1 : -1]; in test_vec_step()
|
/external/curl/lib/ |
D | Makefile.am | 31 config-tpf.h mk-ca-bundle.pl mk-ca-bundle.vbs $(CMAKE_DIST) \
|