HomeSort by relevance Sort by last modified time
    Searched refs:weight_ (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
usage-analyzer.cc 55 int weight_; member in class:v8::internal::UsageComputer
349 weight_ = weight;
361 uses->RecordWrite(weight_);
363 uses->RecordRead(weight_);
369 UsageComputer uc(weight_, false);
379 UsageComputer uc(weight_, true);
404 old_weight_ = uc->weight_;
405 int new_weight = static_cast<int>(uc->weight_ * scale);
408 uc->weight_ = new_weight;
413 uc_->weight_ = old_weight_
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
factor-weight.h 83 : weight_(w), done_(w.Size() <= 1) {}
90 StringWeightIterator<L, S> iter(weight_);
98 void Reset() { done_ = weight_.Size() <= 1; }
101 StringWeight<L, S> weight_; member in class:fst::StringFactor
111 : weight_(w), done_(w.Value1().Size() <= 1) {}
118 StringFactor<L, S> iter(weight_.Value1());
119 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2());
124 void Reset() { done_ = weight_.Value1().Size() <= 1; }
127 GallicWeight<L, W, S> weight_; member in class:fst::GallicFactor
map.h 853 explicit PlusMapper(Weight w) : weight_(w) {}
858 Weight w = Plus(arc.weight, weight_);
868 Weight weight_; member in struct:fst::PlusMapper
877 explicit TimesMapper(Weight w) : weight_(w) {}
882 Weight w = Times(arc.weight, weight_);
892 Weight weight_; member in struct:fst::TimesMapper
encode.h 49 Tuple(Label ilabel_, Label olabel_, Weight weight_)
50 : ilabel(ilabel_), olabel(olabel_), weight(weight_) {}

Completed in 62 milliseconds