/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 182 bool isMaxValue(bool isSigned) const { in isMaxValue() 194 bool isMinValue(bool isSigned) const { in isMinValue()
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 207 bool isMaxValue(bool isSigned) const { in isMaxValue() 219 bool isMinValue(bool isSigned) const { in isMinValue()
|
D | ConstantFolder.h | 170 bool isSigned) const { in CreateIntCast()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APSInt.h | 55 bool isSigned() const { return !IsUnsigned; } in isSigned() function
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/ |
D | OCSPReq.java | 214 public boolean isSigned() in isSigned() method in OCSPReq
|
/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/llvm/include/llvm/ADT/ |
D | APSInt.h | 59 bool isSigned() const { return !IsUnsigned; } in isSigned() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2192 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 …]
|
D | LegalizeTypes.cpp | 1018 bool isSigned) { in LibCallify() 1041 bool isSigned, DebugLoc dl) { in MakeLibCall() 1070 bool isSigned) { in ExpandChainLibCall()
|
/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 | 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 …]
|
D | LegalizeTypes.cpp | 1058 bool isSigned) { in LibCallify() 1084 bool isSigned) { in ExpandChainLibCall()
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
D | APIntTest.cpp | 343 bool isSigned; in TEST() local
|
/external/pdfium/third_party/libopenjpeg20/ |
D | mct.c | 447 OPJ_UINT32 isSigned) in opj_mct_encode_custom() 500 OPJ_UINT32 isSigned) in opj_mct_decode_custom()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 237 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/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 339 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/ |
D | vktSampleVerifierUtil.cpp | 632 bool isSigned, in convertNormalizedInt() 815 const bool isSigned = (chanClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT); in convertNormalizedFormat() local
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APFloat.cpp | 1950 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/ |
D | APFloat.cpp | 2101 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/ |
D | InstCombineAndOrXor.cpp | 291 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/ |
D | ConstantFolder.h | 163 bool isSigned) const { in CreateIntCast()
|
D | TargetFolder.h | 174 bool isSigned) const { in CreateIntCast()
|