Home
last modified time | relevance | path

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

1234

/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/llvm/include/llvm/IR/
DConstants.h207 bool isMaxValue(bool isSigned) const { in isMaxValue()
219 bool isMinValue(bool isSigned) const { in isMinValue()
DConstantFolder.h170 bool isSigned) const { in CreateIntCast()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPSInt.h55 bool isSigned() const { return !IsUnsigned; } in isSigned() function
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
DOCSPReq.java214 public boolean isSigned() in isSigned() method in OCSPReq
/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/llvm/include/llvm/ADT/
DAPSInt.h59 bool isSigned() const { return !IsUnsigned; } in isSigned() function
/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/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 …]
DLegalizeTypes.cpp1058 bool isSigned) { in LibCallify()
1084 bool isSigned) { in ExpandChainLibCall()
/external/swiftshader/third_party/LLVM/unittests/ADT/
DAPIntTest.cpp343 bool isSigned; in TEST() local
/external/pdfium/third_party/libopenjpeg20/
Dmct.c447 OPJ_UINT32 isSigned) in opj_mct_encode_custom()
500 OPJ_UINT32 isSigned) in opj_mct_decode_custom()
/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
Des31fShaderAtomicOpTests.cpp422 const bool isSigned = m_type == TYPE_INT; in getInputs() local
496 const bool isSigned = m_type == TYPE_INT; in ShaderAtomicMaxCase() local
504 const bool isSigned = m_type == TYPE_INT; in getInputs() 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
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp1950 bool isSigned, in convertToSignExtendedInteger()
2064 bool isSigned, in convertToInteger()
2146 bool isSigned, in convertFromAPInt()
2167 bool isSigned, in convertFromSignExtendedInteger()
2195 unsigned int width, bool isSigned, in convertFromZeroExtendedInteger()
/external/llvm/lib/Support/
DAPFloat.cpp2101 bool isSigned, in convertToSignExtendedInteger()
2213 bool isSigned, in convertToInteger()
2294 bool isSigned, in convertFromAPInt()
2315 bool isSigned, in convertFromSignExtendedInteger()
2342 unsigned int width, bool isSigned, in convertFromZeroExtendedInteger()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp291 bool isSigned, bool Inside) { in InsertRangeTest()
880 bool isSigned = LHS->isSigned() || RHS->isSigned(); in FoldAndOfICmps() local
1784 bool isSigned = LHS->isSigned() || RHS->isSigned(); in FoldOrOfICmps() local
2763 bool isSigned = LHS->isSigned() || RHS->isSigned(); in visitXor() local
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DConstantFolder.h163 bool isSigned) const { in CreateIntCast()
DTargetFolder.h174 bool isSigned) const { in CreateIntCast()

1234