OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qmax
(Results
1 - 5
of
5
) sorted by null
/external/iproute2/tc/
tc_red.h
4
extern int tc_red_eval_P(unsigned qmin, unsigned
qmax
, double prob);
tc_red.c
28
Plog = log(prob/(
qmax
- qmin))
30
int tc_red_eval_P(unsigned qmin, unsigned
qmax
, double prob)
32
int i =
qmax
- qmin;
/external/flac/libFLAC/
lpc.c
160
FLAC__int32
qmax
, qmin;
local
167
qmax
= 1 << precision;
168
qmin = -
qmax
;
169
qmax
--;
212
if(q >
qmax
+1) /* we expect q==
qmax
+1 occasionally due to rounding */
213
fprintf(stderr,"FLAC__lpc_quantize_coefficients: quantizer overflow: q>
qmax
%d>%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,
qmax
,*shift,cmax,precision+1,i,lp_coeff[i]);
217
if(q >
qmax
)
218
q =
qmax
;
[
all
...]
/external/eigen/Eigen/src/misc/
blas.h
108
double BLASFUNC(
qmax
) (int *, double *, int *);
[
all
...]
/external/eigen/bench/btl/libs/BLAS/
blas.h
129
double BLASFUNC(
qmax
) (int *, double *, int *);
[
all
...]
Completed in 113 milliseconds