/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | APFixedPoint.h | 44 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
|
D | APFloat.h | 1186 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/ |
D | APFixedPoint.h | 44 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
|
D | APFloat.h | 1186 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/ |
D | APFixedPoint.h | 44 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
|
D | APFloat.h | 1186 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/ |
D | APFixedPoint.h | 44 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
|
D | APFloat.h | 1186 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 D | APFixedPoint.h | 44 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 D | APFloat.h | 1120 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 D | InstCombineInternal.h | 269 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 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A 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()
|
/aosp_15_r20/external/libcxx/test/libcxx/numerics/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/ |
H A D | clamp_to_integral.pass.cpp | 24 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 D | ConstraintElimination.cpp | 75 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 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A 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()
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/str_format/ |
H A 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
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
H A 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
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | Constants.h | 212 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/ |
D | Constants.h | 223 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/ |
D | Constants.h | 223 bool isMaxValue(bool IsSigned) const { in isMaxValue() 235 bool isMinValue(bool IsSigned) const { in isMinValue()
|