HomeSort by relevance Sort by last modified time
    Searched refs:Value2 (Results 1 - 25 of 28) sorted by null

1 2

  /external/openfst/src/include/fst/
lexicographic-weight.h 43 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...]
signed-log-weight.h 38 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().Value()
    [all...]
product-weight.h 95 Plus(w.Value2(), v.Value2()));
102 Times(w.Value2(), v.Value2()));
110 Divide(w.Value2(), v.Value2(), typ));
expectation-weight.h 52 using PairWeight<X1, X2>::Value2;
120 Plus(w.Value2(), v.Value2()));
128 Plus(Times(w.Value1(), v.Value2()),
129 Times(w.Value2(), v.Value1())));
pair-weight.h 83 value2_ = w.Value2();
108 const W2& Value2() const { return value2_; }
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
    [all...]
push.h 156 ptype & kPushRemoveTotalWeight ? total_weight.Value2()
determinize.h 104 weight_common_divisor_(w1.Value2(), w2.Value2()));
    [all...]
factor-weight.h 137 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2());
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s 50 Value2 RN 5
65 MOV Value2, #0 ;// Initialize the zero value
87 LDRSBNE Value2,[pSrc,#1] ;// Load byte wise to avoid unaligned access
91 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc++
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 51 Value2 RN 5
88 MOV Value2, #0 ;// Initialize the zero value
95 LDRSBNE Value2,[pSrc,#1]
99 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc++
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s 50 Value2 RN 5
65 MOV Value2, #0 ;// Initialize the zero value
87 LDRSBNE Value2,[pSrc,#1] ;// Load byte wise to avoid unaligned access
91 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc++
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 54 Value2 RN 5
102 LDRSBNE Value2,[pSrc,#1]
106 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc++
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c 503 * Returns the result of saturated addition of the two inputs Value1, Value2
507 * [in] Value2 Second Operand
515 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2)
519 Result = Value1 + Value2;
521 if( (Value1^Value2) >= 0)
556 * Returns the result of saturated addition of the two inputs Value1, Value2
560 * [in] Value2 Second Operand
568 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S64 Value2)
572 Result = Value1 + Value2;
574 if( (Value1^Value2) >= 0
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM.c 503 * Returns the result of saturated addition of the two inputs Value1, Value2
507 * [in] Value2 Second Operand
515 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2)
519 Result = Value1 + Value2;
521 if( (Value1^Value2) >= 0)
556 * Returns the result of saturated addition of the two inputs Value1, Value2
560 * [in] Value2 Second Operand
568 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S64 Value2)
572 Result = Value1 + Value2;
574 if( (Value1^Value2) >= 0
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM.c 503 * Returns the result of saturated addition of the two inputs Value1, Value2
507 * [in] Value2 Second Operand
515 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2)
519 Result = Value1 + Value2;
521 if( (Value1^Value2) >= 0)
556 * Returns the result of saturated addition of the two inputs Value1, Value2
560 * [in] Value2 Second Operand
568 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S64 Value2)
572 Result = Value1 + Value2;
574 if( (Value1^Value2) >= 0
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 168 const uint32_t Value2) {
173 MRE.r_word1 = Value2;
219 uint32_t Value2 = 0;
229 Value2 = Writer->getSymbolAddress(B_SD, Layout);
284 Log2Size, IsPCRel, Value2);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 163 uint32_t Value2 = 0;
178 Value2 = Writer->getSymbolAddress(B_SD, Layout);
229 MRE.r_word1 = Value2;
268 uint32_t Value2 = 0;
281 Value2 = Writer->getSymbolAddress(B_SD, Layout);
294 MRE.r_word1 = Value2;
  /external/clang/test/SemaCXX/
switch-implicit-fallthrough.cpp 213 Value1, Value2
225 case Value2:
  /external/clang/test/SemaTemplate/
default-arguments.cpp 66 template<T Value1 = sizeof(T), T Value2 = sizeof(U),
67 T Value3 = Value1 + Value2>
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM.h 323 * Returns the result of saturated addition of the two inputs Value1, Value2
327 * [in] Value2 Second Operand
337 OMX_S32 Value2
344 * Returns the result of saturated addition of the two inputs Value1, Value2
348 * [in] Value2 Second Operand
358 OMX_S64 Value2
364 * Returns the result of saturated substraction of the two inputs Value1, Value2
368 * [in] Value2 Second Operand
377 OMX_S32 Value2
384 * Returns the result of Multiplication of Value1 and Value2 and subesquent saturate
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM.h 323 * Returns the result of saturated addition of the two inputs Value1, Value2
327 * [in] Value2 Second Operand
337 OMX_S32 Value2
344 * Returns the result of saturated addition of the two inputs Value1, Value2
348 * [in] Value2 Second Operand
358 OMX_S64 Value2
364 * Returns the result of saturated substraction of the two inputs Value1, Value2
368 * [in] Value2 Second Operand
377 OMX_S32 Value2
384 * Returns the result of Multiplication of Value1 and Value2 and subesquent saturate
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM.h 323 * Returns the result of saturated addition of the two inputs Value1, Value2
327 * [in] Value2 Second Operand
337 OMX_S32 Value2
344 * Returns the result of saturated addition of the two inputs Value1, Value2
348 * [in] Value2 Second Operand
358 OMX_S64 Value2
364 * Returns the result of saturated substraction of the two inputs Value1, Value2
368 * [in] Value2 Second Operand
377 OMX_S32 Value2
384 * Returns the result of Multiplication of Value1 and Value2 and subesquent saturate
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 367 uint32_t Value2 = 0;
384 Value2 = Writer->getSymbolAddress(B_SD, Layout);
410 MRE.r_word1 = Value2;
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 505 TYPE Value2 = this->GetAt(nStopPos);
507 int iGreate = (*pCompare)(Value1, Value2);
510 this->SetAt(nStartPos, Value2);
  /external/clang/lib/Analysis/
CFG.cpp 662 const llvm::APSInt &Value2) {
663 assert(Value1.isSigned() == Value2.isSigned());
668 return TryResult(Value1 == Value2);
670 return TryResult(Value1 != Value2);
672 return TryResult(Value1 < Value2);
674 return TryResult(Value1 <= Value2);
676 return TryResult(Value1 > Value2);
678 return TryResult(Value1 >= Value2);
757 // Value less than both Value1 and Value2
761 // Value between Value1 and Value2
    [all...]

Completed in 651 milliseconds

1 2