/external/openfst/src/include/fst/ |
D | signed-log-weight.h | 38 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 …]
|
D | lexicographic-weight.h | 43 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));
|
D | pair-weight.h | 83 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 ;
|
D | product-weight.h | 95 Plus(w.Value2(), v.Value2())); in Plus() 102 Times(w.Value2(), v.Value2())); in Times() 110 Divide(w.Value2(), v.Value2(), typ));
|
D | expectation-weight.h | 52 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()
|
D | push.h | 156 ptype & kPushRemoveTotalWeight ? total_weight.Value2()
|
D | determinize.h | 104 weight_common_divisor_(w1.Value2(), w2.Value2())); in operator()
|
D | arc-map.h | 823 AW w2 = arc.weight.Value2(); in operator() 895 AW w2 = arc.weight.Value2(); in operator()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 167 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/ |
D | ARMMachObjectWriter.cpp | 161 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/ |
D | switch-implicit-fallthrough.cpp | 213 Value1, Value2 enumerator 225 case Value2: in fallthrough_covered_enums()
|
/external/clang/test/SemaTemplate/ |
D | default-arguments.cpp | 68 template<T Value1 = sizeof(T), T Value2 = sizeof(U), 69 T Value3 = Value1 + Value2>
|
/external/llvm/test/DebugInfo/Inputs/ |
D | dwarfdump-macro.cc | 3 #define M2(x, y) ((x)+(y)* Value2)
|
/external/valgrind/ |
D | glibc-2.7.supp | 17 # Param Value1 Value2 Value4 Value8 Value16 Jump
|
D | xfree-3.supp | 19 # Param Value1 Value2 Value4 Value8 Value16 Jump
|
D | glibc-2.5.supp | 19 # Param Value1 Value2 Value4 Value8 Value16 Jump
|
D | glibc-2.6.supp | 19 # Param Value1 Value2 Value4 Value8 Value16 Jump
|
D | glibc-2.X.supp.in | 22 # Param Value1 Value2 Value4 Value8 Value16 Jump
|
D | glibc-2.4.supp | 19 # Param Value1 Value2 Value4 Value8 Value16 Jump
|
D | glibc-2.2.supp | 19 # Param Value1 Value2 Value4 Value8 Value16 Jump
|
D | glibc-2.3.supp | 19 # Param Value1 Value2 Value4 Value8 Value16 Jump
|
/external/llvm/test/DebugInfo/ |
D | debugmacinfo.test | 21 TEST_MACINFO: DW_MACINFO_define - lineno: 3 macro: M2(x,y) ((x)+(y)* Value2)
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 387 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/ |
D | fsdk_mgr.h | 691 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/ |
D | CFG.cpp | 734 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()
|