/external/dropbear/libtommath/ |
D | bn_mp_jacobi.c | 25 mp_digit residue; in mp_jacobi() local 67 residue = p->dp[0] & 7; in mp_jacobi() 69 if (residue == 1 || residue == 7) { in mp_jacobi() 71 } else if (residue == 3 || residue == 5) { in mp_jacobi()
|
D | bn.tex | 1524 equal to the correct residue. 1806 then the result will be $-1$ when $a$ is not a quadratic residue modulo $p$. The result will be $0… 1807 and the result will be $1$ if $a$ is a quadratic residue modulo $p$.
|
D | changes.txt | 267 …a "off-by-one" bug in mp_mul2d. The initial size check on alloc would be off by one if the residue
|
/external/libvorbis/doc/ |
D | 08-residue.tex | 4 \section{Residue setup and decode} \label{vorbis:spec:residue} 8 A residue vector represents the fine detail of the audio spectrum of 10 curve and performs any channel coupling. A residue vector may 13 the vector does not matter to the residue abstraction. 15 Whatever the exact qualities, the Vorbis residue abstraction codes the 16 residue vectors into the bitstream packet, and then reconstructs the 29 The exact interleaving and partitioning vary by residue encoding number, 30 however the high-level process used to classify and encode the residue 33 A set of coded residue vectors are all of the same length. High level 41 of \emph{ch} residue vectors, the total number of partitioned chunks [all …]
|
D | 04-codec.tex | 103 (placeholders in Vorbis I), floor configurations, residue 159 Vorbis uses three residue types; header decode of each type is identical. 165 \item For each of \varname{[vorbis_residue_count]} residue numbers: 167 …\item read the residue type; vector \varname{[vorbis_residue_types]} element \varname{[i]} = read … 168 \item If the residue type is zero, 169 …o, decode the residue configuration as defined in \xref{vorbis:spec:residue}; save this configurat… 170 \item If the the residue type is greater than two, this stream is undecodable; ERROR CONDITION 229 …e{[j]} of \varname{[vorbis_mapping_submaps]} submaps, read the floor and residue numbers for use i… 234 …\item read 8 bits as unsigned integer for the residue number; save in vector \varname{[vorbis_mapp… 235 …\item verify the residue number is not greater than the highest number residue configured for the … [all …]
|
D | 01-introduction.tex | 179 floor and residue vectors within a mapping. The submap functions as a 180 last layer of indirection such that specific special floor or residue 183 the proper floor and residue instance number to use for decoding that 184 submap's spectral floor and spectral residue vectors. 192 apply a full range floor and residue encoding to channels 0 through 4, 231 The spectral residue is the fine structure of the audio spectrum 236 configured by residue instance. As with the floor components, the 238 and each residue instance may choose from any and all available 298 \item decode residue into residue vectors 299 \item inverse channel coupling of residue vectors [all …]
|
D | Makefile.am | 45 residue-pack.png \ 64 08-residue.tex \
|
D | Vorbis_I_spec.tex | 111 \include{08-residue}
|
D | Makefile.in | 251 residue-pack.png \ 270 08-residue.tex \
|
/external/icu4c/i18n/ |
D | decNumber.c | 525 Int residue; /* rounding residue */ in uprv_decNumberFromString() local 717 residue=0; in uprv_decNumberFromString() 718 decSetCoeff(dn, set, res, d, &residue, &status); in uprv_decNumberFromString() 720 decFinalize(dn, set, &residue, &status); in uprv_decNumberFromString() 726 residue=0; in uprv_decNumberFromString() 727 decFinalize(dn, set, &residue, &status); in uprv_decNumberFromString() 1461 Int residue=0; /* (no residue) */ in uprv_decNumberLog10() local 1466 decCopyFit(w, rhs, &aset, &residue, ©stat); /* copy & shorten */ in uprv_decNumberLog10() 1474 residue=0; in uprv_decNumberLog10() 1475 decCopyFit(res, w, set, &residue, &status); /* copy & round */ in uprv_decNumberLog10() [all …]
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | decNumber.c | 512 Int residue; /* rounding residue */ in uprv_decNumberFromString() local 704 residue=0; in uprv_decNumberFromString() 705 decSetCoeff(dn, set, res, d, &residue, &status); in uprv_decNumberFromString() 707 decFinalize(dn, set, &residue, &status); in uprv_decNumberFromString() 713 residue=0; in uprv_decNumberFromString() 714 decFinalize(dn, set, &residue, &status); in uprv_decNumberFromString() 1446 Int residue=0; /* (no residue) */ in uprv_decNumberLog10() local 1451 decCopyFit(w, rhs, &aset, &residue, ©stat); /* copy & shorten */ in uprv_decNumberLog10() 1459 residue=0; in uprv_decNumberLog10() 1460 decCopyFit(res, w, set, &residue, &status); /* copy & round */ in uprv_decNumberLog10() [all …]
|
/external/qemu/hw/ |
D | usb-msd.c | 44 uint32_t residue; member 66 uint32_t residue; member 166 csw.residue = s->residue; in usb_msd_send_status() 182 s->residue = s->data_len; in usb_msd_command_complete() 393 s->residue = 0; in usb_msd_handle_data() 397 if (s->residue == 0) { in usb_msd_handle_data() 417 if (s->residue && s->usb_len) { in usb_msd_handle_data() 475 if (s->residue && s->usb_len) { in usb_msd_handle_data()
|
/external/tremolo/Tremolo/ |
D | mapping0.c | 114 info->submaplist[i].residue=(char)oggpack_read(opb,8); in mapping_info_unpack() 115 if(info->submaplist[i].residue>=ci->residues)goto err_out; in mapping_info_unpack() 191 res_inverse(vd,ci->residue_param+info->submaplist[i].residue, in mapping_inverse()
|
D | codec_internal.h | 167 char residue; member
|
/external/libvorbis/lib/ |
D | codec_internal.h | 70 vorbis_look_residue **residue; member
|
D | block.c | 271 b->residue=_ogg_calloc(ci->residues,sizeof(*b->residue)); in _vds_shared_init() 278 b->residue[i]=_residue_P[ci->residue_type[i]]-> in _vds_shared_init() 346 if(b->residue){ in vorbis_dsp_clear() 350 free_look(b->residue[i]); in vorbis_dsp_clear() 351 _ogg_free(b->residue); in vorbis_dsp_clear()
|
D | mapping0.c | 682 class(vb,b->residue[resnum],couple_bundle,zerobundle,ch_in_bundle); in mapping0_forward() 690 forward(opb,vb,b->residue[resnum], in mapping0_forward() 757 inverse(vb,b->residue[info->residuesubmap[i]], in mapping0_inverse()
|
/external/llvm/test/Transforms/ObjCARC/ |
D | post-inlining.ll | 9 ; Clean up residue left behind after inlining.
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | index3.test | 22 # residue behind.
|
D | fts1porter.test | 17073 residue residu
|
/external/libvorbis/ |
D | README | 67 ./vq Internal utilities for training/building new LSP/residue
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 4010 mp_digit residue; in mp_jacobi() local 4052 residue = p->dp[0] & 7; in mp_jacobi() 4054 if (residue == 1 || residue == 7) { in mp_jacobi() 4056 } else if (residue == 3 || residue == 5) { in mp_jacobi()
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 6194 @param c The destination for the residue
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 24119 residue rez6dU
|