HomeSort by relevance Sort by last modified time
    Searched refs:Value1 (Results 1 - 24 of 24) sorted by null

  /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>
  /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 109 : weight_(w), done_(w.Value1().Size() <= 1) {}
116 StringFactor<L, S> iter(weight_.Value1());
122 void Reset() { done_ = weight_.Value1().Size() <= 1; }
determinize.h 92 return Weight(label_common_divisor_(w1.Value1(), w2.Value1()),
map.h 731 SW w1 = arc.weight.Value1();
785 SW w1 = arc.weight.Value1();
  /external/clang/test/Sema/
warn-unreachable.c 171 typedef enum { Value1 = 1 } MyEnum;
174 case Value1:
207 return Value1; // expected-warning {{'return' will never be executed}}
338 return Value1; // no-warning
  /external/llvm/include/llvm/Option/
Arg.h 67 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
  /external/clang/test/SemaCXX/
switch-implicit-fallthrough.cpp 213 Value1, Value2
222 case Value1:
  /external/clang/test/SemaTemplate/
default-arguments.cpp 66 template<T Value1 = sizeof(T), T Value2 = sizeof(U),
67 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/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-gpos-private.h 198 HB_ValueRecord Value1; /* pos. data for first glyph */
227 HB_ValueRecord Value1; /* pos. data for first glyph */
harfbuzz-gpos.c 1071 error = Load_ValueRecord( &pvr[n].Value1, format1,
1083 Free_ValueRecord( &pvr[n].Value1, format1 );
1095 Free_ValueRecord( &pvr[m].Value1, format1 );
1122 Free_ValueRecord( &pvr[n].Value1, format1 );
1276 error = Load_ValueRecord( &c2r[n].Value1, format1,
1288 Free_ValueRecord( &c2r[n].Value1, format1 );
1300 Free_ValueRecord( &c2r[k].Value1, format1 );
1317 Free_ValueRecord( &c2r[n].Value1, format1 );
1359 Free_ValueRecord( &c2r[n].Value1, format1 );
1486 error = Get_ValueRecord( gpi, &pvr->Value1, format1
    [all...]
harfbuzz-dump.c 567 DUMP_VALUE_RECORD (&PairValueRecord->Value1, ValueFormat1);
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 555 TYPE Value1 = this->GetAt(nStartPos);
558 int iGreate = (*pCompare)(Value1, Value2);
562 this->SetAt(nStopPos, Value1);
  /external/clang/lib/Analysis/
CFG.cpp 591 const llvm::APSInt &Value1,
593 assert(Value1.isSigned() == Value2.isSigned());
598 return TryResult(Value1 == Value2);
600 return TryResult(Value1 != Value2);
602 return TryResult(Value1 < Value2);
604 return TryResult(Value1 <= Value2);
606 return TryResult(Value1 > Value2);
608 return TryResult(Value1 >= Value2);
687 // Value less than both Value1 and Value2
691 // Value between Value1 and Value
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1422 milliseconds