/external/llvm-project/llvm/lib/Support/ |
D | LEB128.cpp | 31 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | LEB128.cpp | 31 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
|
/external/llvm/lib/Support/ |
D | LEB128.cpp | 32 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
|
/external/boringssl/src/tool/ |
D | sign.cc | 31 bool Sign(const std::vector<std::string> &args) { in Sign() function
|
/external/rust/crates/quiche/deps/boringssl/src/tool/ |
D | sign.cc | 31 bool Sign(const std::vector<std::string> &args) { in Sign() function
|
/external/llvm/lib/Transforms/Utils/ |
D | CmpInstAnalysis.cpp | 72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getICmpValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CmpInstAnalysis.cpp | 42 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | CmpInstAnalysis.cpp | 42 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
|
/external/libchrome/crypto/ |
D | hmac.cc | 56 bool HMAC::Sign(base::StringPiece data, in Sign() function in crypto::HMAC
|
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 647 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 668 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local 706 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 734 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 633 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 654 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local 680 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 708 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 658 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 680 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local 706 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 734 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64MachineFunctionInfo.cpp | 43 if (const auto *Sign = mdconst::extract_or_null<ConstantInt>( in GetSignReturnAddress() local
|
/external/protobuf/src/google/protobuf/stubs/ |
D | mathutil.h | 61 static T Sign(T value) { in Sign() function
|
/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/icu/icu4c/source/i18n/ |
D | double-conversion-ieee.h | 181 int Sign() const { in Sign() function 367 int Sign() const { in Sign() function
|
/external/icu/libicu/cts_headers/ |
D | double-conversion-ieee.h | 181 int Sign() const { in Sign() function 367 int Sign() const { in Sign() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AddressingModes.h | 346 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 368 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local 394 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 422 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
|
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AddressingModes.h | 346 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 368 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local 394 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 422 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
|
/external/llvm-project/clang/lib/Basic/ |
D | TargetID.cpp | 88 auto Sign = Splits.first.back(); in parseTargetIDWithFormatCheckingOnly() local
|
/external/capstone/arch/AArch64/ |
D | AArch64AddressingModes.h | 191 uint8_t Sign = (Imm >> 7) & 0x1; in AArch64_AM_getFPImmFloat() local
|
/external/pdfium/third_party/bigint/ |
D | BigInteger.hh | 30 enum Sign { negative = -1, zero = 0, positive = 1 }; enum in BigInteger
|
/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
D | gpu_unary_ops_test.cc | 666 GENERATE_DEFAULT_TEST_2(Sign, DT_HALF, DT_FLOAT, DT_HALF, DT_FLOAT, in GENERATE_DEFAULT_TEST_2() argument
|
/external/llvm/include/llvm/ADT/ |
D | APFloat.h | 353 static APFloat copySign(APFloat Value, const APFloat &Sign) { in copySign()
|
/external/starlark-go/starlark/ |
D | int.go | 218 func (x Int) Sign() int { func
|