Home
last modified time | relevance | path

Searched refs:otherOp (Results 1 – 25 of 74) sorted by relevance

123

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/mediax/jai/
H A DFactoryCache.java207 Object otherOp) { in setPreference() argument
215 if ((preferredOp == null) || (otherOp == null)) { in setPreference()
223 if (preferredOp == otherOp) in setPreference()
227 checkInstance(otherOp); in setPreference()
244 pv.addElement(new Object[] { preferredOp, otherOp }); in setPreference()
259 Object otherOp) { in unsetPreference() argument
267 if ((preferredOp == null) || (otherOp == null)) { in unsetPreference()
275 if (preferredOp == otherOp) in unsetPreference()
279 checkInstance(otherOp); in unsetPreference()
299 (objs[1] == otherOp)) { in unsetPreference()
[all …]
H A DThreadSafeOperationRegistry.java362 Object otherOp) { in setFactoryPreference() argument
369 otherOp); in setFactoryPreference()
381 Object otherOp) { in unsetFactoryPreference() argument
388 otherOp); in unsetFactoryPreference()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrStencilSettings.cpp181 SkDEBUGCODE(GrUserStencilOp otherOp = std::min(user.fPassOp, user.fFailOp);) in reset()
185 SkASSERT(otherOp <= kLastUserOnlyStencilOp); in reset()
189 SkASSERT(GrUserStencilOp::kKeep == otherOp || in reset()
190 (otherOp > kLastUserOnlyStencilOp && otherOp <= kLastClipOnlyStencilOp)); in reset()
194 SkASSERT(GrUserStencilOp::kKeep == otherOp || otherOp > kLastClipOnlyStencilOp); in reset()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrStencilSettings.cpp178 SkDEBUGCODE(GrUserStencilOp otherOp = SkTMin(user.fPassOp, user.fFailOp);) in reset()
182 SkASSERT(otherOp <= kLastUserOnlyStencilOp); in reset()
186 SkASSERT(GrUserStencilOp::kKeep == otherOp || in reset()
187 (otherOp > kLastUserOnlyStencilOp && otherOp <= kLastClipOnlyStencilOp)); in reset()
191 SkASSERT(GrUserStencilOp::kKeep == otherOp || otherOp > kLastClipOnlyStencilOp); in reset()
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/optimizer/
H A DPostTreatUtils.cpp76 for (auto& otherOp : mNet->oplists) { in _getOpDecestorCount() local
77 if (otherOp.get() != op) { in _getOpDecestorCount()
78 for (auto inputIndex : otherOp->inputIndexes) { in _getOpDecestorCount()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrStencilSettings.cpp181 SkDEBUGCODE(GrUserStencilOp otherOp = SkTMin(user.fPassOp, user.fFailOp);) in reset()
185 SkASSERT(otherOp <= kLastUserOnlyStencilOp); in reset()
189 SkASSERT(GrUserStencilOp::kKeep == otherOp || in reset()
190 (otherOp > kLastUserOnlyStencilOp && otherOp <= kLastClipOnlyStencilOp)); in reset()
194 SkASSERT(GrUserStencilOp::kKeep == otherOp || otherOp > kLastClipOnlyStencilOp); in reset()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrStencilSettings.cpp181 SkDEBUGCODE(GrUserStencilOp otherOp = SkTMin(user.fPassOp, user.fFailOp);) in reset()
185 SkASSERT(otherOp <= kLastUserOnlyStencilOp); in reset()
189 SkASSERT(GrUserStencilOp::kKeep == otherOp || in reset()
190 (otherOp > kLastUserOnlyStencilOp && otherOp <= kLastClipOnlyStencilOp)); in reset()
194 SkASSERT(GrUserStencilOp::kKeep == otherOp || otherOp > kLastClipOnlyStencilOp); in reset()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrStencilSettings.cpp181 SkDEBUGCODE(GrUserStencilOp otherOp = std::min(user.fPassOp, user.fFailOp);) in reset()
185 SkASSERT(otherOp <= kLastUserOnlyStencilOp); in reset()
189 SkASSERT(GrUserStencilOp::kKeep == otherOp || in reset()
190 (otherOp > kLastUserOnlyStencilOp && otherOp <= kLastClipOnlyStencilOp)); in reset()
194 SkASSERT(GrUserStencilOp::kKeep == otherOp || otherOp > kLastClipOnlyStencilOp); in reset()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrStencilSettings.cpp181 SkDEBUGCODE(GrUserStencilOp otherOp = SkTMin(user.fPassOp, user.fFailOp);) in reset()
185 SkASSERT(otherOp <= kLastUserOnlyStencilOp); in reset()
189 SkASSERT(GrUserStencilOp::kKeep == otherOp || in reset()
190 (otherOp > kLastUserOnlyStencilOp && otherOp <= kLastClipOnlyStencilOp)); in reset()
194 SkASSERT(GrUserStencilOp::kKeep == otherOp || otherOp > kLastClipOnlyStencilOp); in reset()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrStencilSettings.cpp181 SkDEBUGCODE(GrUserStencilOp otherOp = SkTMin(user.fPassOp, user.fFailOp);) in reset()
185 SkASSERT(otherOp <= kLastUserOnlyStencilOp); in reset()
189 SkASSERT(GrUserStencilOp::kKeep == otherOp || in reset()
190 (otherOp > kLastUserOnlyStencilOp && otherOp <= kLastClipOnlyStencilOp)); in reset()
194 SkASSERT(GrUserStencilOp::kKeep == otherOp || otherOp > kLastClipOnlyStencilOp); in reset()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrStencilSettings.cpp181 SkDEBUGCODE(GrUserStencilOp otherOp = SkTMin(user.fPassOp, user.fFailOp);) in reset()
185 SkASSERT(otherOp <= kLastUserOnlyStencilOp); in reset()
189 SkASSERT(GrUserStencilOp::kKeep == otherOp || in reset()
190 (otherOp > kLastUserOnlyStencilOp && otherOp <= kLastClipOnlyStencilOp)); in reset()
194 SkASSERT(GrUserStencilOp::kKeep == otherOp || otherOp > kLastClipOnlyStencilOp); in reset()
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Doperation.cpp319 bool _Operation::EqualOp (_Operation* otherOp) in EqualOp() argument
322 if (otherOp->theNumber) { in EqualOp()
325 if ((oc == NUMBER) && (oc==otherOp->theNumber->ObjectClass())) { in EqualOp()
326 return CheckEqual (theNumber->Value(), otherOp->theNumber->Value()); in EqualOp()
332 return numberOfTerms == otherOp->numberOfTerms; in EqualOp()
334 return opCode == otherOp->opCode; in EqualOp()
337 return theData == otherOp->theData; in EqualOp()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/catalog/
H A Dpg_operator.c57 static Oid get_other_operator(List *otherOp,
585 get_other_operator(List *otherOp, Oid otherLeftTypeId, Oid otherRightTypeId, in get_other_operator() argument
595 other_oid = OperatorLookup(otherOp, in get_other_operator()
606 otherNamespace = QualifiedNameGetCreationNamespace(otherOp, in get_other_operator()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/catalog/
H A Dpg_operator.c57 static Oid get_other_operator(List *otherOp,
585 get_other_operator(List *otherOp, Oid otherLeftTypeId, Oid otherRightTypeId, in get_other_operator() argument
595 other_oid = OperatorLookup(otherOp, in get_other_operator()
606 otherNamespace = QualifiedNameGetCreationNamespace(otherOp, in get_other_operator()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/catalog/
H A Dpg_operator.c57 static Oid get_other_operator(List *otherOp,
585 get_other_operator(List *otherOp, Oid otherLeftTypeId, Oid otherRightTypeId, in get_other_operator() argument
595 other_oid = OperatorLookup(otherOp, in get_other_operator()
606 otherNamespace = QualifiedNameGetCreationNamespace(otherOp, in get_other_operator()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/catalog/
H A Dpg_operator.c57 static Oid get_other_operator(List *otherOp,
585 get_other_operator(List *otherOp, Oid otherLeftTypeId, Oid otherRightTypeId, in get_other_operator() argument
595 other_oid = OperatorLookup(otherOp, in get_other_operator()
606 otherNamespace = QualifiedNameGetCreationNamespace(otherOp, in get_other_operator()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/catalog/
H A Dpg_operator.c57 static Oid get_other_operator(List *otherOp,
585 get_other_operator(List *otherOp, Oid otherLeftTypeId, Oid otherRightTypeId, in get_other_operator() argument
595 other_oid = OperatorLookup(otherOp, in get_other_operator()
606 otherNamespace = QualifiedNameGetCreationNamespace(otherOp, in get_other_operator()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/catalog/
H A Dpg_operator.c57 static Oid get_other_operator(List *otherOp,
585 get_other_operator(List *otherOp, Oid otherLeftTypeId, Oid otherRightTypeId, in get_other_operator() argument
595 other_oid = OperatorLookup(otherOp, in get_other_operator()
606 otherNamespace = QualifiedNameGetCreationNamespace(otherOp, in get_other_operator()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/catalog/
H A Dpg_operator.c57 static Oid get_other_operator(List *otherOp,
585 get_other_operator(List *otherOp, Oid otherLeftTypeId, Oid otherRightTypeId, in get_other_operator() argument
595 other_oid = OperatorLookup(otherOp, in get_other_operator()
606 otherNamespace = QualifiedNameGetCreationNamespace(otherOp, in get_other_operator()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/catalog/
H A Dpg_operator.c57 static Oid get_other_operator(List *otherOp,
581 get_other_operator(List *otherOp, Oid otherLeftTypeId, Oid otherRightTypeId, in get_other_operator() argument
591 other_oid = OperatorLookup(otherOp, in get_other_operator()
602 otherNamespace = QualifiedNameGetCreationNamespace(otherOp, in get_other_operator()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/catalog/
H A Dpg_operator.c57 static Oid get_other_operator(List *otherOp,
581 get_other_operator(List *otherOp, Oid otherLeftTypeId, Oid otherRightTypeId, in get_other_operator() argument
591 other_oid = OperatorLookup(otherOp, in get_other_operator()
602 otherNamespace = QualifiedNameGetCreationNamespace(otherOp, in get_other_operator()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/catalog/
H A Dpg_operator.c57 static Oid get_other_operator(List *otherOp,
581 get_other_operator(List *otherOp, Oid otherLeftTypeId, Oid otherRightTypeId, in get_other_operator() argument
591 other_oid = OperatorLookup(otherOp, in get_other_operator()
602 otherNamespace = QualifiedNameGetCreationNamespace(otherOp, in get_other_operator()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/catalog/
H A Dpg_operator.c57 static Oid get_other_operator(List *otherOp,
576 get_other_operator(List *otherOp, Oid otherLeftTypeId, Oid otherRightTypeId, in get_other_operator() argument
586 other_oid = OperatorLookup(otherOp, in get_other_operator()
597 otherNamespace = QualifiedNameGetCreationNamespace(otherOp, in get_other_operator()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/catalog/
H A Dpg_operator.c57 static Oid get_other_operator(List *otherOp,
576 get_other_operator(List *otherOp, Oid otherLeftTypeId, Oid otherRightTypeId, in get_other_operator() argument
586 other_oid = OperatorLookup(otherOp, in get_other_operator()
597 otherNamespace = QualifiedNameGetCreationNamespace(otherOp, in get_other_operator()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/catalog/
H A Dpg_operator.c56 static Oid get_other_operator(List *otherOp,
575 get_other_operator(List *otherOp, Oid otherLeftTypeId, Oid otherRightTypeId, in get_other_operator() argument
585 other_oid = OperatorLookup(otherOp, in get_other_operator()
596 otherNamespace = QualifiedNameGetCreationNamespace(otherOp, in get_other_operator()

123