Searched refs:dmax (Results 1 - 25 of 33) sorted by relevance

12

/external/eigen/blas/f2c/
H A Ddatatypes.h22 #define dmax(a,b) (doublereal)max(a,b) macro
/external/libgsm/src/
H A Dlong_term.c65 word R, S, dmax, scal, best_k; local
72 dmax = 0;
76 if (temp > dmax) {
77 dmax = temp;
82 if (dmax == 0) scal = 0;
84 assert(dmax > 0);
85 temp = gsm_norm( (longword)dmax << 16 );
168 word R, S, dmax, scal; local
173 dmax = 0;
178 if (temp > dmax) dma
309 word R, S, dmax, scal; local
485 word R, S, dmax, scal; local
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h87 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dfx_zlib_inffast.c78 unsigned dmax; /* maximum distance from zlib header */ local
105 dmax = state->dmax;
177 if (dist > dmax) {
H A Dfx_zlib_inflate.c118 state->dmax = 32768U;
680 state->dmax = 1U << len;
1115 if (state->offset > state->dmax) {
H A Dfx_zlib_infback.c63 state->dmax = 32768U;
/external/zlib/src/
H A Dinflate.h87 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c78 unsigned dmax; /* maximum distance from zlib header */ local
105 dmax = state->dmax;
177 if (dist > dmax) {
H A Dinflate.c118 state->dmax = 32768U;
680 state->dmax = 1U << len;
1115 if (state->offset > state->dmax) {
H A Dinfback.c63 state->dmax = 32768U;
/external/iproute2/tc/
H A Dq_hfsc.c54 "SC := [ [ umax BYTE ] dmax SEC ] rate BPS\n"
57 " dmax : maximum delay\n"
340 unsigned int umax = 0, dmax = 0, rate = 0; local
351 if (matches(*argv, "dmax") == 0) {
353 if (get_time(&dmax, *argv) < 0) {
354 explain1("dmax");
369 if (umax != 0 && dmax == 0) {
370 fprintf(stderr, "HFSC: umax given but dmax is zero.\n");
374 if (dmax != 0 && ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax) > rat
[all...]
/external/aac/libSBRenc/src/
H A Dfram_gen.cpp229 static void fillFramePre (INT dmax, INT *v_bord, INT *length_v_bord,
233 static void fillFramePost (INT *parts, INT *d, INT dmax, INT *v_bord,
243 INT dmin, INT dmax, INT numberTimeSlots);
392 INT dmax = hSbrEnvFrame->dmax; local
546 fillFramePre (dmax, v_bord, length_v_bord, v_freq, length_v_freq,
552 fillFramePost (&parts, &d, dmax, v_bord, length_v_bord, v_freq,
622 length_v_freqFollow, *i_fillFollow, dmin, dmax,
628 fillFramePost (&parts, &d, dmax, v_bord, length_v_bord, v_freq,
805 hSbrEnvFrame->dmax
955 fillFramePre(INT dmax, INT *v_bord, INT *length_v_bord, INT *v_freq, INT *length_v_freq, INT bmin, INT rest) argument
1077 fillFramePost(INT *parts, INT *d, INT dmax, INT *v_bord, INT *length_v_bord, INT *v_freq, INT *length_v_freq, INT bmax, INT bufferFrameStart, INT numberTimeSlots, INT fmax) argument
1157 fillFrameInter(INT *nL, const int *v_tuningSegm, INT *v_bord, INT *length_v_bord, INT bmin, INT *v_freq, INT *length_v_freq, INT *v_bordFollow, INT *length_v_bordFollow, INT *v_freqFollow, INT *length_v_freqFollow, INT i_fillFollow, INT dmin, INT dmax, INT numberTimeSlots) argument
[all...]
H A Dfram_gen.h259 INT dmax; /*!< maximum length of dependent segments */ member in struct:__anon242
/external/boringssl/src/crypto/bn/
H A Dbn.c110 OPENSSL_cleanse(bn->d, bn->dmax * sizeof(bn->d[0]));
161 memset(bn->d, 0, bn->dmax * sizeof(bn->d[0]));
285 if (words <= (unsigned) bn->dmax) {
309 bn->dmax = words;
H A Dconvert.c149 constant_time_le_size_t(in->dmax, i), in->dmax - 1, i)];
H A Ddiv.c211 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
H A Dmontgomery.c192 tmod.dmax = 2;
/external/opencv/cv/src/
H A Dcvdominants.cpp323 /* dmax is so big (more than contour diameter)
381 int dmax = cvRound(parameter2); local
389 if( dmax == 0 )
390 dmax = dmin + 2;
395 dmin*dmin, dmax*dmax, dneigh*dneigh, (float)amax ));
/external/jdiff/src/jdiff/
H A DDiffMyers.java116 final int dmax = xlim - yoff; // Maximum valid diagonal.
138 if (fmax < dmax)
170 if (bmax < dmax)
/external/libvncserver/x11vnc/
H A Duser.c366 int success = 0, dmin = -1, dmax = -1; local
378 if (sscanf(tmp, ":%d-%d", &dmin, &dmax) != 2) {
380 dmax = -1;
386 dmax = -1;
388 dmax = dmin;
391 if ((dmin < 0 || dmax < 0) || dmin > dmax || dmax > 10000) {
393 dmax = -1;
499 for (dn = dmin; dn <= dmax; d
[all...]
/external/regex-re2/re2/
H A Dre2.cc484 string dmin, dmax; local
486 if (maxlen > 0 && prog_->PossibleMatchRange(&dmin, &dmax, maxlen)) {
488 pmax += dmax;
/external/boringssl/include/openssl/
H A Dbn.h791 int dmax; /* Size of |d|, in words. */ member in struct:bignum_st
/external/boringssl/src/include/openssl/
H A Dbn.h791 int dmax; /* Size of |d|, in words. */ member in struct:bignum_st
/external/eigen/Eigen/src/misc/
H A Dblas.h107 double BLASFUNC(dmax) (int *, double *, int *);
/external/eigen/bench/btl/libs/BLAS/
H A Dblas.h128 double BLASFUNC(dmax) (int *, double *, int *);

Completed in 564 milliseconds

12