OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TABLESIZE
(Results
1 - 5
of
5
) sorted by null
/external/iproute2/netem/
normal.c
14
#define
TABLESIZE
16384
29
double table[
TABLESIZE
+1];
32
i = rint(
TABLESIZE
* normal(x, 0.0, 1.0));
38
for (i = n = 0; i <
TABLESIZE
; i += 4) {
paretonormal.c
23
#define
TABLESIZE
16384
54
double table[
TABLESIZE
+1];
57
i = rint(
TABLESIZE
*normal(x, 0.0, 1.0));
64
for (i = n = 0; i <
TABLESIZE
; i += 4) {
pareto.c
14
#define
TABLESIZE
16384
maketable.c
78
#define
TABLESIZE
16384/4
135
inverttable(int *table, int inversesize, int
tablesize
, int cumulative)
145
for (i=0; i <
tablesize
; ++i) {
228
inverse = inverttable(table,
TABLESIZE
, DISTTABLESIZE, total);
229
interpolatetable(inverse,
TABLESIZE
);
230
printtable(inverse,
TABLESIZE
);
/frameworks/base/media/libstagefright/codecs/aacdec/
esc_iquant_scaling.cpp
165
IF (maxInput <
TABLESIZE
)
189
IF (absX <
TABLESIZE
)
279
* For input values >
TABLESIZE
, multiply by FACTOR to get x ^ (1/3)
296
* The actual table size is one more than
TABLESIZE
, to allow for
299
#define
TABLESIZE
(INPUTRANGE/SPACING)
496
if (maxInput <
TABLESIZE
)
534
} /* end if (maxInput <
TABLESIZE
)*/
536
else /* maxInput >=
TABLESIZE
) */
544
if (absX <
TABLESIZE
)
570
if (absX <
TABLESIZE
)
[
all
...]
Completed in 50 milliseconds