Home
last modified time | relevance | path

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

123456

/external/parameter-framework/upstream/parameter/
DIntegerParameterBuilder.h48 bool isSigned = false; in createElement() local
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h182 bool isMaxValue(bool isSigned) const { in isMaxValue()
194 bool isMinValue(bool isSigned) const { in isMinValue()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h218 bool isMaxValue(bool isSigned) const { in isMaxValue()
230 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/include/llvm/ADT/
DAPSInt.h55 bool isSigned() const { return !IsUnsigned; } in isSigned() function
/external/bcc/src/cc/frontends/p4/compiler/
DebpfScalarType.py12 def __init__(self, parent, widthInBits, isSigned, config): argument
/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-7.0/llvm/include/llvm/ADT/
DAPSInt.h59 bool isSigned() const { return !IsUnsigned; } in isSigned() function
/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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2192 bool isSigned) { in ExpandLibCall()
2239 bool isSigned, DebugLoc dl) { in ExpandLibCall()
2274 bool isSigned) { in ExpandChainLibCall()
2323 SDValue SelectionDAGLegalize::ExpandIntLibCall(SDNode* Node, bool isSigned, in ExpandIntLibCall()
2342 static bool isDivRemLibcallAvailable(SDNode *Node, bool isSigned, in isDivRemLibcallAvailable()
2359 static bool UseDivRem(SDNode *Node, bool isSigned, bool isDIV) { in UseDivRem()
2387 bool isSigned = Opcode == ISD::SDIVREM; in ExpandDivRemLibCall() local
2452 SDValue SelectionDAGLegalize::ExpandLegalINT_TO_FP(bool isSigned, in ExpandLegalINT_TO_FP()
2651 bool isSigned, in PromoteLegalINT_TO_FP()
2693 bool isSigned, in PromoteLegalFP_TO_INT()
[all …]
DLegalizeTypes.cpp1018 bool isSigned) { in LibCallify()
1041 bool isSigned, DebugLoc dl) { in MakeLibCall()
1070 bool isSigned) { in ExpandChainLibCall()
/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/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/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-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1964 bool isSigned) { in ExpandLibCall()
2025 bool isSigned, const SDLoc &dl) { in ExpandLibCall()
2061 bool isSigned) { in ExpandChainLibCall()
2114 SDValue SelectionDAGLegalize::ExpandIntLibCall(SDNode* Node, bool isSigned, in ExpandIntLibCall()
2137 bool isSigned = Opcode == ISD::SDIVREM; in ExpandDivRemLibCall() local
2299 SDValue SelectionDAGLegalize::ExpandLegalINT_TO_FP(bool isSigned, SDValue Op0, in ExpandLegalINT_TO_FP()
2510 bool isSigned, in PromoteLegalINT_TO_FP()
2551 bool isSigned, in PromoteLegalFP_TO_INT()
3341 bool isSigned = Node->getOpcode() == ISD::SREM; in ExpandNode() local
3361 bool isSigned = Node->getOpcode() == ISD::SDIV; in ExpandNode() local
[all …]
/external/swiftshader/third_party/LLVM/unittests/ADT/
DAPIntTest.cpp343 bool isSigned; in TEST() local
/external/pdfium/third_party/libopenjpeg20/
Dmct.c460 OPJ_UINT32 isSigned) in opj_mct_encode_custom()
514 OPJ_UINT32 isSigned) in opj_mct_decode_custom()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h231 bool isSigned() { return IsSigned; } in isSigned() function
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h237 bool isSigned() { return IsSigned; } in isSigned() function
/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()
1545 const bool isSigned = m_channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER; in init() local
1616 const bool isSigned = m_channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT;; in init() local
Des31fShaderIntegerFunctionTests.cpp376 const bool isSigned = glu::isDataTypeIntOrIVec(type); in getInputValues() local
472 const bool isSigned = glu::isDataTypeIntOrIVec(type); in getInputValues() local
765 const bool isSigned = glu::isDataTypeIntOrIVec(type); in compare() local
1078 const bool isSigned = glu::isDataTypeIntOrIVec(type); in compare() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp339 bool isSigned, bool Inside) { in InsertRangeTest()
730 bool isSigned = LHS->isSigned() || RHS->isSigned(); in FoldAndOfICmps() local
1471 bool isSigned = LHS->isSigned() || RHS->isSigned(); in FoldOrOfICmps() local
2282 bool isSigned = LHS->isSigned() || RHS->isSigned(); in visitXor() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp632 bool isSigned, in convertNormalizedInt()
815 const bool isSigned = (chanClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT); in convertNormalizedFormat() local

123456