Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/IR/
DConstants.h186 bool isMaxValue(bool isSigned) const { in isMaxValue()
198 bool isMinValue(bool isSigned) const { in isMinValue()
DConstantFolder.h170 bool isSigned) const { in CreateIntCast()
DNoFolder.h223 bool isSigned) const { in CreateIntCast()
/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/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.cpp2196 bool isSigned) { in ExpandLibCall()
2244 bool isSigned, SDLoc dl) { in ExpandLibCall()
2276 bool isSigned) { in ExpandChainLibCall()
2323 SDValue SelectionDAGLegalize::ExpandIntLibCall(SDNode* Node, bool isSigned, in ExpandIntLibCall()
2346 bool isSigned = Opcode == ISD::SDIVREM; in ExpandDivRemLibCall() local
2519 SDValue SelectionDAGLegalize::ExpandLegalINT_TO_FP(bool isSigned, in ExpandLegalINT_TO_FP()
2732 bool isSigned, in PromoteLegalINT_TO_FP()
2774 bool isSigned, in PromoteLegalFP_TO_INT()
3452 bool isSigned = Node->getOpcode() == ISD::SREM; in ExpandNode() local
3472 bool isSigned = Node->getOpcode() == ISD::SDIV; in ExpandNode() local
[all …]
DLegalizeTypes.cpp1061 bool isSigned) { in LibCallify()
1088 bool isSigned) { in ExpandChainLibCall()
DLegalizeVectorOps.cpp468 SDValue VectorLegalizer::PromoteFP_TO_INT(SDValue Op, bool isSigned) { in PromoteFP_TO_INT()
/external/pdfium/third_party/libopenjpeg20/
Dmct.c444 OPJ_UINT32 isSigned) in opj_mct_encode_custom()
497 OPJ_UINT32 isSigned) in opj_mct_decode_custom()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h226 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/llvm/lib/Support/
DAPFloat.cpp2098 bool isSigned, in convertToSignExtendedInteger()
2210 bool isSigned, in convertToInteger()
2291 bool isSigned, in convertFromAPInt()
2312 bool isSigned, in convertFromSignExtendedInteger()
2339 unsigned int width, bool isSigned, in convertFromZeroExtendedInteger()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp228 unsigned isSigned = in getMaxValue() local
243 unsigned isSigned = in getMinValue() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp301 bool isSigned, bool Inside) { in InsertRangeTest()
892 bool isSigned = LHS->isSigned() || RHS->isSigned(); in FoldAndOfICmps() local
1885 bool isSigned = LHS->isSigned() || RHS->isSigned(); in FoldOrOfICmps() local
2904 bool isSigned = LHS->isSigned() || RHS->isSigned(); in visitXor() local
DInstCombineMulDivRem.cpp885 bool isSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
909 bool isSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp479 const bool isSigned = glu::isDataTypeIntOrIVec(type); in getInputValues() local
590 const bool isSigned = glu::isDataTypeIntOrIVec(type); in getInputValues() local
928 const bool isSigned = glu::isDataTypeIntOrIVec(type); in compare() local
1268 const bool isSigned = glu::isDataTypeIntOrIVec(type); in compare() local
/external/llvm/include/llvm/Analysis/
DTargetFolder.h175 bool isSigned) const { in CreateIntCast()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1543 bool ARMFastISel::SelectIToFP(const Instruction *I, bool isSigned) { in SelectIToFP()
1587 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { in SelectFPToI()
1695 bool ARMFastISel::SelectDiv(const Instruction *I, bool isSigned) { in SelectDiv()
1723 bool ARMFastISel::SelectRem(const Instruction *I, bool isSigned) { in SelectRem()
DARMBaseRegisterInfo.cpp627 bool isSigned = true; in isFrameOffsetLegal() local
/external/clang/lib/Frontend/
DInitPreprocessor.cpp185 StringRef ValSuffix, bool isSigned, in DefineTypeSize()
/external/llvm/unittests/ADT/
DAPIntTest.cpp661 bool isSigned; in TEST() local

123