Searched refs:Value2 (Results 1 - 23 of 23) sorted by relevance

/external/openfst/src/include/fst/
H A Dsigned-log-weight.h38 using PairWeight<X1, X2>::Value2;
96 if (Value2() == X2::Zero() || Value1().Value() > 0.0)
100 size_t h2 = Value2().Hash();
114 T f1 = w1.Value2().Value();
115 T f2 = w2.Value2().Value();
147 SignedLogWeightTpl<T> minus_w2(-w2.Value1().Value(), w2.Value2());
158 T f1 = w1.Value2().Value();
159 T f2 = w2.Value2().Value();
174 T f1 = w1.Value2().Value();
175 T f2 = w2.Value2()
[all...]
H A Dlexicographic-weight.h43 using PairWeight<W1, W2>::Value2;
97 if (!Value1().Member() || !Value2().Member()) return false;
99 if (Value1() == W1::Zero() && Value2() == W2::Zero()) return true;
100 if (Value1() != W1::Zero() && Value2() != W2::Zero()) return true;
129 if (less2(w.Value2(), v.Value2())) return w;
130 if (less2(v.Value2(), w.Value2())) return v;
138 Times(w.Value2(), v.Value2()));
[all...]
H A Dproduct-weight.h95 Plus(w.Value2(), v.Value2()));
102 Times(w.Value2(), v.Value2()));
110 Divide(w.Value2(), v.Value2(), typ));
H A Dexpectation-weight.h52 using PairWeight<X1, X2>::Value2;
120 Plus(w.Value2(), v.Value2()));
128 Plus(Times(w.Value1(), v.Value2()),
129 Times(w.Value2(), v.Value1())));
H A Dpair-weight.h83 value2_ = w.Value2();
108 const W2& Value2() const { return value2_; } function in class:fst::PairWeight
215 return w.Value1() == v.Value1() && w.Value2() == v.Value2();
221 return w1.Value1() != w2.Value1() || w1.Value2() != w2.Value2();
230 ApproxEqual(w1.Value2(), w2.Value2(), delta);
242 return strm << w.Value1() << separator << w.Value2();
252 << w.Value2() << close_pare
[all...]
H A Dpush.h156 ptype & kPushRemoveTotalWeight ? total_weight.Value2()
H A Dfactor-weight.h137 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2());
H A Darc-map.h823 AW w2 = arc.weight.Value2();
895 AW w2 = arc.weight.Value2();
H A Ddeterminize.h104 weight_common_divisor_(w1.Value2(), w2.Value2()));
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproduct-weight.h66 value2_ = w.Value2();
97 W2 Value2() const { return value2_; } function in class:fst::ProductWeight
107 return w.Value1() == v.Value1() && w.Value2() == v.Value2();
113 return w1.Value1() != w2.Value1() || w1.Value2() != w2.Value2();
128 return strm << w.Value1() << separator << w.Value2();
174 Plus(w.Value2(), v.Value2()));
181 Times(w.Value2(),
[all...]
H A Ddeterminize.h95 weight_common_divisor_(w1.Value2(), w2.Value2()));
H A Dfactor-weight.h119 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2());
H A Dmap.h732 AW w2 = arc.weight.Value2();
786 AW w2 = arc.weight.Value2();
/external/clang/test/SemaCXX/
H A Dswitch-implicit-fallthrough.cpp213 Value1, Value2 enumerator in enum:Enum
225 case Value2:
/external/clang/test/SemaTemplate/
H A Ddefault-arguments.cpp64 template<T Value1 = sizeof(T), T Value2 = sizeof(U),
65 T Value3 = Value1 + Value2>
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp168 uint32_t Value2 = 0; local
183 Value2 = Writer->getSymbolAddress(B_SD, Layout);
237 MRE.Word1 = Value2;
276 uint32_t Value2 = 0; local
288 Value2 = Writer->getSymbolAddress(B_SD, Layout);
301 MRE.Word1 = Value2;
/external/harfbuzz/src/
H A Dharfbuzz-gpos-private.h212 HB_ValueRecord Value2; /* pos. data for second glyph */ member in struct:HB_PairValueRecord_
241 HB_ValueRecord Value2; /* pos. data for second glyph */ member in struct:HB_Class2Record_
H A Dharfbuzz-gpos.c1114 error = Load_ValueRecord( &pvr[n].Value2, format2,
1133 Free_ValueRecord( &pvr[m].Value2, format2 );
1160 Free_ValueRecord( &pvr[n].Value2, format2 );
1319 error = Load_ValueRecord( &c2r[n].Value2, format2,
1338 Free_ValueRecord( &c2r[k].Value2, format2 );
1355 Free_ValueRecord( &c2r[n].Value2, format2 );
1397 Free_ValueRecord( &c2r[n].Value2, format2 );
1526 return Get_ValueRecord( gpi, &pvr->Value2, format2,
1566 return Get_ValueRecord( gpi, &c2r->Value2, format2, POSITION( buffer->in_pos ) );
H A Dharfbuzz-dump.c570 DUMP_VALUE_RECORD (&PairValueRecord->Value2, ValueFormat2);
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gpos-private.h212 HB_ValueRecord Value2; /* pos. data for second glyph */ member in struct:HB_PairValueRecord_
241 HB_ValueRecord Value2; /* pos. data for second glyph */ member in struct:HB_Class2Record_
H A Dharfbuzz-gpos.c1114 error = Load_ValueRecord( &pvr[n].Value2, format2,
1133 Free_ValueRecord( &pvr[m].Value2, format2 );
1160 Free_ValueRecord( &pvr[n].Value2, format2 );
1319 error = Load_ValueRecord( &c2r[n].Value2, format2,
1338 Free_ValueRecord( &c2r[k].Value2, format2 );
1355 Free_ValueRecord( &c2r[n].Value2, format2 );
1397 Free_ValueRecord( &c2r[n].Value2, format2 );
1526 return Get_ValueRecord( gpi, &pvr->Value2, format2,
1566 return Get_ValueRecord( gpi, &c2r->Value2, format2, POSITION( buffer->in_pos ) );
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp363 uint32_t Value2 = 0; local
379 Value2 = Writer->getSymbolAddress(B_SD, Layout);
405 MRE.Word1 = Value2;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1757 SDValue Value1, Value2;
1779 } else if (!Value2.getNode()) {
1781 Value2 = V;
1782 } else if (V != Value1 && V != Value2) {
1838 if (Value2.getNode())
1839 Vec2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Value2);

Completed in 570 milliseconds