Home
last modified time | relevance | path

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

12345678

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ir/
DUniformSupport.h84 uint32_t storageBitWidth, bool isSigned) in UniformQuantizedValueConverter()
100 uint32_t storageBitWidth, bool isSigned) in UniformQuantizedValueConverter()
187 const bool isSigned; variable
233 const bool isSigned; variable
DFakeQuantSupport.cc24 bool isSigned, MLIRContext *ctx, in getDefaultStorageParams()
117 Type expressedType, bool isSigned) { in fakeQuantAttrsToType()
149 Type expressedType, bool isSigned) { in fakeQuantAttrsToType()
/external/parameter-framework/upstream/parameter/
DIntegerParameterBuilder.h48 bool isSigned = false; in createElement() local
/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/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DExpandLargeDivRem.cpp52 static bool isSigned(unsigned int Opcode) { in isSigned() function
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
DOCSPReq.java214 public boolean isSigned() in isSigned() method in OCSPReq
/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cert/ocsp/
DOCSPReq.java216 public boolean isSigned() in isSigned() method in OCSPReq
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h76 bool isSigned() const { return !IsUnsigned; } in isSigned() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DAPFixedPoint.h68 bool isSigned() const { return IsSigned; } in isSigned() function
DAPSInt.h77 bool isSigned() const { return !IsUnsigned; } in isSigned() function
/external/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.h48 bool isSigned; // This is only significant if type_class is integral. member
/external/deqp-deps/SPIRV-Tools/source/
Dtext_handler.h48 bool isSigned; // This is only significant if type_class is integral. member
/external/angle/third_party/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/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/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIntrinsicInst.cpp201 bool BinaryOpIntrinsic::isSigned() const { in isSigned() function in BinaryOpIntrinsic
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSetMetaData.java184 public boolean isSigned(int column) throws java.sql.SQLException { in isSigned() method in JDBCResultSetMetaData
/external/pdfium/third_party/libopenjpeg/
Dmct.c356 OPJ_UINT32 isSigned) in opj_mct_encode_custom()
410 OPJ_UINT32 isSigned) in opj_mct_decode_custom()
/external/angle/third_party/spirv-tools/src/source/opt/
Dtype_manager.h151 Type* GetIntType(int32_t bitWidth, bool isSigned) { in GetIntType()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dtype_manager.h151 Type* GetIntType(int32_t bitWidth, bool isSigned) { in GetIntType()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.h151 Type* GetIntType(int32_t bitWidth, bool isSigned) { in GetIntType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DZ3Solver.cpp609 bool isSigned) override { in mkBVAddNoOverflow()
636 bool isSigned) override { in mkBVSubNoUnderflow()
661 bool isSigned) override { in mkBVMulNoOverflow()
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp354 int getNBitIntegerMaxValue(bool isSigned, int numBits) in getNBitIntegerMaxValue()
366 int getNBitIntegerMinValue(bool isSigned, int numBits) in getNBitIntegerMinValue()
378 tcu::IVec4 getNBitIntegerVec4MaxValue(bool isSigned, const tcu::IVec4 &numBits) in getNBitIntegerVec4MaxValue()
384 tcu::IVec4 getNBitIntegerVec4MinValue(bool isSigned, const tcu::IVec4 &numBits) in getNBitIntegerVec4MinValue()
1546 const bool isSigned = m_channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER; in init() local
1617 const bool isSigned = m_channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT; in init() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDivRemPairs.cpp98 bool isSigned() const { return DivInst->getOpcode() == Instruction::SDiv; } in isSigned() function

12345678