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

1 2 3 4 5 6 7

  /external/tremolo/Tremolo/
dsp.c 208 int vorbis_dsp_synthesis(vorbis_dsp_state *vd,ogg_packet *op,int decodep){
209 vorbis_info *vi=vd->vi;
213 oggpack_readinit(&vd->opb,op->packet);
216 if(oggpack_read(&vd->opb,1)!=0){
222 mode=oggpack_read(&vd->opb,ilog(ci->modes));
226 vd->lW=vd->W;
227 vd->W=ci->mode_param[mode].blockflag;
229 mdct_shift_right(ci->blocksizes[vd->lW],vd->work[i],vd->mdctright[i])
    [all...]
mapping0.c 125 int mapping_inverse(vorbis_dsp_state *vd,vorbis_info_mapping *info){
126 vorbis_info *vi=vd->vi;
130 long n=ci->blocksizes[vd->W];
154 floormemo[i]=floor1_inverse1(vd,ci->floor_param[floorno],floormemo[i]);
159 floormemo[i]=floor0_inverse1(vd,ci->floor_param[floorno],floormemo[i]);
166 memset(vd->work[i],0,sizeof(*vd->work[i])*n/2);
187 pcmbundle[ch_in_bundle++]=vd->work[j];
191 res_inverse(vd,ci->residue_param+info->submaplist[i].residue,
200 ogg_int32_t *pcmM=vd->work[info->coupling[i].mag]
    [all...]
  /external/clang/test/CodeGen/
builtins-ppc-vsx.c 13 vector double vd = { 3.5, -7.5 }; variable
76 res_vd = vec_add(vd, vd);
80 res_vd = vec_and(vbll, vd);
86 res_vd = vec_and(vd, vbll);
92 res_vd = vec_and(vd, vd);
102 res_vd = vec_andc(vbll, vd);
116 res_vd = vec_andc(vd, vbll);
129 res_vd = vec_andc(vd, vd)
    [all...]
builtins-systemz-zvector-error.c 20 volatile vector double vd; variable
97 vd = vec_permi(vd, vd, idx); // expected-error {{no matching function}}
100 vd = vec_permi(vd, vd, -1); // expected-error {{no matching function}}
103 vd = vec_permi(vd, vd, 4); // expected-error {{no matching function}
    [all...]
builtins-systemz-vector.c 23 volatile vec_double vd; variable
569 vsl = __builtin_s390_vfcedbs(vd, vd, &cc);
571 vsl = __builtin_s390_vfchdbs(vd, vd, &cc);
573 vsl = __builtin_s390_vfchedbs(vd, vd, &cc)
    [all...]
builtins-systemz-zvector.c 20 volatile vector double vd; variable
100 d = vec_extract(vd, idx);
127 vd = vec_insert(d, vd, idx);
146 vd = vec_promote(d, idx);
165 vd = vec_insert_and_zero(cptrd);
192 vd = vec_perm(vd, vd, vuc);
219 vd = vec_permi(vd, vd, 0)
    [all...]
builtins-systemz-vector-error.c 23 volatile vec_double vd; variable
164 __builtin_s390_vftcidb(vd, -1, &cc); // expected-error {{argument should be a value from 0 to 4095}}
165 __builtin_s390_vftcidb(vd, 4096, &cc); // expected-error {{argument should be a value from 0 to 4095}}
166 __builtin_s390_vftcidb(vd, len, &cc); // expected-error {{must be a constant integer}}
168 __builtin_s390_vfidb(vd, -1, 0); // expected-error {{argument should be a value from 0 to 15}}
169 __builtin_s390_vfidb(vd, 16, 0); // expected-error {{argument should be a value from 0 to 15}}
170 __builtin_s390_vfidb(vd, len, 0); // expected-error {{must be a constant integer}}
171 __builtin_s390_vfidb(vd, 0, -1); // expected-error {{argument should be a value from 0 to 15}}
172 __builtin_s390_vfidb(vd, 0, 16); // expected-error {{argument should be a value from 0 to 15}}
173 __builtin_s390_vfidb(vd, 0, len); // expected-error {{must be a constant integer}
    [all...]
  /external/vixl/src/aarch64/
assembler-aarch64.cc 254 void Assembler::NEONTable(const VRegister& vd,
258 VIXL_ASSERT(vd.Is16B() || vd.Is8B());
260 VIXL_ASSERT(AreSameFormat(vd, vm));
261 Emit(op | (vd.IsQ() ? NEON_Q : 0) | Rm(vm) | Rn(vn) | Rd(vd));
265 void Assembler::tbl(const VRegister& vd,
268 NEONTable(vd, vn, vm, NEON_TBL_1v);
272 void Assembler::tbl(const VRegister& vd,
279 NEONTable(vd, vn, vm, NEON_TBL_2v)
    [all...]
assembler-aarch64.h 525 void tbl(const VRegister& vd, const VRegister& vn, const VRegister& vm);
528 void tbl(const VRegister& vd,
534 void tbl(const VRegister& vd,
541 void tbl(const VRegister& vd,
549 void tbx(const VRegister& vd, const VRegister& vn, const VRegister& vm);
552 void tbx(const VRegister& vd,
558 void tbx(const VRegister& vd,
565 void tbx(const VRegister& vd,
    [all...]
macro-assembler-aarch64.h     [all...]
  /external/clang/test/PCH/
cxx1y-variable-templates.cpp 60 template<typename T> constexpr T vd = T(10); member in namespace:spec
61 template<typename T> T* vd<T*> = new T(); member in namespace:spec
74 template<typename T> T vd = T(10); member in namespace:spec_join1
75 template<typename T> extern T* vd<T*>;
110 template<typename T> extern T vd;
111 template<typename T> T* vd<T*> = new T(); member in namespace:spec_join1
158 char* intpd = vd<char*>;
168 int* intpb = vd<int*>;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
export-class.exp 83 { readelf -V export-class.vd } \
  /external/capstone/arch/ARM/
ARMInstPrinter.h 31 void ARM_addVectorDataType(MCInst *MI, arm_vectordata_type vd);
  /external/clang/test/Sema/
ext_vector_casts.c 102 double2 vd = d; local
124 vd = l + vd;
125 vd = vd + t;
  /external/libvpx/libvpx/vp9/common/
vp9_mfqe.c 70 int uv_stride, uint8_t *ud, uint8_t *vd,
75 vp9_filter_by_weight8x8(v, uv_stride, vd, uvd_stride, weight);
79 vp9_filter_by_weight16x16(v, uv_stride, vd, uvd_stride, weight);
83 filter_by_weight32x32(v, uv_stride, vd, uvd_stride, weight);
130 uint8_t *vd, int yd_stride, int uvd_stride,
135 copy_mem8x8(v, uv_stride, vd, uvd_stride);
139 copy_mem16x16(v, uv_stride, vd, uvd_stride);
143 copy_mem32x32(v, uv_stride, vd, uvd_stride);
161 uint8_t *yd, uint8_t *ud, uint8_t *vd, int yd_stride,
189 apply_ifactor(y, y_stride, yd, yd_stride, u, v, uv_stride, ud, vd,
373 uint8_t *vd = dest->v_buffer + row_offset_uv * uvd_stride + col_offset_uv; local
    [all...]
  /external/clang/test/SemaCXX/
destructor.cpp 211 struct VD: VB {};
245 VD vd; use(vd); local
275 VD* vd = new VD[4]; local
276 delete[] vd;
302 VB* vb = new VD();
306 VD* vd = new VD() local
    [all...]
warn-weak-vtables.cpp 56 VeryDerived vd; local
  /external/eigen/bench/
bench_norm.cpp 235 for (int i=0; i<iters; ++i) { ad += NRM(vd); } \
251 VectorXd vd = VectorXd::Ones(s) * yd; local
254 std::cout << "sqsumNorm\t" << sqsumNorm(vf) << "\t" << sqsumNorm(vd) << "\n";
255 std::cout << "hypotNorm\t" << hypotNorm(vf) << "\t" << hypotNorm(vd) << "\n";
256 std::cout << "blueNorm\t" << blueNorm(vf) << "\t" << blueNorm(vd) << "\n";
257 std::cout << "pblueNorm\t" << pblueNorm(vf) << "\t" << pblueNorm(vd) << "\n";
258 std::cout << "lapackNorm\t" << lapackNorm(vf) << "\t" << lapackNorm(vd) << "\n";
259 std::cout << "twopassNorm\t" << twopassNorm(vf) << "\t" << twopassNorm(vd) << "\n";
260 std::cout << "bl2passNorm\t" << bl2passNorm(vf) << "\t" << bl2passNorm(vd) << "\n";
266 VectorXd vd(s)
333 VectorXd vd = VectorXd::Random(s1) * y; local
349 VectorXd vd = VectorXd::Random(512) * y; local
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 36 static bool isTrackedVar(const VarDecl *vd, const DeclContext *dc) {
37 if (vd->isLocalVarDecl() && !vd->hasGlobalStorage() &&
38 !vd->isExceptionVariable() && !vd->isInitCapture() &&
39 !vd->isImplicit() && vd->getDeclContext() == dc) {
40 QualType ty = vd->getType();
72 const VarDecl *vd = *I; local
73 if (isTrackedVar(vd, &dc)
268 const VarDecl *vd; member in class:__anon14889::FindVarResult
695 const VarDecl *vd = I.getVariable(); local
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/validator/chunks/
VarValidator.java 44 variableDeclarator.ifPresent(vd -> {
45 Optional<Node> variableDeclarationExpr = vd.getParentNode();
71 if (!vd.getInitializer().isPresent()) {
74 vd.getInitializer().ifPresent(initializer -> {
  /external/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 106 virtual void handleUseOfUninitVariable(const VarDecl *vd,
112 virtual void handleSelfInit(const VarDecl *vd) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 106 virtual void handleUseOfUninitVariable(const VarDecl *vd,
112 virtual void handleSelfInit(const VarDecl *vd) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
UninitializedValues.h 106 virtual void handleUseOfUninitVariable(const VarDecl *vd,
112 virtual void handleSelfInit(const VarDecl *vd) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
UninitializedValues.h 106 virtual void handleUseOfUninitVariable(const VarDecl *vd,
112 virtual void handleSelfInit(const VarDecl *vd) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
UninitializedValues.h 106 virtual void handleUseOfUninitVariable(const VarDecl *vd,
112 virtual void handleSelfInit(const VarDecl *vd) {}

Completed in 1052 milliseconds

1 2 3 4 5 6 7