Home
last modified time | relevance | path

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

123456

/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/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/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/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/swiftshader/third_party/SPIRV-Tools/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/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/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/vulkan-deps/spirv-tools/src/source/opt/
Dtype_manager.h151 Type* GetIntType(int32_t bitWidth, bool isSigned) { in GetIntType()
/external/skia/src/sksl/dsl/
DDSLType.cpp221 bool DSLType::isSigned() const { in isSigned() function in SkSL::dsl::DSLType
/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.cpp352 int getNBitIntegerMaxValue (bool isSigned, int numBits) in getNBitIntegerMaxValue()
364 int getNBitIntegerMinValue (bool isSigned, int numBits) in getNBitIntegerMinValue()
376 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
Des31fShaderIntegerFunctionTests.cpp348 const bool isSigned = glu::isDataTypeIntOrIVec(type); in getInputValues() local
444 const bool isSigned = glu::isDataTypeIntOrIVec(type); in getInputValues() local
737 const bool isSigned = glu::isDataTypeIntOrIVec(type); in compare() local
1042 const bool isSigned = glu::isDataTypeIntOrIVec(type); in compare() 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
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h237 bool isSigned() { return IsSigned; } in isSigned() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h234 bool isSigned() { return IsSigned; } in isSigned() function
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp632 bool isSigned, in convertNormalizedInt()
820 const bool isSigned = (chanClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT); in convertNormalizedFormat() local

123456