/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/ |
p4-neg.cpp | 11 template<template<class T, T Value1, INT> class X> 13 template<template<typename T, T Value1, int> class>
|
/external/openfst/src/include/fst/ |
lexicographic-weight.h | 42 using PairWeight<W1, W2>::Value1; 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; 127 if (less1(w.Value1(), v.Value1())) return w; 128 if (less1(v.Value1(), w.Value1())) return v; 137 return LexicographicWeight<W1, W2>(Times(w.Value1(), v.Value1()), [all...] |
signed-log-weight.h | 37 using PairWeight<X1, X2>::Value1; 96 if (Value2() == X2::Zero() || Value1().Value() > 0.0) 112 bool s1 = w1.Value1().Value() > 0.0; 113 bool s2 = w2.Value1().Value() > 0.0; 122 return SignedLogWeightTpl<T>(w1.Value1(), (f2 - log(2.0F))); 128 w1.Value1(), (f2 - log(1.0F + exp(f2 - f1)))); 131 w2.Value1(), (f2 - log(1.0F - exp(f2 - f1)))); 136 w2.Value1(), (f1 - log(1.0F + exp(f1 - f2)))); 139 w1.Value1(), (f1 - log(1.0F - exp(f1 - f2)))); 147 SignedLogWeightTpl<T> minus_w2(-w2.Value1().Value(), w2.Value2()) [all...] |
expectation-weight.h | 51 using PairWeight<X1, X2>::Value1; 119 return ExpectationWeight<X1, X2>(Plus(w.Value1(), v.Value1()), 127 return ExpectationWeight<X1, X2>(Times(w.Value1(), v.Value1()), 128 Plus(Times(w.Value1(), v.Value2()), 129 Times(w.Value2(), v.Value1())));
|
product-weight.h | 94 return ProductWeight<W1, W2>(Plus(w.Value1(), v.Value1()), 101 return ProductWeight<W1, W2>(Times(w.Value1(), v.Value1()), 109 return ProductWeight<W1, W2>(Divide(w.Value1(), v.Value1(), typ),
|
pair-weight.h | 82 value1_ = w.Value1(); 106 const W1& Value1() const { return value1_; } 215 return w.Value1() == v.Value1() && w.Value2() == v.Value2(); 221 return w1.Value1() != w2.Value1() || w1.Value2() != w2.Value2(); 229 return ApproxEqual(w1.Value1(), w2.Value1(), delta) && 242 return strm << w.Value1() << separator << w.Value2(); 251 return strm << open_paren << w.Value1() << separato [all...] |
factor-weight.h | 129 : weight_(w), done_(w.Value1().Size() <= 1) {} 136 StringFactor<L, S> iter(weight_.Value1()); 142 void Reset() { done_ = weight_.Value1().Size() <= 1; }
|
push.h | 154 ptype & kPushRemoveCommonAffix ? total_weight.Value1()
|
/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 491 * [in] Value1 First Operand 500 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2) 504 Result = Value1 + Value2; 506 if( (Value1^Value2) >= 0) 509 if( (Result^Value1) >= 0) 516 if(Value1 >= 0) 541 * Returns the result of saturated addition of the two inputs Value1, Value2 544 * [in] Value1 First Operand 553 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S64 Value2 [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 491 * [in] Value1 First Operand 500 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2) 504 Result = Value1 + Value2; 506 if( (Value1^Value2) >= 0) 509 if( (Result^Value1) >= 0) 516 if(Value1 >= 0) 541 * Returns the result of saturated addition of the two inputs Value1, Value2 544 * [in] Value1 First Operand 553 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S64 Value2 [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 491 * [in] Value1 First Operand 500 OMX_S32 armSatAdd_S32(OMX_S32 Value1,OMX_S32 Value2) 504 Result = Value1 + Value2; 506 if( (Value1^Value2) >= 0) 509 if( (Result^Value1) >= 0) 516 if(Value1 >= 0) 541 * Returns the result of saturated addition of the two inputs Value1, Value2 544 * [in] Value1 First Operand 553 OMX_S64 armSatAdd_S64(OMX_S64 Value1,OMX_S64 Value2 [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
product-weight.h | 65 value1_ = w.Value1(); 95 W1 Value1() const { return value1_; } 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(); 173 return ProductWeight<W1, W2>(Plus(w.Value1(), v.Value1()), 180 return ProductWeight<W1, W2>(Times(w.Value1(), v.Value1()) [all...] |
factor-weight.h | 111 : weight_(w), done_(w.Value1().Size() <= 1) {} 118 StringFactor<L, S> iter(weight_.Value1()); 124 void Reset() { done_ = weight_.Value1().Size() <= 1; }
|
determinize.h | 94 return Weight(label_common_divisor_(w1.Value1(), w2.Value1()),
|
/external/clang/test/SemaCXX/ |
switch-implicit-fallthrough.cpp | 213 Value1, Value2 222 case Value1:
|
/external/llvm/include/llvm/Option/ |
Arg.h | 70 const char *Value0, const char *Value1, const Arg *BaseArg = 0);
|
/external/clang/test/SemaTemplate/ |
default-arguments.cpp | 64 template<T Value1 = sizeof(T), T Value2 = sizeof(U), 65 T Value3 = Value1 + Value2>
|
/external/llvm/lib/Option/ |
Arg.cpp | 33 const char *Value0, const char *Value1, const Arg *_BaseArg) 37 Values.push_back(Value1);
|
/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 311 * [in] Value1 First Operand 321 OMX_S32 Value1, 329 * Returns the result of saturated addition of the two inputs Value1, Value2 332 * [in] Value1 First Operand 342 OMX_S64 Value1, 349 * Returns the result of saturated substraction of the two inputs Value1, Value2 352 * [in] Value1 First Operand 361 OMX_S32 Value1, 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 311 * [in] Value1 First Operand 321 OMX_S32 Value1, 329 * Returns the result of saturated addition of the two inputs Value1, Value2 332 * [in] Value1 First Operand 342 OMX_S64 Value1, 349 * Returns the result of saturated substraction of the two inputs Value1, Value2 352 * [in] Value1 First Operand 361 OMX_S32 Value1, 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 311 * [in] Value1 First Operand 321 OMX_S32 Value1, 329 * Returns the result of saturated addition of the two inputs Value1, Value2 332 * [in] Value1 First Operand 342 OMX_S64 Value1, 349 * Returns the result of saturated substraction of the two inputs Value1, Value2 352 * [in] Value1 First Operand 361 OMX_S32 Value1, 369 * Returns the result of Multiplication of Value1 and Value2 and subesquent saturate [all...] |
/external/harfbuzz/src/ |
harfbuzz-gpos-private.h | 211 HB_ValueRecord Value1; /* pos. data for first glyph */ 240 HB_ValueRecord Value1; /* pos. data for first glyph */
|
harfbuzz-gpos.c | 1107 error = Load_ValueRecord( &pvr[n].Value1, format1, 1119 Free_ValueRecord( &pvr[n].Value1, format1 ); 1131 Free_ValueRecord( &pvr[m].Value1, format1 ); 1158 Free_ValueRecord( &pvr[n].Value1, format1 ); 1312 error = Load_ValueRecord( &c2r[n].Value1, format1, 1324 Free_ValueRecord( &c2r[n].Value1, format1 ); 1336 Free_ValueRecord( &c2r[k].Value1, format1 ); 1353 Free_ValueRecord( &c2r[n].Value1, format1 ); 1395 Free_ValueRecord( &c2r[n].Value1, format1 ); 1522 error = Get_ValueRecord( gpi, &pvr->Value1, format1 [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-gpos-private.h | 211 HB_ValueRecord Value1; /* pos. data for first glyph */ 240 HB_ValueRecord Value1; /* pos. data for first glyph */
|
harfbuzz-gpos.c | 1107 error = Load_ValueRecord( &pvr[n].Value1, format1, 1119 Free_ValueRecord( &pvr[n].Value1, format1 ); 1131 Free_ValueRecord( &pvr[m].Value1, format1 ); 1158 Free_ValueRecord( &pvr[n].Value1, format1 ); 1312 error = Load_ValueRecord( &c2r[n].Value1, format1, 1324 Free_ValueRecord( &c2r[n].Value1, format1 ); 1336 Free_ValueRecord( &c2r[k].Value1, format1 ); 1353 Free_ValueRecord( &c2r[n].Value1, format1 ); 1395 Free_ValueRecord( &c2r[n].Value1, format1 ); 1522 error = Get_ValueRecord( gpi, &pvr->Value1, format1 [all...] |