HomeSort by relevance Sort by last modified time
    Searched refs:Value2 (Results 1 - 25 of 32) 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()
  /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++
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 66 value2_ = w.Value2();
97 W2 Value2() const { return value2_; }
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(), v.Value2()))
    [all...]
determinize.h 93 weight_common_divisor_(w1.Value2(), w2.Value2()));
factor-weight.h 117 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2());
  /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 168 uint32_t Value2 = 0;
183 Value2 = Writer->getSymbolAddress(B_SD, Layout);
234 MRE.r_word1 = Value2;
273 uint32_t Value2 = 0;
286 Value2 = Writer->getSymbolAddress(B_SD, Layout);
299 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 382 uint32_t Value2 = 0;
399 Value2 = Writer->getSymbolAddress(B_SD, Layout);
425 MRE.r_word1 = Value2;
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 556 TYPE Value2 = this->GetAt(nStopPos);
558 int iGreate = (*pCompare)(Value1, Value2);
561 this->SetAt(nStartPos, Value2);

Completed in 1164 milliseconds

1 2