Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DAPFixedPoint.h44 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics()
48 FixedPointSemantics(unsigned Width, Lsb Weight, bool IsSigned, in FixedPointSemantics()
105 bool IsSigned) { in GetIntegerSemantics()
121 unsigned IsSigned : 1; variable
DAPFloat.h1186 unsigned int Width, bool IsSigned, roundingMode RM, in convertToInteger()
1193 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, in convertFromAPInt()
1198 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger()
1204 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DAPFixedPoint.h44 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics()
48 FixedPointSemantics(unsigned Width, Lsb Weight, bool IsSigned, in FixedPointSemantics()
105 bool IsSigned) { in GetIntegerSemantics()
121 unsigned IsSigned : 1; variable
DAPFloat.h1186 unsigned int Width, bool IsSigned, roundingMode RM, in convertToInteger()
1193 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, in convertFromAPInt()
1198 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger()
1204 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DAPFixedPoint.h44 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics()
48 FixedPointSemantics(unsigned Width, Lsb Weight, bool IsSigned, in FixedPointSemantics()
105 bool IsSigned) { in GetIntegerSemantics()
121 unsigned IsSigned : 1; variable
DAPFloat.h1186 unsigned int Width, bool IsSigned, roundingMode RM, in convertToInteger()
1193 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, in convertFromAPInt()
1198 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger()
1204 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DAPFixedPoint.h44 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics()
48 FixedPointSemantics(unsigned Width, Lsb Weight, bool IsSigned, in FixedPointSemantics()
105 bool IsSigned) { in GetIntegerSemantics()
121 unsigned IsSigned : 1; variable
DAPFloat.h1186 unsigned int Width, bool IsSigned, roundingMode RM, in convertToInteger()
1193 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, in convertFromAPInt()
1198 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger()
1204 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DAPFixedPoint.h44 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics()
48 FixedPointSemantics(unsigned Width, Lsb Weight, bool IsSigned, in FixedPointSemantics()
105 bool IsSigned) { in GetIntegerSemantics()
121 unsigned IsSigned : 1; variable
H A DAPFloat.h1120 unsigned int Width, bool IsSigned, roundingMode RM, in convertToInteger()
1127 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, in convertFromAPInt()
1132 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger()
1138 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h269 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowAdd()
287 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowSub()
305 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowMul()
312 bool IsSigned) const { in willNotOverflow()
/aosp_15_r20/external/clang/lib/Frontend/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A 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()
/aosp_15_r20/external/libcxx/test/libcxx/numerics/
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/
H A Dclamp_to_integral.pass.cpp24 const bool IsSigned = std::is_signed<IntT>::value; in test() local
56 const bool IsSigned = std::is_signed<IntT>::value; in test_float() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp75 bool IsSigned = false; member
102 bool IsSigned = false; member
239 SmallVectorImpl<PreconditionTy> &Preconditions, bool IsSigned, in decomposeGEP()
302 bool IsSigned, const DataLayout &DL) { in decompose()
426 bool IsSigned = CmpInst::isSigned(Pred); in getConstraint() local
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A 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()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/str_format/
H A 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
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
H A 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
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DConstants.h212 bool isMaxValue(bool IsSigned) const { in isMaxValue()
224 bool isMinValue(bool IsSigned) const { in isMinValue()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DConstants.h223 bool isMaxValue(bool IsSigned) const { in isMaxValue()
235 bool isMinValue(bool IsSigned) const { in isMinValue()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DConstants.h223 bool isMaxValue(bool IsSigned) const { in isMaxValue()
235 bool isMinValue(bool IsSigned) const { in isMinValue()

12345678910