| /external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ir/ |
| D | UniformSupport.h | 84 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
|
| D | FakeQuantSupport.cc | 24 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/ |
| D | IntegerParameterBuilder.h | 48 bool isSigned = false; in createElement() local
|
| /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/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/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/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/swiftshader/third_party/SPIRV-Tools/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/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/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/pdfium/third_party/libopenjpeg/ |
| D | mct.c | 356 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/ |
| D | type_manager.h | 151 Type* GetIntType(int32_t bitWidth, bool isSigned) { in GetIntType()
|
| /external/skia/src/sksl/dsl/ |
| D | DSLType.cpp | 221 bool DSLType::isSigned() const { in isSigned() function in SkSL::dsl::DSLType
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Z3Solver.cpp | 609 bool isSigned) override { in mkBVAddNoOverflow() 636 bool isSigned) override { in mkBVSubNoUnderflow() 661 bool isSigned) override { in mkBVMulNoOverflow()
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fTextureBorderClampTests.cpp | 352 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
|
| D | es31fShaderIntegerFunctionTests.cpp | 348 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/ |
| D | DivRemPairs.cpp | 98 bool isSigned() const { return DivInst->getOpcode() == Instruction::SDiv; } in isSigned() function
|
| /external/llvm/include/llvm/Transforms/Utils/ |
| D | LoopUtils.h | 237 bool isSigned() { return IsSigned; } in isSigned() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | IVDescriptors.h | 234 bool isSigned() { return IsSigned; } in isSigned() function
|
| /external/deqp/external/vulkancts/modules/vulkan/texture/ |
| D | vktSampleVerifierUtil.cpp | 632 bool isSigned, in convertNormalizedInt() 820 const bool isSigned = (chanClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT); in convertNormalizedFormat() local
|