Home
last modified time | relevance | path

Searched defs:IsSigned (Results 1 – 25 of 103) sorted by relevance

12345

/external/libcxx/test/libcxx/numerics/
Dclamp_to_integral.pass.cpp23 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/
DInitPreprocessor.cpp202 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/
Dfx_number.h23 bool IsSigned() const { return m_bSigned; } in IsSigned() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h549 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/
Darg.cc58 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/
Darg.cc58 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/
Darg.cc58 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/
Darg.cc44 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/
Darg.cc58 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/
Darg.cc58 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/
Dcomparison_util.h63 inline bool IsSigned() const { return type_ == Type::kSigned; } in IsSigned() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h987 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/
DAPFloat.h1090 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/
Dparse_number.h49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dparse_number.h49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
/external/deqp-deps/SPIRV-Tools/source/util/
Dparse_number.h49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
/external/clang/lib/CodeGen/
DCGRecordLayout.h75 unsigned IsSigned : 1; member
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp272 bool IsSigned) { in eliminateIVRemainder()
430 bool IsSigned = Rem->getOpcode() == Instruction::SRem; in eliminateIVUser() local
DLoopUtils.cpp102 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/
DExecutionEngineBindings.cpp42 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
74 LLVMBool IsSigned) { in LLVMGenericValueToInt()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp42 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
74 LLVMBool IsSigned) { in LLVMGenericValueToInt()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp2096 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/
DIVDescriptors.cpp115 bool IsSigned = false; in computeRecurrenceType() local
230 bool IsSigned = false; in AddReductionVar() local
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc111 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/
DInductiveRangeCheckElimination.cpp146 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

12345