/external/openfst/src/include/fst/ |
push.h | 104 typename Arc::Weight total_weight = Arc::Weight::One(); local 106 total_weight = internal::ComputeTotalWeight(*fst, distance, 110 internal::RemoveWeight(fst, total_weight, type == REWEIGHT_TO_FINAL); 148 typename GallicArc<Arc, stype>::Weight total_weight = local 151 total_weight = internal::ComputeTotalWeight( 153 total_weight = typename GallicArc<Arc, stype>::Weight( 154 ptype & kPushRemoveCommonAffix ? total_weight.Value1() 156 ptype & kPushRemoveTotalWeight ? total_weight.Value2() 161 internal::RemoveWeight(&gfst, total_weight, rtype == REWEIGHT_TO_FINAL);
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
suggestions_combiner.cc | 76 int total_weight = 0; local 78 total_weight += sources_[i]->GetWeight(); 79 DCHECK_GT(total_weight, 0); 92 error = numerator % total_weight; 93 int item_count = std::min(numerator / total_weight,
|
/external/chromium_org/tools/profile_chrome/third_party/ |
perf_to_tracing.py | 81 self.total_weight = 0.0 101 return self.total_weight 105 self.total_weight += s.weight 107 self.total_weight += c.GetTotalWeight() 109 return self.total_weight
|
/external/chromium_org/net/spdy/ |
spdy_priority_forest.h | 422 uint64 total_weight = 0; local 432 total_weight += static_cast<uint64>(root.depends_on.priority); 433 roots[total_weight] = root_id; 445 if (total_weight == 0) { 454 roots.upper_bound(base::RandGenerator(total_weight));
|
/external/chromium_org/third_party/libwebp/enc/ |
analysis.c | 170 int total_weight; local 194 total_weight = 0; 201 total_weight += accum[n]; 204 weighted_average = (weighted_average + total_weight / 2) / total_weight;
|
/external/webp/src/enc/ |
analysis.c | 170 int total_weight; local 194 total_weight = 0; 201 total_weight += accum[n]; 204 weighted_average = (weighted_average + total_weight / 2) / total_weight;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
ratectrl.c | 1379 unsigned int total_weight = 0; local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
ratectrl.c | 1379 unsigned int total_weight = 0; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
ratectrl.c | 1379 unsigned int total_weight = 0; local [all...] |
/external/opencv/ml/src/ |
mltree.cpp | 2274 double max_val = -1, total_weight = 0; local [all...] |