| /external/llvm-project/mlir/include/mlir/Dialect/Quant/ |
| D | QuantTypes.h | 70 static int64_t getDefaultMinimumForInteger(bool isSigned, in getDefaultMinimumForInteger() 80 static int64_t getDefaultMaximumForInteger(bool isSigned, in getDefaultMaximumForInteger() 105 bool isSigned() const { in isSigned() function
|
| D | UniformSupport.h | 74 uint32_t storageBitWidth, bool isSigned) in UniformQuantizedValueConverter() 83 uint32_t storageBitWidth, bool isSigned) in UniformQuantizedValueConverter() 165 const bool isSigned; variable 211 const bool isSigned; variable
|
| /external/llvm-project/mlir/lib/Dialect/Quant/IR/ |
| D | TypeParser.cpp | 25 static IntegerType parseStorageType(DialectAsmParser &parser, bool &isSigned) { in parseStorageType() 64 IntegerType storageType, bool isSigned, in parseStorageRange() 132 bool isSigned = false; in parseAnyType() local 211 bool isSigned = false; in parseUniformType() local 343 bool isSigned = type.isSigned(); in printStorageType() local
|
| /external/llvm-project/mlir/lib/Dialect/Quant/Utils/ |
| D | FakeQuantSupport.cpp | 16 bool isSigned, MLIRContext *ctx, in getDefaultStorageParams() 110 Type expressedType, bool isSigned) { in fakeQuantAttrsToType() 142 Type expressedType, bool isSigned) { in fakeQuantAttrsToType()
|
| /external/parameter-framework/upstream/parameter/ |
| D | IntegerParameterBuilder.h | 48 bool isSigned = false; in createElement() local
|
| /external/llvm-project/llvm/include/llvm/ADT/ |
| D | APFixedPoint.h | 46 bool isSigned() const { return IsSigned; } in isSigned() function 118 inline bool isSigned() const { return Sema.isSigned(); } in isSigned() function
|
| D | APSInt.h | 76 bool isSigned() const { return !IsUnsigned; } in isSigned() function
|
| /external/llvm-project/llvm/include/llvm/IR/ |
| D | Constants.h | 225 bool isMaxValue(bool isSigned) const { in isMaxValue() 237 bool isMinValue(bool isSigned) const { in isMinValue()
|
| /external/llvm/include/llvm/IR/ |
| D | Constants.h | 207 bool isMaxValue(bool isSigned) const { in isMaxValue() 219 bool isMinValue(bool isSigned) const { in isMinValue()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | Constants.h | 217 bool isMaxValue(bool isSigned) const { in isMaxValue() 229 bool isMinValue(bool isSigned) const { in isMinValue()
|
| /external/skia/src/sksl/dsl/ |
| D | DSLType.cpp | 30 bool DSLType::isSigned() const { in isSigned() function in SkSL::dsl::DSLType
|
| /external/bcc/src/cc/frontends/p4/compiler/ |
| D | ebpfScalarType.py | 12 def __init__(self, parent, widthInBits, isSigned, config): argument
|
| /external/lzma/CPP/Windows/Control/ |
| D | Dialog.h | 54 bool SetItemInt(int itemID, UINT value, bool isSigned) in SetItemInt() 56 bool GetItemInt(int itemID, bool isSigned, UINT &value) in GetItemInt()
|
| /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/ |
| D | OCSPReq.java | 214 public boolean isSigned() in isSigned() method in OCSPReq
|
| /external/llvm-project/mlir/lib/Dialect/Tosa/Utils/ |
| D | QuantUtils.cpp | 282 bool isSigned, BoolAttr narrowRange) { in buildQTypeFromMinMax() 350 bool isSigned, BoolAttr narrowRange) { in buildQTypeAttrFromMinMax()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | APSInt.h | 76 bool isSigned() const { return !IsUnsigned; } in isSigned() function
|
| /external/deqp-deps/SPIRV-Tools/source/ |
| D | text_handler.h | 48 bool isSigned; // This is only significant if type_class is integral. member
|
| /external/swiftshader/third_party/SPIRV-Tools/source/ |
| D | text_handler.h | 48 bool isSigned; // This is only significant if type_class is integral. member
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
| D | text_handler.h | 48 bool isSigned; // This is only significant if type_class is integral. member
|
| /external/llvm/include/llvm/ADT/ |
| D | APSInt.h | 59 bool isSigned() const { return !IsUnsigned; } in isSigned() function
|
| /external/javasqlite/src/main/java/SQLite/JDBC2z/ |
| D | JDBCResultSetMetaData.java | 184 public boolean isSigned(int column) throws java.sql.SQLException { in isSigned() method in JDBCResultSetMetaData
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | IntrinsicInst.cpp | 201 bool BinaryOpIntrinsic::isSigned() const { in isSigned() function in BinaryOpIntrinsic
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 1940 bool isSigned) { in ExpandLibCall() 1991 bool isSigned, const SDLoc &dl) { in ExpandLibCall() 2023 bool isSigned) { in ExpandChainLibCall() 2070 SDValue SelectionDAGLegalize::ExpandIntLibCall(SDNode* Node, bool isSigned, in ExpandIntLibCall() 2093 bool isSigned = Opcode == ISD::SDIVREM; in ExpandDivRemLibCall() local 2265 SDValue SelectionDAGLegalize::ExpandLegalINT_TO_FP(bool isSigned, SDValue Op0, in ExpandLegalINT_TO_FP() 2476 bool isSigned, in PromoteLegalINT_TO_FP() 2517 bool isSigned, in PromoteLegalFP_TO_INT() 3233 bool isSigned = Node->getOpcode() == ISD::SREM; in ExpandNode() local 3253 bool isSigned = Node->getOpcode() == ISD::SDIV; in ExpandNode() local [all …]
|
| /external/llvm-project/clang/lib/AST/Interp/ |
| D | Boolean.h | 69 constexpr static bool isSigned() { return false; } in isSigned() function
|
| /external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | SMTConv.h | 94 bool isSigned) { in fromBinOp() 492 bool isSigned = Ty->isSignedIntegerOrEnumerationType(); in getZeroExpr() local
|