HomeSort by relevance Sort by last modified time
    Searched full:weight (Results 1 - 25 of 663) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/js/resources/
js-test-style.css 2 font-weight: bold;
6 font-weight: bold;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
prune.h 31 typedef typename A::Weight Weight;
34 Weight threshold;
39 vector<Weight> *idistance;
42 vector<Weight> *fdistance;
44 PruneOptions(const Weight& t, ArcFilter f, vector<Weight> *id = 0,
45 vector<Weight> *fd = 0)
52 // do not belong to a successful path whose weight is no more than
53 // 'opts.threshold' Times() the weight of the shortest path. Weight
102 Weight weight = Times(Times((*idistance)[state], arc.weight), local
210 Weight weight = Times(Times((*idistance)[state], arc.weight), local
    [all...]
random-weight.h 1 // random-weight.h
26 #include "fst/lib/float-weight.h"
27 #include "fst/lib/product-weight.h"
28 #include "fst/lib/string-weight.h"
33 // divisors should be returned in the random weight generation.
39 typedef TropicalWeight Weight;
46 Weight operator() () const {
49 return Weight::Zero();
51 return Weight(static_cast<float>(n));
66 typedef LogWeight Weight;
    [all...]
arc.h 22 #include "fst/lib/float-weight.h"
23 #include "fst/lib/product-weight.h"
24 #include "fst/lib/string-weight.h"
32 typedef TropicalWeight Weight;
35 StdArc(Label i, Label o, Weight w, StateId s)
36 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
47 Weight weight; // Transition weight member in struct:fst::StdArc
56 typedef LogWeight Weight;
71 Weight weight; \/\/ Transition weight member in struct:fst::LogArc
100 Weight weight; \/\/ Transition weight member in class:fst::StringArc
134 Weight weight; \/\/ Transition weight member in struct:fst::GallicArc
159 Weight weight; \/\/ Transition weight member in struct:fst::ReverseArc
    [all...]
reweight.h 30 // vector in the direction defined by TYPE. Weight needs to be left
34 // An arc of weight w, with an origin state of potential p and
39 void Reweight(MutableFst<Arc> *fst, vector<typename Arc::Weight> potential,
41 typedef typename Arc::Weight Weight;
46 potential.push_back(Weight::Zero());
48 if (type == REWEIGHT_TO_FINAL && !(Weight::Properties() & kRightSemiring))
50 << "Weight to be right distributive: "
51 << Weight::Type();
53 if (type == REWEIGHT_TO_INITIAL && !(Weight::Properties() & kLeftSemiring)
    [all...]
shortest-path.h 55 // The shortest path is the lowest weight path w.r.t. the natural
63 vector<typename Arc::Weight> *distance,
66 typedef typename Arc::Weight Weight;
75 vector<Weight> rdistance;
82 Weight f_distance = Weight::Zero();
90 if ((Weight::Properties() & (kPath | kRightSemiring))
92 LOG(FATAL) << "SingleShortestPath: Weight needs to have the path"
93 << " property and be right distributive: " << Weight::Type()
    [all...]
reverse.h 27 // MutableFst. If A transduces string x to y with weight a, then the
29 // weight a.Reverse().
34 // the input arc type except having the reversed Weight type.
38 typedef typename Arc::Weight Weight;
39 typedef typename RevArc::Weight RevWeight;
58 Weight final = ifst.Final(is);
59 if (final != Weight::Zero()) {
68 RevArc oarc(iarc.ilabel, iarc.olabel, iarc.weight.Reverse(), os);
randgen.h 34 // transition is selected. If N == NumArcs(), then the final weight at
44 typedef typename A::Weight Weight;
51 if (fst.Final(s) != Weight::Zero())
58 // log probabilities after normalizing for the total weight leaving
59 // the state). Weight::zero transitions are disregarded.
60 // Assumes Weight::Value() accesses the floating point
61 // representation of the weight.
65 typedef typename A::Weight Weight;
    [all...]
determinize.h 32 #include "fst/lib/factor-weight.h"
49 typedef W Weight;
62 typedef StringWeight<L, S> Weight;
64 Weight operator()(const Weight &w1, const Weight &w2) const {
69 LOG(FATAL) << "LabelCommonDivisor: Weight needs to be left semiring";
72 return Weight::One();
73 else if (w1 == Weight::Zero())
74 return Weight(iter2.Value())
219 Weight weight; \/\/ Residual weight member in struct:fst::DeterminizeFsaImpl::Element
    [all...]
shortest-distance.h 58 typedef typename Arc::Weight Weight;
62 vector<Weight> *distance,
79 vector<Weight> *distance_;
85 vector<Weight> rdistance_; // Relaxation distance.
99 if (!(Weight::Properties() & kRightSemiring))
100 LOG(FATAL) << "ShortestDistance: Weight needs to be right distributive: "
101 << Weight::Type();
115 distance_->push_back(Weight::Zero());
116 rdistance_.push_back(Weight::Zero())
    [all...]
map.h 31 // A final weight is mapped into a final weight. An error
35 // A final weight is mapped to an arc to the superfinal state
36 // when the result cannot be represented as a final weight.
40 // A final weight is mapped to an arc to the superfinal state
41 // unless the result can be represented as a final weight of weight
56 // // form A(0, 0, weight, kNoStateId).
83 typedef typename A::Weight Weight;
    [all...]
closure.h 28 // MutableFst input. If FST transduces string x to y with weight a,
29 // then the closure transduces x to y with weight a, xx to yy with
30 // weight Times(a, a), xxx to yyy with with Times(Times(a, a), a),
32 // transduced to itself with weight Weight::One() as well.
42 typedef typename Arc::Weight Weight;
50 Weight final = fst->Final(s);
51 if (final != Weight::Zero())
57 fst->SetFinal(nstart, Weight::One())
    [all...]
rational.h 53 typedef typename A::Weight Weight;
71 rfst_.SetFinal(1, Weight::One());
75 rfst_.AddArc(0, A(0, -1, Weight::One(), 1));
76 rfst_.AddArc(0, A(0, -2, Weight::One(), 1));
94 rfst_.SetFinal(2, Weight::One());
98 rfst_.AddArc(0, A(0, -1, Weight::One(), 1));
99 rfst_.AddArc(1, A(0, -2, Weight::One(), 2));
115 rfst_.SetFinal(0, Weight::One());
116 rfst_.AddArc(0, A(0, -1, Weight::One(), 0))
    [all...]
factor-weight.h 1 // factor-weight.h
50 // A factor iterator takes as argument a weight w and returns a
149 typedef typename A::Weight Weight;
156 Element(StateId s, Weight w) : state(s), weight(w) {}
159 Weight weight; // Residual weight member in struct:fst::FactorWeightFstImpl::Element
165 SetType("factor-weight");
    [all...]
union.h 29 // weight a and B transduces string w to v with weight b, then their
30 // union transduces x to y with weight a and w to v with weight b.
40 typedef typename Arc::Weight Weight;
73 fst1->AddArc(start1, Arc(0, 0, Weight::One(), start2 + numstates1));
77 fst1->AddArc(nstart1, Arc(0, 0, Weight::One(), start1));
78 fst1->AddArc(nstart1, Arc(0, 0, Weight::One(), start2 + numstates1));
96 // Fst. If A transduces string x to y with weight a and B transduce
    [all...]
weight.h 0 // weight.h
17 // General weight set and associated semiring operation definitions.
29 // A Weight class is required to be (at least) a left or right semiring.
31 // In addition, the following should be defined for a Weight:
33 // >>: reads textual representation of a weight.
34 // <<: prints textual representation of a weight.
35 // Read(istream &): reads binary representation of a weight.
36 // Write(ostrem &): writes binary representation of a weight.
37 // Hash: maps weight to ssize_t.
47 // ReverseWeight: the type of the corresponding reverse weight
    [all...]
  /dalvik/docs/
prettify.css 18 .kwd { color: #006; font-weight: bold; }
20 .typ { color: #404; font-weight: bold; }
24 .tag { color: #006; font-weight: bold; }
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeglob.c 56 int weight; member in struct:XdgGlobHashNode
64 int weight; member in struct:XdgGlobList
114 int weight)
122 new_element->weight = weight;
158 printf (" - %s %d\n", glob_hash_node->mime_type, glob_hash_node->weight);
171 int weight)
256 child->weight = weight;
266 node->weight = weight
296 int weight; member in struct:__anon1938
575 int weight; local
    [all...]
  /external/chromium/base/third_party/xdg_mime/
xdgmimeglob.c 56 int weight; member in struct:XdgGlobHashNode
64 int weight; member in struct:XdgGlobList
114 int weight)
122 new_element->weight = weight;
158 printf (" - %s %d\n", glob_hash_node->mime_type, glob_hash_node->weight);
171 int weight)
256 child->weight = weight;
266 node->weight = weight
296 int weight; member in struct:__anon2294
574 int weight; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
WeightTest.java 19 import android.widget.layout.table.Weight;
27 * {@link android.widget.layout.table.Weight} is
28 * setup to exercise tables in which cells use a weight.
30 public class WeightTest extends ActivityInstrumentationTestCase<Weight> {
37 super("com.android.frameworks.coretests", Weight.class);
44 final Weight activity = getActivity();
  /external/chromium/third_party/icu/source/test/intltest/
wbnf.h 9 and standard BNF is the WBNF accepts weight for its alternation items.
10 The weight specifies the opportunity it will be selected.
13 which can be described with standard BNF. The introduction of 'weight'
32 weight = integer %
33 weight-list = weight-list weight | weight
40 alt-item = sequence | sequence weight
47 repeat = modified quantifier | modified quantifier weight-lis
    [all...]
  /external/icu4c/test/intltest/
wbnf.h 9 and standard BNF is the WBNF accepts weight for its alternation items.
10 The weight specifies the opportunity it will be selected.
13 which can be described with standard BNF. The introduction of 'weight'
32 weight = integer %
33 weight-list = weight-list weight | weight
40 alt-item = sequence | sequence weight
47 repeat = modified quantifier | modified quantifier weight-lis
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
java5.php     [all...]
  /external/webkit/WebKitTools/CodeCoverage/
gcov.css 10 font-weight:bold;
25 font-weight:bold;
30 font-weight:bold;
36 font-weight:bold;
61 font-weight:bold;
78 font-weight:bold;
93 font-weight:bold;
  /external/libvpx/examples/includes/geshi/docs/api/media/
stylesheet.css 12 .info-box-title { margin: 1em 0em 0em 0em; font-weight: normal; font-size: 14pt; color: #999999; border-bottom: 2px solid #999999; }
29 .index-item-details { font-weight: normal; font-style: italic; font-size: 8pt }
31 .index-letter-title { font-size: 12pt; font-weight: bold }
38 .short-description { font-weight: bold; color: #666666; }
42 .package { font-weight: bold; }
43 .package-title { font-weight: bold; font-size: 14pt; border-bottom: 1px solid black }
45 .sub-package { font-weight: bold; }
52 .field { font-weight: bold; }
65 .class-name { color: #0000AA; font-weight: bold; }
70 .method-title { color: #009000; font-weight: bold;
    [all...]

Completed in 408 milliseconds

1 2 3 4 5 6 7 8 91011>>