/external/libcxx/test/libcxx/numerics/ |
D | clamp_to_integral.pass.cpp | 23 const bool IsSigned = std::is_signed<IntT>::value; in test() local 55 const bool IsSigned = std::is_signed<IntT>::value; in test_float() local
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 202 bool IsSigned = TI.isTypeSigned(Ty); in DefineFmt() local 230 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntType() local 250 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntTypeSize() local 261 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, in DefineLeastWidthIntType() 274 static void DefineFastIntType(unsigned TypeWidth, bool IsSigned, in DefineFastIntType()
|
/external/pdfium/core/fxcrt/ |
D | fx_number.h | 23 bool IsSigned() const { return m_bSigned; } in IsSigned() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 549 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowAdd() 567 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowSub() 585 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowMul() 592 bool IsSigned) const { in willNotOverflow()
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.cc | 58 struct IsSigned : std::is_signed<T> {}; struct 60 struct IsSigned<absl::int128> : std::true_type {}; struct 62 struct IsSigned<absl::uint128> : std::false_type {}; struct
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.cc | 58 struct IsSigned : std::is_signed<T> {}; struct 60 struct IsSigned<absl::int128> : std::true_type {}; struct 62 struct IsSigned<absl::uint128> : std::false_type {}; struct
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.cc | 58 struct IsSigned : std::is_signed<T> {}; struct 60 struct IsSigned<absl::int128> : std::true_type {}; struct 62 struct IsSigned<absl::uint128> : std::false_type {}; struct
|
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.cc | 44 struct IsSigned : std::is_signed<T> {}; struct 46 struct IsSigned<absl::int128> : std::true_type {}; struct 48 struct IsSigned<absl::uint128> : std::false_type {}; struct
|
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
D | arg.cc | 58 struct IsSigned : std::is_signed<T> {}; struct 60 struct IsSigned<absl::int128> : std::true_type {}; struct 62 struct IsSigned<absl::uint128> : std::false_type {}; struct
|
/external/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.cc | 58 struct IsSigned : std::is_signed<T> {}; struct 60 struct IsSigned<absl::int128> : std::true_type {}; struct 62 struct IsSigned<absl::uint128> : std::false_type {}; struct
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | comparison_util.h | 63 inline bool IsSigned() const { return type_ == Type::kSigned; } in IsSigned() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 987 bool IsSigned, roundingMode RM, in convertToInteger() 995 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, in convertFromAPInt() 1000 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger() 1006 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 1090 unsigned int Width, bool IsSigned, roundingMode RM, in convertToInteger() 1097 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, in convertFromAPInt() 1102 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger() 1108 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/util/ |
D | parse_number.h | 49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | parse_number.h | 49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | parse_number.h | 49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
|
/external/clang/lib/CodeGen/ |
D | CGRecordLayout.h | 75 unsigned IsSigned : 1; member
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 272 bool IsSigned) { in eliminateIVRemainder() 430 bool IsSigned = Rem->getOpcode() == Instruction::SRem; in eliminateIVUser() local
|
D | LoopUtils.cpp | 102 Instruction *Start, Instruction *Exit, Type *RT, bool &IsSigned, in getSourceExtensionKind() 200 bool IsSigned = false; in AddReductionVar() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 42 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt() 74 LLVMBool IsSigned) { in LLVMGenericValueToInt()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 42 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt() 74 LLVMBool IsSigned) { in LLVMGenericValueToInt()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 2096 bool IsSigned = LdNode->getExtensionType() == ISD::SEXTLOAD; in tryLDGLDU() local 4868 bool IsSigned = false; in tryBFE() local 5201 bool IsSigned) { in GetConvertOpcode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | IVDescriptors.cpp | 115 bool IsSigned = false; in computeRecurrenceType() local 230 bool IsSigned = false; in AddReductionVar() local
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cc | 111 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleIntegerOverflowImpl() local 145 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleNegateOverflowImpl() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 146 bool IsSigned = true; member in __anonba63e1920111::InductiveRangeCheck 358 bool IsSigned; in extractRangeChecksFromCond() local 665 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeDecreasingBound() local 713 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeIncreasingBound() local
|