Home
last modified time | relevance | path

Searched refs:needCheck (Results 1 – 25 of 46) sorted by relevance

12

/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-tablestore-go-sdk/tunnel/
H A Dcheckpointer.go30 if needCheck(err) {
43 func needCheck(err error) bool { func
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/optimizer/
H A DGenerateSubGraph.cpp137 bool needCheck = true; in _makeCond() local
139 needCheck = true; in _makeCond()
140 while (needCheck) { in _makeCond()
141 needCheck = false; in _makeCond()
144 …if ((!needCheck) && nodes[i]->type == OpType_Extra && nodes[i]->main.AsExtra()->type == "Switch") { in _makeCond()
150 needCheck = true; in _makeCond()
212 bool needCheck = true; in _makeCond() local
214 while (needCheck) { in _makeCond()
215 needCheck = false; in _makeCond()
218 …if (nodes[i]->type == OpType_Extra && nodes[i]->main.AsExtra()->type == "Switch" && (!needCheck)) { in _makeCond()
[all …]
/dports/misc/mnn/MNN-1.2.0/source/core/
H A DBackend.cpp48 … MNNInsertExtraRuntimeCreator(MNNForwardType type, const RuntimeCreator* creator, bool needCheck) { in MNNInsertExtraRuntimeCreator() argument
54 gExtraCreator.insert(std::make_pair(type, std::make_pair(creator, needCheck))); in MNNInsertExtraRuntimeCreator()
H A DBackend.hpp276 bool needCheck = false);
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dvaluation.cpp130 bool Valuation::needCheck() const{ in needCheck() function in CVC4::theory::Valuation
131 return d_engine->needCheck(); in needCheck()
H A Dvaluation.h147 bool needCheck() const;
H A Dquantifiers_engine.cpp567 … Trace("quant-engine-debug") << " Theory engine finished : " << !d_te->needCheck() << std::endl; in check()
1046 performCheck = ( e >= Theory::EFFORT_FULL ) && !getTheoryEngine()->needCheck(); in getInstWhenNeedsCheck()
1050 …performCheck = ( ( e==Theory::EFFORT_FULL && !getTheoryEngine()->needCheck() && d_ierCounter%d_ins… in getInstWhenNeedsCheck()
H A Dtheory_engine.cpp593 if( Theory::fullEffort(effort) && ! d_inConflict && ! needCheck() ) { in check()
622 if (!d_inConflict && !needCheck()) in check()
636 Debug("theory") << ", need check = " << (needCheck() ? "YES" : "NO") << endl; in check()
638 if( Theory::fullEffort(effort) && !d_inConflict && !needCheck()) { in check()
663 if (!d_inConflict && !needCheck()) { in check()
H A Dtheory_engine.h645 inline bool needCheck() const { in needCheck() function
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Zip/
H A DZipOut.cpp100 void COutArchive::WriteLocalHeader(CItemOut &item, bool needCheck) in WriteLocalHeader() argument
109 if (needCheck && m_IsZip64) in WriteLocalHeader()
115 if (needCheck && m_ExtraSize != localExtraSize) in WriteLocalHeader()
161 if (needCheck && m_LocalFileHeaderSize != localFileHeaderSize) in WriteLocalHeader()
H A DZipOut.h70 void WriteLocalHeader(CItemOut &item, bool needCheck = false);
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dprim3d5.c150 Int2 needCheck, needCheckFr; in Nlm_Poly3DDraw() local
179 needCheck = 0; in Nlm_Poly3DDraw()
182 if ( x > Nlm_stCon.xmax ) needCheck=1; in Nlm_Poly3DDraw()
184 if ( x < Nlm_stCon.xmin ) needCheck=1; in Nlm_Poly3DDraw()
188 if ( y > Nlm_stCon.ymax ) needCheck=1; in Nlm_Poly3DDraw()
190 if ( y < Nlm_stCon.ymin ) needCheck=1; in Nlm_Poly3DDraw()
359 if ( needCheck ){ in Nlm_Poly3DDraw()
593 Int2 needCheck, needCheckFr; in Nlm_Poly3DHitT() local
621 needCheck = 0; in Nlm_Poly3DHitT()
624 if ( x > Nlm_stCon.xmax ) needCheck=1; in Nlm_Poly3DHitT()
[all …]
H A Dprim3d4.c233 long needCheck; in Nlm_Text3DDraw() local
289 needCheck = 0; in Nlm_Text3DDraw()
297 if ( (reg2 < Nlm_stCon.xmin) || (reg3 < Nlm_stCon.ymin) ) needCheck=1; in Nlm_Text3DDraw()
301 if ( (reg2 > Nlm_stCon.xmax) || (reg3 > Nlm_stCon.ymax) ) needCheck=1; in Nlm_Text3DDraw()
325 if ( needCheck ){ in Nlm_Text3DDraw()
705 long needCheck; in Nlm_Text3DHitT() local
761 needCheck = 0; in Nlm_Text3DHitT()
765 if ( (reg2 < Nlm_stCon.xmin) || (reg3 < Nlm_stCon.ymin) ) needCheck=1; in Nlm_Text3DHitT()
769 if ( (reg2 > Nlm_stCon.xmax) || (reg3 > Nlm_stCon.ymax) ) needCheck=1; in Nlm_Text3DHitT()
788 if ( needCheck ){ in Nlm_Text3DHitT()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Zip/
H A DZipOut.cpp113 void COutArchive::WriteLocalHeader(CItemOut &item, bool needCheck) in WriteLocalHeader() argument
122 if (needCheck && m_IsZip64) in WriteLocalHeader()
131 if (needCheck && m_ExtraSize != localExtraSize) in WriteLocalHeader()
179 if (needCheck && m_LocalFileHeaderSize != localFileHeaderSize) in WriteLocalHeader()
H A DZipOut.h81 void WriteLocalHeader(CItemOut &item, bool needCheck = false);
/dports/graphics/drawpile/Drawpile-2.1.20/src/libclient/utils/
H A Dnewversion.h78 static bool needCheck();
H A Dnewversion.cpp67 bool NewVersionCheck::needCheck() in needCheck() function in NewVersionCheck
/dports/graphics/drawpile/Drawpile-2.1.20/src/desktop/dialogs/
H A Dversioncheckdialog.cpp61 if(NewVersionCheck::needCheck()) { in doVersionCheckIfNeeded()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/
H A Dhistory_service.h110 bool needCheck() const override;
H A Dhistory_item.h290 [[nodiscard]] virtual bool needCheck() const;
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/legacy-cloud-providers/azure/
H A Dazure_standard.go778 needCheck := false
781 needCheck = true
784 needCheck = true
786 if vmSetName != "" && needCheck {
H A Dazure_vmss.go971 needCheck := false
974 needCheck = true
977 needCheck = true
979 if vmSetName != "" && needCheck && !strings.EqualFold(vmSetName, ssName) {
/dports/math/cvc4/CVC4-1.7/src/prop/
H A Dtheory_proxy.cpp156 return d_theoryEngine->needCheck(); in theoryNeedCheck()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dequality_query.cpp63 if( !d_qe->getTheoryEngine()->needCheck() ){ in processInferences()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/sygus/
H A Dsynth_engine.cpp125 && !d_quantEngine->getTheoryEngine()->needCheck()); in check()

12