Home
last modified time | relevance | path

Searched defs:isSigned (Results 1 – 25 of 189) sorted by relevance

12345678

/external/llvm-project/mlir/include/mlir/Dialect/Quant/
DQuantTypes.h70 static int64_t getDefaultMinimumForInteger(bool isSigned, in getDefaultMinimumForInteger()
80 static int64_t getDefaultMaximumForInteger(bool isSigned, in getDefaultMaximumForInteger()
105 bool isSigned() const { in isSigned() function
DUniformSupport.h74 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/
DTypeParser.cpp25 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/
DFakeQuantSupport.cpp16 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/
DIntegerParameterBuilder.h48 bool isSigned = false; in createElement() local
/external/llvm-project/llvm/include/llvm/ADT/
DAPFixedPoint.h46 bool isSigned() const { return IsSigned; } in isSigned() function
118 inline bool isSigned() const { return Sema.isSigned(); } in isSigned() function
DAPSInt.h76 bool isSigned() const { return !IsUnsigned; } in isSigned() function
/external/llvm-project/llvm/include/llvm/IR/
DConstants.h225 bool isMaxValue(bool isSigned) const { in isMaxValue()
237 bool isMinValue(bool isSigned) const { in isMinValue()
/external/llvm/include/llvm/IR/
DConstants.h207 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/
DConstants.h217 bool isMaxValue(bool isSigned) const { in isMaxValue()
229 bool isMinValue(bool isSigned) const { in isMinValue()
/external/skia/src/sksl/dsl/
DDSLType.cpp30 bool DSLType::isSigned() const { in isSigned() function in SkSL::dsl::DSLType
/external/bcc/src/cc/frontends/p4/compiler/
DebpfScalarType.py12 def __init__(self, parent, widthInBits, isSigned, config): argument
/external/lzma/CPP/Windows/Control/
DDialog.h54 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/
DOCSPReq.java214 public boolean isSigned() in isSigned() method in OCSPReq
/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp282 bool isSigned, BoolAttr narrowRange) { in buildQTypeFromMinMax()
350 bool isSigned, BoolAttr narrowRange) { in buildQTypeAttrFromMinMax()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h76 bool isSigned() const { return !IsUnsigned; } in isSigned() function
/external/deqp-deps/SPIRV-Tools/source/
Dtext_handler.h48 bool isSigned; // This is only significant if type_class is integral. member
/external/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.h48 bool isSigned; // This is only significant if type_class is integral. member
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Dtext_handler.h48 bool isSigned; // This is only significant if type_class is integral. member
/external/llvm/include/llvm/ADT/
DAPSInt.h59 bool isSigned() const { return !IsUnsigned; } in isSigned() function
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSetMetaData.java184 public boolean isSigned(int column) throws java.sql.SQLException { in isSigned() method in JDBCResultSetMetaData
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIntrinsicInst.cpp201 bool BinaryOpIntrinsic::isSigned() const { in isSigned() function in BinaryOpIntrinsic
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1940 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/
DBoolean.h69 constexpr static bool isSigned() { return false; } in isSigned() function
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConv.h94 bool isSigned) { in fromBinOp()
492 bool isSigned = Ty->isSignedIntegerOrEnumerationType(); in getZeroExpr() local

12345678