OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:total_weight
(Results
1 - 8
of
8
) sorted by null
/external/autotest/client/profilers/powertop/src/
suggestions.c
56
static int
total_weight
;
variable
77
total_weight
= 0;
99
total_weight
+= weight;
112
if (
total_weight
==0 || suggestions==NULL) {
118
weight =
total_weight
;
/external/ltp/utils/ffsb-6.0-rc2/
ffsb_op.c
87
unsigned
total_weight
)
93
(double)
total_weight
;
116
uint64_t
total_weight
= 0;
local
121
total_weight
+= results->op_weight[i];
131
total_weight
);
/external/wpa_supplicant_8/src/ap/
acs.c
605
double
total_weight
;
local
639
total_weight
= 1;
648
total_weight
+= 1;
667
total_weight
+= ACS_ADJ_WEIGHT;
675
total_weight
+= ACS_NEXT_ADJ_WEIGHT;
683
total_weight
+= ACS_ADJ_WEIGHT;
691
total_weight
+= ACS_NEXT_ADJ_WEIGHT;
696
factor /=
total_weight
;
/external/libvpx/libvpx/vp8/encoder/
ratectrl.c
1296
unsigned int
total_weight
= 0;
local
[
all
...]
/packages/services/BuiltInPrintService/jni/plugins/
wprint_scaler.c
437
sint32
total_weight
;
local
444
total_weight
= x_factor_inv >> 24;
448
while (
total_weight
> 0) {
481
total_weight
-= curr_weight;
482
curr_weight =
total_weight
> 256 ? 256 :
total_weight
;
501
sint32
total_weight
;
local
508
total_weight
= x_factor_inv >> 24;
512
while (
total_weight
> 0) {
542
total_weight
-= curr_weight
560
sint32
total_weight
;
local
616
sint32
total_weight
;
local
669
sint32
total_weight
;
local
719
sint32
total_weight
;
local
765
sint32
total_weight
;
local
808
sint32
total_weight
;
local
848
sint32
total_weight
;
local
[
all
...]
/external/webp/src/enc/
analysis_enc.c
174
int
total_weight
;
local
198
total_weight
= 0;
205
total_weight
+= accum[n];
208
weighted_average = (weighted_average +
total_weight
/ 2) /
total_weight
;
/external/ImageMagick/MagickCore/
enhance.c
1410
total_weight
;
local
[
all
...]
/external/opencv/ml/src/
mltree.cpp
2274
double max_val = -1,
total_weight
= 0;
local
[
all
...]
Completed in 3926 milliseconds