Home
last modified time | relevance | path

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

12345678

/external/llvm-project/llvm/include/llvm/ADT/
DAPFixedPoint.h35 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics()
80 bool IsSigned) { in GetIntegerSemantics()
89 unsigned IsSigned : 1; variable
/external/llvm-project/clang/lib/Basic/Targets/
DAVR.h155 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth()
161 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getLeastIntTypeByWidth()
DWebAssembly.h115 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth()
121 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getLeastIntTypeByWidth()
/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/llvm-project/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/pdfium/core/fxcrt/
Dfx_number.h23 bool IsSigned() const { return m_bSigned; } in IsSigned() function
/external/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp184 bool IsSigned = TI.isTypeSigned(Ty); in DefineFmt() local
212 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntType() local
232 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntTypeSize() local
243 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, in DefineLeastWidthIntType()
256 static void DefineFastIntType(unsigned TypeWidth, bool IsSigned, in DefineFastIntType()
/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/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h264 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowAdd()
282 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowSub()
300 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowMul()
307 bool IsSigned) const { in willNotOverflow()
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DSimplifyIndVar.h72 bool IsSigned = false; member
/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/llvm-project/polly/include/polly/Support/
DGICHelper.h87 bool IsSigned) { in valFromAPInt()
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DIntegerTypesCheck.cpp93 bool IsSigned; in check() local
/external/tensorflow/tensorflow/compiler/xla/
Dcomparison_util.h63 inline bool IsSigned() const { return type_ == Type::kSigned; } in IsSigned() function
/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/abseil-cpp/absl/strings/internal/str_format/
Darg.cc45 struct IsSigned : std::is_signed<T> {}; struct
47 struct IsSigned<absl::int128> : std::true_type {}; struct
49 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/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
Darg.cc45 struct IsSigned : std::is_signed<T> {}; struct
47 struct IsSigned<absl::int128> : std::true_type {}; struct
49 struct IsSigned<absl::uint128> : std::false_type {}; struct
/external/rust/crates/grpcio-sys/grpc/third_party/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/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/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/deqp-deps/SPIRV-Tools/source/util/
Dparse_number.h49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
/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/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSignedCharMisuseCheck.cpp44 bool IsSigned, const Matcher<clang::QualType> &IntegerType, in charCastExpression()

12345678