/external/llvm/lib/Support/ |
D | LEB128.cpp | 32 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
|
D | Dwarf.cpp | 299 const char *llvm::dwarf::DecimalSignString(unsigned Sign) { in DecimalSignString()
|
/external/llvm/lib/Transforms/Utils/ |
D | CmpInstAnalysis.cpp | 72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getICmpValue()
|
/external/libchrome/crypto/ |
D | hmac_openssl.cc | 45 bool HMAC::Sign(const base::StringPiece& data, in Sign() function in crypto::HMAC
|
D | hmac_nss.cc | 77 bool HMAC::Sign(const base::StringPiece& data, in Sign() function in crypto::HMAC
|
D | signature_creator_nss.cc | 70 bool SignatureCreator::Sign(RSAPrivateKey* key, in Sign() function in crypto::SignatureCreator
|
D | signature_creator_openssl.cc | 62 bool SignatureCreator::Sign(RSAPrivateKey* key, in Sign() function in crypto::SignatureCreator
|
D | hmac_win.cc | 170 bool HMAC::Sign(const base::StringPiece& data, in Sign() function in crypto::HMAC
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AddressingModes.h | 349 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 371 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local 397 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 425 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 635 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 657 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 685 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
|
/external/v8/test/cctest/ |
D | test-double.cc | 141 TEST(Sign) { in TEST() argument
|
/external/v8/src/ |
D | double.h | 116 int Sign() const { in Sign() function
|
D | conversions-inl.h | 523 enum Sign { in InternalStringToDouble() enum
|
/external/pdfium/third_party/bigint/ |
D | BigInteger.hh | 30 enum Sign { negative = -1, zero = 0, positive = 1 }; enum in BigInteger
|
/external/llvm/include/llvm/ADT/ |
D | APFloat.h | 351 static APFloat copySign(APFloat Value, const APFloat &Sign) { in copySign()
|
/external/clang/include/clang/Basic/ |
D | Specifiers.h | 78 /*DeclSpec::TSS*/ unsigned Sign : 2; member
|
/external/llvm/lib/ProfileData/ |
D | CoverageMapping.cpp | 44 Counter C, int Sign, SmallVectorImpl<std::pair<unsigned, int>> &Terms) { in extractTerms()
|
/external/llvm/lib/Target/Hexagon/ |
D | BitTracker.cpp | 549 BitValue Sign = Res[W-1]; in eASR() local 684 BitValue Sign = Res[FromN-1]; in eSXT() local
|
D | HexagonBitTracker.cpp | 1082 const BT::BitValue &Sign = Res[BitNum-1]; in evaluateLoad() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1081 SDValue Sign = TLO.DAG.getNode(ISD::FGETSIGN, dl, Ty, Op.getOperand(0)); in SimplifyDemandedBits() local 3027 SDValue Sign = DAG.getNode( in expandFP_TO_SINT() local
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 732 Sign enumerator
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1485 StringRef Sign = Token.range(); in parseOffset() local
|
/external/icu/icu4c/source/test/intltest/ |
D | calregts.cpp | 2029 enum Sign { PLUS=1, MINUS=2 }; enum
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 193 void makeInteger(unsigned ElemWidth, bool Sign) { in makeInteger()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 71 static Value *getNewICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getNewICmpValue()
|