HomeSort by relevance Sort by last modified time
    Searched refs:One (Results 51 - 75 of 215) sorted by null

1 23 4 5 6 7 8 9

  /external/openfst/src/include/fst/
reverse.h 65 ofst->SetFinal(os, RevWeight::One());
power-weight.h 42 using TupleWeight<W, n>::One;
61 static const PowerWeight<W, n> &One() {
62 static const PowerWeight<W, n> one(TupleWeight<W, n>::One());
63 return one;
factor-weight.h 91 pair<W, W> Value() const { return make_pair(W::One(), W::One()); } // unused
138 GallicWeight<L, W, S> w2(iter.Value().second, W::One());
224 StateId start = FindState(Element(fst_->Start(), Weight::One()));
283 if (!(mode_ & kFactorArcWeights) && e.weight == Weight::One()) {
316 StateId d = FindState(Element(arc.nextstate, Weight::One()));
arc-map.h 99 // We include a various map versions below. One dimension of
131 fst->SetFinal(superfinal, Weight::One());
160 fst->SetFinal(superfinal, Weight::One());
236 ofst->SetFinal(superfinal, B::Weight::One());
264 ofst->SetFinal(superfinal, B::Weight::One());
391 SetFinal(s, Weight::One());
403 SetFinal(s, s == superfinal_ ? Weight::One() : Weight::Zero());
777 return ToArc(0, 0, GW(SW::One(), arc.weight), kNoStateId);
784 GW(SW::One(), arc.weight), arc.nextstate);
878 fst_->SetFinal(state_, AW::One());
    [all...]
pair-weight.h 61 static const PairWeight<W1, W2> &One() {
62 static const PairWeight<W1, W2> one(W1::One(), W2::One());
63 return one;
complement.h 95 return Weight::One();
259 arc_.weight = Weight::One();
test-properties.h 175 if (arc.weight != Weight::One() && arc.weight != Weight::Zero()) {
203 if (final != Weight::One()) {
properties.h 56 // - one positive and one negative. If the positive bit is set, the
391 if (old_weight != Weight::Zero() && old_weight != Weight::One()) {
394 if (new_weight != Weight::Zero() && new_weight != Weight::One()) {
439 if (arc.weight != A::Weight::Zero() && arc.weight != A::Weight::One()) {
prune.h 98 // 'Plus(w, W::One()) = One()'.
141 idistance[s] = Weight::One();
195 // bounded, i.e., 'Plus(w, W::One()) = One()'.
215 // bounded, i.e., 'Plus(w, W::One()) = One()'.
237 if (less(opts.weight_threshold, Weight::One()) ||
265 idistance[s] = Weight::One();
325 // needs to be bounded, i.e., 'Plus(w, W::One()) = W::One()'
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reverse.h 56 ofst->SetFinal(os, RevWeight::One());
product-weight.h 44 static const ProductWeight<W1, W2> &One() {
45 static const ProductWeight<W1, W2> one(W1::One(), W2::One());
46 return one;
test-properties.h 126 Arc prev_arc(kNoLabel, kNoLabel, Weight::One(), 0);
170 if (arc.weight != Weight::One() && arc.weight != Weight::Zero()) {
197 if (final != Weight::One()) {
map.h 68 // We include a various map versions below. One dimension of
94 fst->SetFinal(superfinal, Weight::One());
119 fst->SetFinal(superfinal, Weight::One());
177 ofst->SetFinal(superfinal, B::Weight::One());
201 ofst->SetFinal(superfinal, B::Weight::One());
314 this->SetFinal(s, Weight::One());
326 this->SetFinal(s, s == superfinal_ ? Weight::One() : Weight::Zero());
693 return ToArc(0, 0, GW(SW::One(), arc.weight), kNoStateId);
700 GW(SW::One(), arc.weight), arc.nextstate);
771 fst_->SetFinal(state_, AW::One());
    [all...]
complement.h 78 return Weight::One();
239 arc_.weight = Weight::One();
float-weight.h 128 static const TropicalWeight One() { return TropicalWeight(0.0F); }
194 static const LogWeight One() { return LogWeight(0.0F); }
shortest-distance.h 124 (*distance_)[source] = Weight::One();
125 rdistance_[source] = Weight::One();
  /external/openfst/src/include/fst/script/
compile-impl.h 90 fst_.SetFinal(s, Weight::One());
99 arc.weight = Weight::One();
110 arc.weight = Weight::One();
draw-impl.h 171 if (show_weight_one_ || (final != Weight::One())) {
200 if (show_weight_one_ || (arc.weight != Weight::One())) {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
RegisterType.java 96 One,
116 //example if the register's type is an Integer on one incomming code path, but is a Reference type on another
125 /* Unknown Uninit Null One, Boolean Byte PosByte Short PosShort Char Integer, Float, LongLo LongHi DoubleLo DoubleHi UninitRef UninitThis Reference Conflicted*/
126 /*Unknown*/ {Unknown, Uninit, Null, One, Boolean, Byte, PosByte, Short, PosShort, Char, Integer, Float, LongLo, LongHi, DoubleLo, DoubleHi, UninitRef, UninitThis, Reference, Conflicted},
129 /*One*/ {One, Conflicted, Boolean, One, Boolean, Byte, PosByte, Short, PosShort, Char, Integer, Float, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted},
155 /* Unknown Uninit Null One, Boolean Byte PosByte Short PosShort Char Integer, Float, LongLo LongHi DoubleLo DoubleHi UninitRef UninitThis Reference Conflicted |slot type*/
159 /*One*/ {false, false, false, true, true, true, true, true, true, true, true, true, false, false, false, false, false, false, false, false},
252 return getRegisterType(Category.One, null)
    [all...]
  /external/srec/tools/grxmlcompile/
fst-io.h 122 if (arc.weight != Weight::One())
130 if (final != Weight::One()) {
243 fst_.SetFinal(s, Weight::One());
252 arc.weight = Weight::One();
263 arc.weight = Weight::One();
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 135 ConstantInt *One = Builder.getInt32(1);
229 Value *SR_1 = Builder.CreateAdd(SR, One);
267 Value *Tmp5 = Builder.CreateShl(R_1, One);
270 Value *Tmp8 = Builder.CreateShl(Q_2, One);
274 Value *Carry = Builder.CreateAnd(Tmp10, One);
290 Value *Tmp13 = Builder.CreateShl(Q_3, One);
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 298 CharUnits::One());
457 if (NumBytesToAppend > CharUnits::One())
522 unionAlign = CharUnits::One();
529 unionAlign = CharUnits::One();
543 AppendPadding(baseOffset, CharUnits::One());
894 if (numBytes > CharUnits::One())
910 return CharUnits::One();
917 return CharUnits::One();
919 CharUnits maxAlignment = CharUnits::One();
    [all...]
  /external/chromium_org/v8/test/webkit/
array-index-immediate-types.js 28 var array = ["Zero", "One"];
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 126 self.validate("""x = {'one'}""")
129 self.validate("""x = {'one', 1,}""")
132 self.validate("""x = {'one', 'two', 'three'}""")
193 b"and Larger Than One Block-Size Data"),
211 "and Larger Than One Block-Size Data"),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 126 self.validate("""x = {'one'}""")
129 self.validate("""x = {'one', 1,}""")
132 self.validate("""x = {'one', 'two', 'three'}""")
193 b"and Larger Than One Block-Size Data"),
211 "and Larger Than One Block-Size Data"),

Completed in 1568 milliseconds

1 23 4 5 6 7 8 9