/external/llvm/include/llvm/IR/ |
D | Constants.h | 186 bool isMaxValue(bool isSigned) const { in isMaxValue() 198 bool isMinValue(bool isSigned) const { in isMinValue()
|
D | ConstantFolder.h | 170 bool isSigned) const { in CreateIntCast()
|
D | NoFolder.h | 223 bool isSigned) const { in CreateIntCast()
|
/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/llvm/include/llvm/ADT/ |
D | APSInt.h | 59 bool isSigned() const { return !IsUnsigned; } in isSigned() function
|
/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/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2196 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 …]
|
D | LegalizeTypes.cpp | 1061 bool isSigned) { in LibCallify() 1088 bool isSigned) { in ExpandChainLibCall()
|
D | LegalizeVectorOps.cpp | 468 SDValue VectorLegalizer::PromoteFP_TO_INT(SDValue Op, bool isSigned) { in PromoteFP_TO_INT()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | mct.c | 444 OPJ_UINT32 isSigned) in opj_mct_encode_custom() 497 OPJ_UINT32 isSigned) in opj_mct_decode_custom()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 226 bool isSigned() { return IsSigned; } in isSigned() function
|
/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() 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
|
D | es31fShaderIntegerFunctionTests.cpp | 376 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
|
D | es31fShaderAtomicOpTests.cpp | 422 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/ |
D | APFloat.cpp | 2098 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/ |
D | HexagonMCInstrInfo.cpp | 228 unsigned isSigned = in getMaxValue() local 243 unsigned isSigned = in getMinValue() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 301 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
|
D | InstCombineMulDivRem.cpp | 885 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/ |
D | vktShaderIntegerFunctionTests.cpp | 479 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/ |
D | TargetFolder.h | 175 bool isSigned) const { in CreateIntCast()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1543 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()
|
D | ARMBaseRegisterInfo.cpp | 627 bool isSigned = true; in isFrameOffsetLegal() local
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 185 StringRef ValSuffix, bool isSigned, in DefineTypeSize()
|
/external/llvm/unittests/ADT/ |
D | APIntTest.cpp | 661 bool isSigned; in TEST() local
|