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

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_QuantInvInter_I.c 64 OMX_INT coeffCount, Sign;
73 /* check sign */
74 Sign = armSignCheck (pSrcDst[coeffCount]);
80 pSrcDst[coeffCount] *= Sign;
86 pSrcDst[coeffCount] *= Sign;
omxVCM4P2_QuantInvIntra_I.c 66 OMX_INT dcScaler = 0, coeffCount, Sign;
129 /* check sign */
130 Sign = armSignCheck (pSrcDst[coeffCount]);
135 pSrcDst[coeffCount] *= Sign;
141 pSrcDst[coeffCount] *= Sign;
  /external/chromium/crypto/
hmac_openssl.cc 43 bool HMAC::Sign(const std::string& data,
47 DCHECK(!plat_->key.empty()); // Init must be called before Sign.
hmac_mac.cc 42 bool HMAC::Sign(const std::string& data,
hmac_nss.cc 76 bool HMAC::Sign(const std::string& data,
80 // Init has not been called before Sign.
hmac_win.cc 157 bool HMAC::Sign(const std::string& data,
  /external/chromium/chrome/browser/chromeos/login/
owner_manager.cc 81 void OwnerManager::Sign(const BrowserThread::ID thread_id,
101 if (!utils_->Sign(data, &signature, private_key_.get())) {
owner_key_utils.cc 49 bool Sign(const std::string& data,
149 bool OwnerKeyUtilsImpl::Sign(const std::string& data,
  /external/llvm/lib/MC/
MCAsmInfo.cpp 105 int Sign = Value >> (8 * sizeof(Value) - 1);
111 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 45 int Sign = Value >> (8 * sizeof(Value) - 1);
51 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0;
  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 194 int32_t Sign = Value >> (8 * sizeof(Value) - 1);
200 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0;
MachineCodeEmitter.h 189 uint64_t Sign = Value >> (8 * sizeof(Value) - 1);
195 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0;
BinaryObject.h 314 int Sign = Value >> (8 * sizeof(Value) - 1);
320 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0;
  /external/v8/src/
double.h 60 ASSERT(Sign() > 0);
90 if (Sign() < 0 && Significand() == 0) {
94 if (Sign() < 0) {
145 int Sign() const {
153 ASSERT(Sign() > 0);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c 246 * Checks the sign of a variable:
267 OMX_INT Sign;
271 Sign = -1;
275 Sign = 1;
279 Sign = 0;
282 return Sign;
508 /*Same sign*/
561 /*Same sign*/
613 /*Opposite sign*/
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM.c 246 * Checks the sign of a variable:
267 OMX_INT Sign;
271 Sign = -1;
275 Sign = 1;
279 Sign = 0;
282 return Sign;
508 /*Same sign*/
561 /*Same sign*/
613 /*Opposite sign*/
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM.c 246 * Checks the sign of a variable:
267 OMX_INT Sign;
271 Sign = -1;
275 Sign = 1;
279 Sign = 0;
282 return Sign;
508 /*Same sign*/
561 /*Same sign*/
613 /*Opposite sign*/
  /external/clang/include/clang/Basic/
Specifiers.h 68 /*DeclSpec::TSS*/ unsigned Sign : 2;
  /external/dropbear/libtommath/
bn.tex 341 int used, alloc, sign;
809 An unsigned comparison considers only the digits themselves and not the associated \textit{sign} flag of the
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/icu4c/test/intltest/
calregts.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 519 // ARM does not have i1 sign extending load.
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 892 milliseconds