/external/tremolo/Tremolo/ |
D | dsp.c | 208 int vorbis_dsp_synthesis(vorbis_dsp_state *vd,ogg_packet *op,int decodep){ in vorbis_dsp_synthesis() argument 209 vorbis_info *vi=vd->vi; in vorbis_dsp_synthesis() 213 oggpack_readinit(&vd->opb,op->packet); in vorbis_dsp_synthesis() 216 if(oggpack_read(&vd->opb,1)!=0){ in vorbis_dsp_synthesis() 222 mode=oggpack_read(&vd->opb,ilog(ci->modes)); in vorbis_dsp_synthesis() 226 vd->lW=vd->W; in vorbis_dsp_synthesis() 227 vd->W=ci->mode_param[mode].blockflag; in vorbis_dsp_synthesis() 229 mdct_shift_right(ci->blocksizes[vd->lW],vd->work[i],vd->mdctright[i]); in vorbis_dsp_synthesis() 231 if(vd->W){ in vorbis_dsp_synthesis() 233 oggpack_read(&vd->opb,1); in vorbis_dsp_synthesis() [all …]
|
D | mapping0.c | 125 int mapping_inverse(vorbis_dsp_state *vd,vorbis_info_mapping *info){ in mapping_inverse() argument 126 vorbis_info *vi=vd->vi; in mapping_inverse() 130 long n=ci->blocksizes[vd->W]; in mapping_inverse() 154 floormemo[i]=floor1_inverse1(vd,ci->floor_param[floorno],floormemo[i]); in mapping_inverse() 159 floormemo[i]=floor0_inverse1(vd,ci->floor_param[floorno],floormemo[i]); in mapping_inverse() 166 memset(vd->work[i],0,sizeof(*vd->work[i])*n/2); in mapping_inverse() 187 pcmbundle[ch_in_bundle++]=vd->work[j]; in mapping_inverse() 191 res_inverse(vd,ci->residue_param+info->submaplist[i].residue, in mapping_inverse() 200 ogg_int32_t *pcmM=vd->work[info->coupling[i].mag]; in mapping_inverse() 201 ogg_int32_t *pcmA=vd->work[info->coupling[i].ang]; in mapping_inverse() [all …]
|
D | res012.c | 103 int res_inverse(vorbis_dsp_state *vd,vorbis_info_residue *info, in res_inverse() argument 107 codec_setup_info *ci=(codec_setup_info *)vd->vi->codec_setup; in res_inverse() 111 int pcmend=ci->blocksizes[vd->W]; in res_inverse() 149 int temp=vorbis_book_decode(phrasebook,&vd->opb); in res_inverse() 172 if(vorbis_book_decodev_add(stagebook,in[j]+offset,&vd->opb, in res_inverse() 176 if(vorbis_book_decodevs_add(stagebook,in[j]+offset,&vd->opb, in res_inverse() 214 temp=vorbis_book_decode(phrasebook,&vd->opb); in res_inverse() 234 &vd->opb, in res_inverse()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 13 vector double vd = { 3.5, -7.5 }; variable 76 res_vd = vec_add(vd, vd); in test1() 80 res_vd = vec_and(vbll, vd); in test1() 86 res_vd = vec_and(vd, vbll); in test1() 92 res_vd = vec_and(vd, vd); in test1() 102 res_vd = vec_andc(vbll, vd); in test1() 116 res_vd = vec_andc(vd, vbll); in test1() 129 res_vd = vec_andc(vd, vd); in test1() 139 res_vd = vec_ceil(vd); in test1() 147 res_vbll = vec_cmpeq(vd, vd); in test1() [all …]
|
D | builtins-systemz-zvector-error.c | 20 volatile vector double vd; variable 97 vd = vec_permi(vd, vd, idx); // expected-error {{no matching function}} in test_core() 100 vd = vec_permi(vd, vd, -1); // expected-error {{no matching function}} in test_core() 103 vd = vec_permi(vd, vd, 4); // expected-error {{no matching function}} in test_core() 161 vd = vec_gather_element(vd, vul, cptrd, idx); // expected-error {{no matching function}} in test_core() 164 vd = vec_gather_element(vd, vul, cptrd, -1); // expected-error {{no matching function}} in test_core() 167 vd = vec_gather_element(vd, vul, cptrd, 2); // expected-error {{no matching function}} in test_core() 225 vec_scatter_element(vd, vul, ptrd, idx); // expected-error {{no matching function}} in test_core() 228 vec_scatter_element(vd, vul, ptrd, -1); // expected-error {{no matching function}} in test_core() 231 vec_scatter_element(vd, vul, ptrd, 2); // expected-error {{no matching function}} in test_core() [all …]
|
D | builtins-systemz-zvector.c | 20 volatile vector double vd; variable 100 d = vec_extract(vd, idx); in test_core() 127 vd = vec_insert(d, vd, idx); in test_core() 146 vd = vec_promote(d, idx); in test_core() 165 vd = vec_insert_and_zero(cptrd); in test_core() 192 vd = vec_perm(vd, vd, vuc); in test_core() 219 vd = vec_permi(vd, vd, 0); in test_core() 221 vd = vec_permi(vd, vd, 1); in test_core() 223 vd = vec_permi(vd, vd, 2); in test_core() 225 vd = vec_permi(vd, vd, 3); in test_core() [all …]
|
D | builtins-systemz-vector.c | 23 volatile vec_double vd; variable 569 vsl = __builtin_s390_vfcedbs(vd, vd, &cc); in test_float() 571 vsl = __builtin_s390_vfchdbs(vd, vd, &cc); in test_float() 573 vsl = __builtin_s390_vfchedbs(vd, vd, &cc); in test_float() 576 vsl = __builtin_s390_vftcidb(vd, 0, &cc); in test_float() 578 vsl = __builtin_s390_vftcidb(vd, 4095, &cc); in test_float() 581 vd = __builtin_s390_vfsqdb(vd); in test_float() 584 vd = __builtin_s390_vfmadb(vd, vd, vd); in test_float() 586 vd = __builtin_s390_vfmsdb(vd, vd, vd); in test_float() 590 vd = __builtin_s390_vflpdb(vd); in test_float() [all …]
|
D | 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 f… in test_float() 165 …__builtin_s390_vftcidb(vd, 4096, &cc); // expected-error {{argument should be a value f… in test_float() 166 __builtin_s390_vftcidb(vd, len, &cc); // expected-error {{must be a constant integer}} in test_float() 168 …__builtin_s390_vfidb(vd, -1, 0); // expected-error {{argument should be a value f… in test_float() 169 …__builtin_s390_vfidb(vd, 16, 0); // expected-error {{argument should be a value f… in test_float() 170 __builtin_s390_vfidb(vd, len, 0); // expected-error {{must be a constant integer}} in test_float() 171 …__builtin_s390_vfidb(vd, 0, -1); // expected-error {{argument should be a value f… in test_float() 172 …__builtin_s390_vfidb(vd, 0, 16); // expected-error {{argument should be a value f… in test_float() 173 __builtin_s390_vfidb(vd, 0, len); // expected-error {{must be a constant integer}} in test_float()
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.cc | 254 void Assembler::NEONTable(const VRegister& vd, in NEONTable() argument 258 VIXL_ASSERT(vd.Is16B() || vd.Is8B()); in NEONTable() 260 VIXL_ASSERT(AreSameFormat(vd, vm)); in NEONTable() 261 Emit(op | (vd.IsQ() ? NEON_Q : 0) | Rm(vm) | Rn(vn) | Rd(vd)); in NEONTable() 265 void Assembler::tbl(const VRegister& vd, in tbl() argument 268 NEONTable(vd, vn, vm, NEON_TBL_1v); in tbl() 272 void Assembler::tbl(const VRegister& vd, in tbl() argument 279 NEONTable(vd, vn, vm, NEON_TBL_2v); in tbl() 283 void Assembler::tbl(const VRegister& vd, in tbl() argument 291 NEONTable(vd, vn, vm, NEON_TBL_3v); in tbl() [all …]
|
D | assembler-aarch64.h | 524 void tbl(const VRegister& vd, const VRegister& vn, const VRegister& vm); 527 void tbl(const VRegister& vd, 533 void tbl(const VRegister& vd, 540 void tbl(const VRegister& vd, 548 void tbx(const VRegister& vd, const VRegister& vn, const VRegister& vm); 551 void tbx(const VRegister& vd, 557 void tbx(const VRegister& vd, 564 void tbx(const VRegister& vd, 1272 void fmov(const VRegister& vd, double imm); 1275 void fmov(const VRegister& vd, float imm); [all …]
|
D | macro-assembler-aarch64.h | 1145 void Fadd(const VRegister& vd, const VRegister& vn, const VRegister& vm) { in Fadd() argument 1148 fadd(vd, vn, vm); in Fadd() 1178 void Fcsel(const VRegister& vd, in Fcsel() argument 1185 fcsel(vd, vn, vm, cond); in Fcsel() 1187 void Fcvt(const VRegister& vd, const VRegister& vn) { in Fcvt() argument 1190 fcvt(vd, vn); in Fcvt() 1192 void Fcvtl(const VRegister& vd, const VRegister& vn) { in Fcvtl() argument 1195 fcvtl(vd, vn); in Fcvtl() 1197 void Fcvtl2(const VRegister& vd, const VRegister& vn) { in Fcvtl2() argument 1200 fcvtl2(vd, vn); in Fcvtl2() [all …]
|
D | macro-assembler-aarch64.cc | 903 void MacroAssembler::Movi16bitHelper(const VRegister& vd, uint64_t imm) { in Movi16bitHelper() argument 908 movi(vd.Is64Bits() ? vd.V8B() : vd.V16B(), byte1); in Movi16bitHelper() 910 movi(vd, byte2, LSL, 8); in Movi16bitHelper() 912 movi(vd, byte1); in Movi16bitHelper() 914 mvni(vd, ~byte2 & 0xff, LSL, 8); in Movi16bitHelper() 916 mvni(vd, ~byte1 & 0xff); in Movi16bitHelper() 921 dup(vd, temp); in Movi16bitHelper() 926 void MacroAssembler::Movi32bitHelper(const VRegister& vd, uint64_t imm) { in Movi32bitHelper() argument 943 movi(vd.Is64Bits() ? vd.V1D() : vd.V2D(), ((imm << 32) | imm)); in Movi32bitHelper() 951 movi(vd, bytes[i], LSL, i * 8); in Movi32bitHelper() [all …]
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 1424 void abs(const VRegister& vd, 1432 void add(const VRegister& vd, 1441 void addhn(const VRegister& vd, 1450 void addhn2(const VRegister& vd, 1459 void addp(const VRegister& vd, 1467 void addp(const VRegister& vd, 1476 void addv(const VRegister& vd, 1484 void and_(const VRegister& vd, 1493 void bic(const VRegister& vd, 1502 void bic(const VRegister& vd, [all …]
|
/external/libvorbis/test/ |
D | write_read.c | 40 vorbis_dsp_state vd; in write_vorbis_data_or_die() local 62 vorbis_analysis_init (&vd,&vi); in write_vorbis_data_or_die() 63 vorbis_block_init (&vd,&vb); in write_vorbis_data_or_die() 72 vorbis_analysis_headerout (&vd,&vc,&header,&header_comm,&header_code); in write_vorbis_data_or_die() 90 float **buffer = vorbis_analysis_buffer (&vd,count); in write_vorbis_data_or_die() 97 vorbis_analysis_wrote (&vd,count); in write_vorbis_data_or_die() 98 vorbis_analysis_wrote (&vd,0); in write_vorbis_data_or_die() 101 while (vorbis_analysis_blockout (&vd,&vb) == 1) { in write_vorbis_data_or_die() 105 while (vorbis_bitrate_flushpacket (&vd,&op)) { in write_vorbis_data_or_die() 123 vorbis_dsp_clear (&vd); in write_vorbis_data_or_die() [all …]
|
/external/clang/lib/Analysis/ |
D | UninitializedValues.cpp | 36 static bool isTrackedVar(const VarDecl *vd, const DeclContext *dc) { in isTrackedVar() argument 37 if (vd->isLocalVarDecl() && !vd->hasGlobalStorage() && in isTrackedVar() 38 !vd->isExceptionVariable() && !vd->isInitCapture() && in isTrackedVar() 39 !vd->isImplicit() && vd->getDeclContext() == dc) { in isTrackedVar() 40 QualType ty = vd->getType(); in isTrackedVar() 72 const VarDecl *vd = *I; in computeMap() local 73 if (isTrackedVar(vd, &dc)) in computeMap() 74 map[vd] = count++; in computeMap() 132 ValueVector::reference operator[](const VarDecl *vd); 135 const VarDecl *vd) { in getValue() argument [all …]
|
/external/eigen/bench/ |
D | bench_norm.cpp | 235 for (int i=0; i<iters; ++i) { ad += NRM(vd); } \ 251 VectorXd vd = VectorXd::Ones(s) * yd; in check_accuracy() local 254 std::cout << "sqsumNorm\t" << sqsumNorm(vf) << "\t" << sqsumNorm(vd) << "\n"; in check_accuracy() 255 std::cout << "hypotNorm\t" << hypotNorm(vf) << "\t" << hypotNorm(vd) << "\n"; in check_accuracy() 256 std::cout << "blueNorm\t" << blueNorm(vf) << "\t" << blueNorm(vd) << "\n"; in check_accuracy() 257 std::cout << "pblueNorm\t" << pblueNorm(vf) << "\t" << pblueNorm(vd) << "\n"; in check_accuracy() 258 std::cout << "lapackNorm\t" << lapackNorm(vf) << "\t" << lapackNorm(vd) << "\n"; in check_accuracy() 259 std::cout << "twopassNorm\t" << twopassNorm(vf) << "\t" << twopassNorm(vd) << "\n"; in check_accuracy() 260 std::cout << "bl2passNorm\t" << bl2passNorm(vf) << "\t" << bl2passNorm(vd) << "\n"; in check_accuracy() 266 VectorXd vd(s); in check_accuracy_var() local [all …]
|
/external/libvorbis/examples/ |
D | encoder_example.c | 52 vorbis_dsp_state vd; /* central working state for the packet->PCM decoder */ in main() local 141 vorbis_analysis_init(&vd,&vi); in main() 142 vorbis_block_init(&vd,&vb); in main() 162 vorbis_analysis_headerout(&vd,&vc,&header,&header_comm,&header_code); in main() 189 vorbis_analysis_wrote(&vd,0); in main() 195 float **buffer=vorbis_analysis_buffer(&vd,READ); in main() 206 vorbis_analysis_wrote(&vd,i); in main() 212 while(vorbis_analysis_blockout(&vd,&vb)==1){ in main() 218 while(vorbis_bitrate_flushpacket(&vd,&op)){ in main() 243 vorbis_dsp_clear(&vd); in main()
|
D | decoder_example.c | 53 vorbis_dsp_state vd; /* central working state for the packet->PCM decoder */ in main() local 201 if(vorbis_synthesis_init(&vd,&vi)==0){ /* central decode state */ in main() 202 vorbis_block_init(&vd,&vb); /* local state for most of the decode in main() 231 vorbis_synthesis_blockin(&vd,&vb); in main() 239 while((samples=vorbis_synthesis_pcmout(&vd,&pcm))>0){ in main() 270 fprintf(stderr,"Clipping in frame %ld\n",(long)(vd.sequence)); in main() 275 vorbis_synthesis_read(&vd,bout); /* tell libvorbis how in main() 296 vorbis_dsp_clear(&vd); in main()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mfqe.c | 70 int uv_stride, uint8_t *ud, uint8_t *vd, in apply_ifactor() argument 75 vp9_filter_by_weight8x8(v, uv_stride, vd, uvd_stride, weight); in apply_ifactor() 79 vp9_filter_by_weight16x16(v, uv_stride, vd, uvd_stride, weight); in apply_ifactor() 83 filter_by_weight32x32(v, uv_stride, vd, uvd_stride, weight); in apply_ifactor() 130 uint8_t *vd, int yd_stride, int uvd_stride, in copy_block() argument 135 copy_mem8x8(v, uv_stride, vd, uvd_stride); in copy_block() 139 copy_mem16x16(v, uv_stride, vd, uvd_stride); in copy_block() 143 copy_mem32x32(v, uv_stride, vd, uvd_stride); in copy_block() 161 uint8_t *yd, uint8_t *ud, uint8_t *vd, int yd_stride, in mfqe_block() argument 189 apply_ifactor(y, y_stride, yd, yd_stride, u, v, uv_stride, ud, vd, in mfqe_block() [all …]
|
/external/libvorbis/lib/ |
D | synthesis.c | 27 vorbis_dsp_state *vd= vb ? vb->vd : 0; in vorbis_synthesis() local 28 private_state *b= vd ? vd->backend_state : 0; in vorbis_synthesis() 29 vorbis_info *vi= vd ? vd->vi : 0; in vorbis_synthesis() 34 if (!vd || !b || !vi || !ci || !opb) { in vorbis_synthesis() 95 vorbis_dsp_state *vd=vb->vd; in vorbis_synthesis_trackonly() local 96 private_state *b=vd->backend_state; in vorbis_synthesis_trackonly() 97 vorbis_info *vi=vd->vi; in vorbis_synthesis_trackonly()
|
D | bitrate.c | 65 vorbis_dsp_state *vd=vb->vd; in vorbis_bitrate_managed() local 66 private_state *b=vd->backend_state; in vorbis_bitrate_managed() 76 vorbis_dsp_state *vd=vb->vd; in vorbis_bitrate_addblock() local 77 private_state *b=vd->backend_state; in vorbis_bitrate_addblock() 79 vorbis_info *vi=vd->vi; in vorbis_bitrate_addblock() 230 int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd,ogg_packet *op){ in vorbis_bitrate_flushpacket() argument 231 private_state *b=vd->backend_state; in vorbis_bitrate_flushpacket()
|
/external/eigen/test/ |
D | mixingtypes.cpp | 58 Vec_d vd = vf.template cast<double>(); in mixingtypes() local 79 VERIFY_RAISES_ASSERT(vf=vd); in mixingtypes() 80 VERIFY_RAISES_ASSERT(vf+=vd); in mixingtypes() 87 VERIFY_MIX_SCALAR(scd * vd , scd * vd.template cast<complex<double> >()); in mixingtypes() 98 VERIFY_MIX_SCALAR(scd / vd.array() , scd / vd.template cast<complex<double> >().array()); in mixingtypes() 104 VERIFY_MIX_SCALAR(scd + vd.array() , scd + vd.template cast<complex<double> >().array()); in mixingtypes() 110 VERIFY_MIX_SCALAR(scd - vd.array() , scd - vd.template cast<complex<double> >().array()); in mixingtypes() 118 …VERIFY_MIX_SCALAR( Eigen::pow(scd, vd.array()), Eigen::pow(scd, vd.template cast<complex<double> >… in mixingtypes() 123 VERIFY_RAISES_ASSERT(vd.dot(vf)); in mixingtypes() 186 VERIFY_IS_APPROX(sd*mcd*vd, sd*mcd*vd.template cast<CD>().eval()); in mixingtypes() [all …]
|
/external/clang/test/PCH/ |
D | cxx1y-variable-templates.cpp | 60 template<typename T> constexpr T vd = T(10); variable 61 template<typename T> T* vd<T*> = new T(); variable 74 template<typename T> T vd = T(10); variable 75 template<typename T> extern T* vd<T*>; 110 template<typename T> extern T vd; 111 template<typename T> T* vd<T*> = new T(); variable 158 char* intpd = vd<char*>; 168 int* intpb = vd<int*>;
|
/external/clang/test/SemaCXX/ |
D | destructor.cpp | 245 VD vd; use(vd); in nowarnstack() local 275 VD* vd = new VD[4]; in nowarnarray() local 276 delete[] vd; in nowarnarray() 306 VD* vd = new VD(); in nowarn0() local 307 delete vd; in nowarn0() 315 void nowarn0_explicit_dtor(F* f, VB* vb, VD* vd, VF* vf) { in nowarn0_explicit_dtor() argument 319 vd->~VD(); in nowarn0_explicit_dtor() 363 simple_ptr<VD> vd(new VD()); in nowarn1() local 364 use(*vd); in nowarn1()
|
/external/v8/src/arm/ |
D | assembler-arm.cc | 2433 int vd, d; in vldr() local 2434 dst.split_code(&vd, &d); in vldr() 2438 emit(cond | 0xD*B24 | u*B23 | d*B22 | B20 | base.code()*B16 | vd*B12 | in vldr() 2449 emit(cond | 0xD*B24 | d*B22 | B20 | ip.code()*B16 | vd*B12 | 0xB*B8); in vldr() 2533 int vd, d; in vstr() local 2534 src.split_code(&vd, &d); in vstr() 2537 emit(cond | 0xD*B24 | u*B23 | d*B22 | base.code()*B16 | vd*B12 | 0xB*B8 | in vstr() 2548 emit(cond | 0xD*B24 | d*B22 | ip.code()*B16 | vd*B12 | 0xB*B8); in vstr() 2752 int vd, d; in vmov() local 2753 dst.split_code(&vd, &d); in vmov() [all …]
|