Home
last modified time | relevance | path

Searched refs:Value2 (Results 1 – 25 of 28) sorted by relevance

12

/external/openfst/src/include/fst/
Dsigned-log-weight.h38 using PairWeight<X1, X2>::Value2;
96 if (Value2() == X2::Zero() || Value1().Value() > 0.0) in Hash()
100 size_t h2 = Value2().Hash(); in Hash()
114 T f1 = w1.Value2().Value(); in Plus()
115 T f2 = w2.Value2().Value(); in Plus()
147 SignedLogWeightTpl<T> minus_w2(-w2.Value1().Value(), w2.Value2()); in Minus()
158 T f1 = w1.Value2().Value(); in Times()
159 T f2 = w2.Value2().Value(); in Times()
174 T f1 = w1.Value2().Value();
175 T f2 = w2.Value2().Value();
[all …]
Dlexicographic-weight.h43 using PairWeight<W1, W2>::Value2;
97 if (!Value1().Member() || !Value2().Member()) return false; in Member()
99 if (Value1() == W1::Zero() && Value2() == W2::Zero()) return true; in Member()
100 if (Value1() != W1::Zero() && Value2() != W2::Zero()) return true; in Member()
129 if (less2(w.Value2(), v.Value2())) return w; in Plus()
130 if (less2(v.Value2(), w.Value2())) return v; in Plus()
138 Times(w.Value2(), v.Value2())); in Times()
146 Divide(w.Value2(), v.Value2(), typ));
Dpair-weight.h83 value2_ = w.Value2();
108 const W2& Value2() const { return value2_; } in Value2() function
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_paren ;
Dproduct-weight.h95 Plus(w.Value2(), v.Value2())); in Plus()
102 Times(w.Value2(), v.Value2())); in Times()
110 Divide(w.Value2(), v.Value2(), typ));
Dexpectation-weight.h52 using PairWeight<X1, X2>::Value2;
120 Plus(w.Value2(), v.Value2())); in Plus()
128 Plus(Times(w.Value1(), v.Value2()), in Times()
129 Times(w.Value2(), v.Value1()))); in Times()
Dpush.h156 ptype & kPushRemoveTotalWeight ? total_weight.Value2()
Ddeterminize.h104 weight_common_divisor_(w1.Value2(), w2.Value2())); in operator()
Darc-map.h823 AW w2 = arc.weight.Value2(); in operator()
895 AW w2 = arc.weight.Value2(); in operator()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp167 const uint32_t Value2) { in makeScatteredRelocationInfo() argument
172 MRE.r_word1 = Value2; in makeScatteredRelocationInfo()
216 uint32_t Value2 = 0; in recordScatteredRelocation() local
226 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in recordScatteredRelocation()
281 Log2Size, IsPCRel, Value2); in recordScatteredRelocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp161 uint32_t Value2 = 0; in RecordARMScatteredHalfRelocation() local
177 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredHalfRelocation()
228 MRE.r_word1 = Value2; in RecordARMScatteredHalfRelocation()
268 uint32_t Value2 = 0; in RecordARMScatteredRelocation() local
283 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredRelocation()
296 MRE.r_word1 = Value2; in RecordARMScatteredRelocation()
/external/clang/test/SemaCXX/
Dswitch-implicit-fallthrough.cpp213 Value1, Value2 enumerator
225 case Value2: in fallthrough_covered_enums()
/external/clang/test/SemaTemplate/
Ddefault-arguments.cpp68 template<T Value1 = sizeof(T), T Value2 = sizeof(U),
69 T Value3 = Value1 + Value2>
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-macro.cc3 #define M2(x, y) ((x)+(y)* Value2)
/external/valgrind/
Dglibc-2.7.supp17 # Param Value1 Value2 Value4 Value8 Value16 Jump
Dxfree-3.supp19 # Param Value1 Value2 Value4 Value8 Value16 Jump
Dglibc-2.5.supp19 # Param Value1 Value2 Value4 Value8 Value16 Jump
Dglibc-2.6.supp19 # Param Value1 Value2 Value4 Value8 Value16 Jump
Dglibc-2.X.supp.in22 # Param Value1 Value2 Value4 Value8 Value16 Jump
Dglibc-2.4.supp19 # Param Value1 Value2 Value4 Value8 Value16 Jump
Dglibc-2.2.supp19 # Param Value1 Value2 Value4 Value8 Value16 Jump
Dglibc-2.3.supp19 # Param Value1 Value2 Value4 Value8 Value16 Jump
/external/llvm/test/DebugInfo/
Ddebugmacinfo.test21 TEST_MACINFO: DW_MACINFO_define - lineno: 3 macro: M2(x,y) ((x)+(y)* Value2)
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp387 uint32_t Value2 = 0; in recordScatteredRelocation() local
407 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in recordScatteredRelocation()
433 MRE.r_word1 = Value2; in recordScatteredRelocation()
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h691 TYPE Value2 = this->GetAt(nStopPos); in QuickSort() local
693 int iGreate = (*pCompare)(Value1, Value2); in QuickSort()
695 this->SetAt(nStartPos, Value2); in QuickSort()
/external/clang/lib/Analysis/
DCFG.cpp734 const llvm::APSInt &Value2) { in analyzeLogicOperatorCondition() argument
735 assert(Value1.isSigned() == Value2.isSigned()); in analyzeLogicOperatorCondition()
740 return TryResult(Value1 == Value2); in analyzeLogicOperatorCondition()
742 return TryResult(Value1 != Value2); in analyzeLogicOperatorCondition()
744 return TryResult(Value1 < Value2); in analyzeLogicOperatorCondition()
746 return TryResult(Value1 <= Value2); in analyzeLogicOperatorCondition()
748 return TryResult(Value1 > Value2); in analyzeLogicOperatorCondition()
750 return TryResult(Value1 >= Value2); in analyzeLogicOperatorCondition()

12