Searched refs:residue (Results 1 - 16 of 16) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_jacobi.c25 mp_digit residue; local
67 residue = p->dp[0] & 7;
69 if (residue == 1 || residue == 7) {
71 } else if (residue == 3 || residue == 5) {
H A Dbn.tex1524 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$ if $a$ divides $p$
1807 and the result will be $1$ if $a$ is a quadratic residue modulo $p$.
/external/libvorbis/doc/
H A D08-residue.tex4 \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 vector
[all...]
H A D04-codec.tex103 (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 16 bits as unsigned integer
168 \item If the residue type is zero,
169 one or two, decode the residue configuration as defined in \xref{vorbis:spec:residue}; save this configuration in slot \varname{[i]} of the residue configuration array \varname{[vorbis_residue_configurations]}.
170 \item If the the residue type is greater than two, this stream is undecodable; ERROR CONDITION
229 \item for each submap \varname{[j]} of \varname{[vorbis_mapping_submaps]} submaps, read the floor and residue number
[all...]
H A D01-introduction.tex179 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 vector
[all...]
H A DMakefile.am45 residue-pack.png \
64 08-residue.tex \
H A DVorbis_I_spec.tex111 \include{08-residue}
/external/qemu/hw/
H A Dusb-msd.c44 uint32_t residue; member in struct:__anon10999
66 uint32_t residue; member in struct:usb_msd_csw
166 csw.residue = s->residue;
182 s->residue = s->data_len;
393 s->residue = 0;
397 if (s->residue == 0) {
417 if (s->residue && s->usb_len) {
475 if (s->residue && s->usb_len) {
/external/icu4c/i18n/
H A DdecNumber.c146 /* residue (in the range -1 through 9). This avoids any double- */
512 Int residue; /* rounding residue */ local
704 residue=0;
705 decSetCoeff(dn, set, res, d, &residue, &status);
707 decFinalize(dn, set, &residue, &status);
713 residue=0;
714 decFinalize(dn, set, &residue, &status);
1448 Int residue=0; /* (no residue) */ local
1974 Int residue=0; /* rounding residue */ local
2331 Int residue=0; /* as usual */ local
2628 Int residue; /* work */ local
2820 Int residue=0; /* rounding residue */ local
3827 Int residue; /* rounding accumulator */ local
4262 Int residue; /* for rounding */ local
4856 Int residue=0; /* rounding residue */ local
5246 Int residue; /* rounding residue */ local
5609 Int residue; /* rounding residue */ local
5862 Int residue=0; /* rounding residue */ local
6134 Int residue=0; /* rounding accumulator */ local
6832 Int residue=0; /* rounding accumulator */ local
6864 decCopyFit(decNumber *dest, const decNumber *src, decContext *set, Int *residue, uInt *status) argument
6910 decSetCoeff(decNumber *dn, decContext *set, const Unit *lsu, Int len, Int *residue, uInt *status) argument
7091 decApplyRound(decNumber *dn, decContext *set, Int residue, uInt *status) argument
7260 decFinish(decNumber *dn, decContext *set, Int *residue, uInt *status) argument
7295 decFinalize(decNumber *dn, decContext *set, Int *residue, uInt *status) argument
7449 decSetSubnormal(decNumber *dn, decContext *set, Int *residue, uInt *status) argument
[all...]
/external/libvorbis/lib/
H A Dcodec_internal.h70 vorbis_look_residue **residue; member in struct:private_state
103 different residue backends, etc. Each mode consists of a
H A Dblock.c271 b->residue=_ogg_calloc(ci->residues,sizeof(*b->residue));
278 b->residue[i]=_residue_P[ci->residue_type[i]]->
346 if(b->residue){
350 free_look(b->residue[i]);
351 _ogg_free(b->residue);
H A Dmapping0.c593 4) encode residue
620 /* encode floor, compute masking curve, sep out residue */
682 class(vb,b->residue[resnum],couple_bundle,zerobundle,ch_in_bundle);
690 forward(opb,vb,b->residue[resnum],
743 /* recover the residue into our working vectors */
757 inverse(vb,b->residue[info->residuesubmap[i]],
/external/tremolo/Tremolo/
H A Dmapping0.c114 info->submaplist[i].residue=(char)oggpack_read(opb,8);
115 if(info->submaplist[i].residue>=ci->residues)goto err_out;
178 /* recover the residue into our working vectors */
191 res_inverse(vd,ci->residue_param+info->submaplist[i].residue,
227 //_analysis_output("residue",seq+j,vb->pcm[j],-8,n/2,0,0);
H A Dcodec_internal.h136 /* block-partitioned VQ coded straight residue */
167 char residue; member in struct:submap
200 different residue backends, etc. Each mode consists of a
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c4010 mp_digit residue; local
4052 residue = p->dp[0] & 7;
4054 if (residue == 1 || residue == 7) {
4056 } else if (residue == 3 || residue == 5) {
4830 * residue is unchanged.
5624 /* is the residue zero? */
5946 /* y == 1 if any residue was zero [e.g. cannot be prime] */
5952 /* compute the new residue withou
[all...]
/external/dropbear/libtomcrypt/
H A Dcrypt.tex6194 @param c The destination for the residue

Completed in 639 milliseconds