HomeSort by relevance Sort by last modified time
    Searched refs:Value2 (Results 1 - 25 of 33) 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 36 Value2 RN 5
51 MOV Value2, #0 ;// Initialize the zero value
73 LDRSBNE Value2,[pSrc,#1] ;// Load byte wise to avoid unaligned access
77 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc++
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 37 Value2 RN 5
74 MOV Value2, #0 ;// Initialize the zero value
81 LDRSBNE Value2,[pSrc,#1]
85 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 36 Value2 RN 5
51 MOV Value2, #0 ;// Initialize the zero value
73 LDRSBNE Value2,[pSrc,#1] ;// Load byte wise to avoid unaligned access
77 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc++
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 40 Value2 RN 5
88 LDRSBNE Value2,[pSrc,#1]
92 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 95 weight_common_divisor_(w1.Value2(), w2.Value2()));
factor-weight.h 119 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2());
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c 488 * Returns the result of saturated addition of the two inputs Value1, Value2
492 * [in] Value2 Second Operand
500 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2)
504 Result = Value1 + Value2;
506 if( (Value1^Value2) >= 0)
541 * Returns the result of saturated addition of the two inputs Value1, Value2
545 * [in] Value2 Second Operand
553 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S64 Value2)
557 Result = Value1 + Value2;
559 if( (Value1^Value2) >= 0
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM.c 488 * Returns the result of saturated addition of the two inputs Value1, Value2
492 * [in] Value2 Second Operand
500 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2)
504 Result = Value1 + Value2;
506 if( (Value1^Value2) >= 0)
541 * Returns the result of saturated addition of the two inputs Value1, Value2
545 * [in] Value2 Second Operand
553 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S64 Value2)
557 Result = Value1 + Value2;
559 if( (Value1^Value2) >= 0
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM.c 488 * Returns the result of saturated addition of the two inputs Value1, Value2
492 * [in] Value2 Second Operand
500 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2)
504 Result = Value1 + Value2;
506 if( (Value1^Value2) >= 0)
541 * Returns the result of saturated addition of the two inputs Value1, Value2
545 * [in] Value2 Second Operand
553 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S64 Value2)
557 Result = Value1 + Value2;
559 if( (Value1^Value2) >= 0
    [all...]
  /external/clang/test/SemaCXX/
switch-implicit-fallthrough.cpp 213 Value1, Value2
225 case Value2:
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 168 uint32_t Value2 = 0;
183 Value2 = Writer->getSymbolAddress(B_SD, Layout);
237 MRE.Word1 = Value2;
276 uint32_t Value2 = 0;
288 Value2 = Writer->getSymbolAddress(B_SD, Layout);
301 MRE.Word1 = Value2;
  /external/clang/test/SemaTemplate/
default-arguments.cpp 64 template<T Value1 = sizeof(T), T Value2 = sizeof(U),
65 T Value3 = Value1 + Value2>
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM.h 308 * Returns the result of saturated addition of the two inputs Value1, Value2
312 * [in] Value2 Second Operand
322 OMX_S32 Value2
329 * Returns the result of saturated addition of the two inputs Value1, Value2
333 * [in] Value2 Second Operand
343 OMX_S64 Value2
349 * Returns the result of saturated substraction of the two inputs Value1, Value2
353 * [in] Value2 Second Operand
362 OMX_S32 Value2
369 * 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 308 * Returns the result of saturated addition of the two inputs Value1, Value2
312 * [in] Value2 Second Operand
322 OMX_S32 Value2
329 * Returns the result of saturated addition of the two inputs Value1, Value2
333 * [in] Value2 Second Operand
343 OMX_S64 Value2
349 * Returns the result of saturated substraction of the two inputs Value1, Value2
353 * [in] Value2 Second Operand
362 OMX_S32 Value2
369 * 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 308 * Returns the result of saturated addition of the two inputs Value1, Value2
312 * [in] Value2 Second Operand
322 OMX_S32 Value2
329 * Returns the result of saturated addition of the two inputs Value1, Value2
333 * [in] Value2 Second Operand
343 OMX_S64 Value2
349 * Returns the result of saturated substraction of the two inputs Value1, Value2
353 * [in] Value2 Second Operand
362 OMX_S32 Value2
369 * Returns the result of Multiplication of Value1 and Value2 and subesquent saturate
    [all...]
  /external/harfbuzz/src/
harfbuzz-gpos-private.h 212 HB_ValueRecord Value2; /* pos. data for second glyph */
241 HB_ValueRecord Value2; /* pos. data for second glyph */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos-private.h 212 HB_ValueRecord Value2; /* pos. data for second glyph */
241 HB_ValueRecord Value2; /* pos. data for second glyph */
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 363 uint32_t Value2 = 0;
379 Value2 = Writer->getSymbolAddress(B_SD, Layout);
405 MRE.Word1 = Value2;

Completed in 386 milliseconds

1 2