Home
last modified time | relevance | path

Searched refs:lookupOp (Results 1 – 25 of 35) sorted by relevance

12

/dports/biology/canu/canu-2.2/src/meryl/src/meryl-lookup/
H A Dmeryl-lookup.C192 G->reportType = lookupOp::opBED; in main()
195 G->reportType = lookupOp::opBED; in main()
199 G->reportType = lookupOp::opWIGcount; in main()
202 G->reportType = lookupOp::opWIGdepth; in main()
205 G->reportType = lookupOp::opExistence; in main()
208 G->reportType = lookupOp::opInclude; in main()
211 G->reportType = lookupOp::opExclude; in main()
298 (reportType == lookupOp::opNone)) in checkInvalid()
299 reportType = lookupOp::opEstimate; in checkInvalid()
301 if (reportType == lookupOp::opNone) { in checkInvalid()
[all …]
H A Dmeryl-lookup.H25 enum class lookupOp { enum
38 toString(lookupOp op) { in toString()
40 case lookupOp::opNone: return("(not supplied)"); break; in toString()
41 case lookupOp::opEstimate: return("(estimate)"); break; in toString()
42 case lookupOp::opBED: return("-bed"); break; in toString()
43 case lookupOp::opWIGcount: return("-wig-count"); break; in toString()
44 case lookupOp::opWIGdepth: return("-wig-depth"); break; in toString()
45 case lookupOp::opExistence: return("-existence"); break; in toString()
46 case lookupOp::opInclude: return("-include"); break; in toString()
47 case lookupOp::opExclude: return("-exclude"); break; in toString()
[all …]
H A Ddump.C101 if (g->reportType == lookupOp::opBED) { in processSequence()
139 if (g->reportType == lookupOp::opWIGcount) { in processSequence()
174 if (g->reportType == lookupOp::opWIGdepth) { in processSequence()
385 bool isCount = (g->reportType == lookupOp::opWIGcount); in outputWIG()
386 bool isDepth = (g->reportType == lookupOp::opWIGdepth); in outputWIG()
419 if ((g->reportType == lookupOp::opBED) && (g->mergeBedRuns == false)) in outputSequence()
422 if ((g->reportType == lookupOp::opBED) && (g->mergeBedRuns == true)) in outputSequence()
425 if (g->reportType == lookupOp::opWIGcount) in outputSequence()
428 if (g->reportType == lookupOp::opWIGdepth) in outputSequence()
H A Dinclude-exclude.C123 if (((s->nFound > 0) && (g->reportType == lookupOp::opInclude)) || in outputSequence()
124 ((s->nFound == 0) && (g->reportType == lookupOp::opExclude))) { in outputSequence()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/mediax/jai/
H A DOperationGraph.java110 PartialOrderNode poNode = lookupOp(op); in removeOp()
126 PartialOrderNode lookupOp(Object op) { in lookupOp() method in OperationGraph
155 PartialOrderNode preferredPONode = lookupOp(preferred); in setPreference()
156 PartialOrderNode otherPONode = lookupOp(other); in setPreference()
181 PartialOrderNode preferredPONode = lookupOp(preferred); in unsetPreference()
182 PartialOrderNode otherPONode = lookupOp(other); in unsetPreference()
H A DDescriptorCache.java378 PartialOrderNode pon = pog.lookupOp(productName); in addProduct()
383 pon = pog.lookupOp(productName); in addProduct()
415 PartialOrderNode pon = pog.lookupOp(productName); in removeProduct()
451 PartialOrderNode pon = pog.lookupOp(productName); in lookupProduct()
517 if (og.lookupOp(preferredProductName) == null) { in setProductPreference()
524 if (og.lookupOp(otherProductName) == null) { in setProductPreference()
606 if (og.lookupOp(preferredProductName) == null) { in unsetProductPreference()
613 if (og.lookupOp(otherProductName) == null) { in unsetProductPreference()
694 if (og.lookupOp(pref) == null) { in clearProductPreferences()
701 if (og.lookupOp(other) == null) { in clearProductPreferences()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/retrie-0.1.1.1/Retrie/
H A DFixity.hs10 , lookupOp
32 lookupOp :: LHsExpr GhcPs -> FixityEnv -> Fixity
33 lookupOp (L _ e) | Just n <- varRdrName e = lookupOpRdrName n function
34 lookupOp _ = error "lookupOp: called with non-variable!" function
H A DExactPrint.hs105 | associatesRight (lookupOp op1 env) (lookupOp op2 env) = do
113 | associatesRight (lookupOp op1 env) (lookupOp op2 env) = do
H A DContext.hs66 updExp (OpApp _ op _ _) = c { ctxtParentPrec = HasPrec $ lookupOp op (ctxtFixityEnv c) }
69 updExp (OpApp _ _ op _) = c { ctxtParentPrec = HasPrec $ lookupOp op (ctxtFixityEnv c) }
H A DExpr.hs307 precedence fixities (OpApp _ op _ _) = Just $ lookupOp op fixities
309 precedence fixities (OpApp _ _ op _) = Just $ lookupOp op fixities
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/tools/
H A Dspj_performance_test.cpp418 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
424 ASSERT_ALWAYS(lookupOp != NULL); in doNonLinkedAPITest()
438 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
444 ASSERT_ALWAYS(lookupOp != NULL); in doNonLinkedAPITest()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/tools/
H A Dspj_performance_test.cpp418 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
424 ASSERT_ALWAYS(lookupOp != NULL); in doNonLinkedAPITest()
438 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
444 ASSERT_ALWAYS(lookupOp != NULL); in doNonLinkedAPITest()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/tools/
H A Dspj_performance_test.cpp407 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
413 require(lookupOp != NULL); in doNonLinkedAPITest()
427 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
433 require(lookupOp != NULL); in doNonLinkedAPITest()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/tools/
H A Dspj_performance_test.cpp407 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
413 require(lookupOp != NULL); in doNonLinkedAPITest()
427 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
433 require(lookupOp != NULL); in doNonLinkedAPITest()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/tools/
H A Dspj_performance_test.cpp407 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
413 require(lookupOp != NULL); in doNonLinkedAPITest()
427 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
433 require(lookupOp != NULL); in doNonLinkedAPITest()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/tools/
H A Dspj_performance_test.cpp407 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
413 require(lookupOp != NULL); in doNonLinkedAPITest()
427 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
433 require(lookupOp != NULL); in doNonLinkedAPITest()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/tools/
H A Dspj_performance_test.cpp407 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
413 require(lookupOp != NULL); in doNonLinkedAPITest()
427 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
433 require(lookupOp != NULL); in doNonLinkedAPITest()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/tools/
H A Dspj_performance_test.cpp418 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
424 ASSERT_ALWAYS(lookupOp != NULL); in doNonLinkedAPITest()
438 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
444 ASSERT_ALWAYS(lookupOp != NULL); in doNonLinkedAPITest()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/test/tools/
H A Dspj_performance_test.cpp418 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
424 ASSERT_ALWAYS(lookupOp != NULL); in doNonLinkedAPITest()
438 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
444 ASSERT_ALWAYS(lookupOp != NULL); in doNonLinkedAPITest()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/test/tools/
H A Dspj_performance_test.cpp418 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
424 ASSERT_ALWAYS(lookupOp != NULL); in doNonLinkedAPITest()
438 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
444 ASSERT_ALWAYS(lookupOp != NULL); in doNonLinkedAPITest()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/test/tools/
H A Dspj_performance_test.cpp417 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
423 require(lookupOp != NULL); in doNonLinkedAPITest()
437 const NdbOperation* const lookupOp = in doNonLinkedAPITest() local
443 require(lookupOp != NULL); in doNonLinkedAPITest()
/dports/math/cvc4/CVC4-1.7/src/proof/
H A Darith_proof.cpp40 n1 = ProofManager::currentPM()->lookupOp(n1); in match()
43 n2 = ProofManager::currentPM()->lookupOp(n2); in match()
51 return n1 == ProofManager::currentPM()->lookupOp(n2.getOperator()); in match()
58 return n2 == ProofManager::currentPM()->lookupOp(n1.getOperator()); in match()
367 b1.clear(ProofManager::currentPM()->lookupOp(n2.getOperator()).getConst<Kind>()); in toStreamRecLFSC()
381 b2.clear(ProofManager::currentPM()->lookupOp(n2.getOperator()).getConst<Kind>()); in toStreamRecLFSC()
H A Dproof_manager.h217 Node lookupOp(TNode n) const;
H A Dtheory_proof.cpp1310 n1 = pm->lookupOp(n1); in match()
1314 n2 = pm->lookupOp(n2); in match()
1331 return n1 == pm->lookupOp(n2.getOperator()); in match()
1343 return n2 == pm->lookupOp(n1.getOperator()); in match()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/
H A DMTLPaints.m926 MTLLookupOp *lookupOp = bufImgOp;
931 … FLOAT_ARR_TO_V4([lookupOp getOffset]), lookupOp.isUseSrcAlpha, lookupOp.isNonPremult,
935 [encoder setFragmentTexture:[lookupOp getLookupTexture] atIndex:1];

12