| /external/llvm-project/llvm/include/llvm/ADT/ |
| D | APFixedPoint.h | 35 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/ |
| D | AVR.h | 155 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() 161 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getLeastIntTypeByWidth()
|
| D | WebAssembly.h | 115 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/ |
| 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/llvm-project/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/pdfium/core/fxcrt/ |
| D | fx_number.h | 23 bool IsSigned() const { return m_bSigned; } in IsSigned() function
|
| /external/llvm-project/clang/lib/Frontend/ |
| D | InitPreprocessor.cpp | 184 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/ |
| 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/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineInternal.h | 264 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/ |
| D | SimplifyIndVar.h | 72 bool IsSigned = false; member
|
| /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/llvm-project/polly/include/polly/Support/ |
| D | GICHelper.h | 87 bool IsSigned) { in valFromAPInt()
|
| /external/llvm-project/clang-tools-extra/clang-tidy/google/ |
| D | IntegerTypesCheck.cpp | 93 bool IsSigned; in check() local
|
| /external/tensorflow/tensorflow/compiler/xla/ |
| D | comparison_util.h | 63 inline bool IsSigned() const { return type_ == Type::kSigned; } in IsSigned() function
|
| /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/abseil-cpp/absl/strings/internal/str_format/ |
| D | arg.cc | 45 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/ |
| 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 | 45 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/ |
| 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/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/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/deqp-deps/SPIRV-Tools/source/util/ |
| D | parse_number.h | 49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
|
| /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/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
| D | SignedCharMisuseCheck.cpp | 44 bool IsSigned, const Matcher<clang::QualType> &IntegerType, in charCastExpression()
|