Home
last modified time | relevance | path

Searched refs:constTypes (Results 1 – 18 of 18) sorted by relevance

/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/experimental/Separable/
H A DSepaHeuristicInnerApproximation.cpp193 Bonmin::vector<Ipopt::TNLP::LinearityType> constTypes(numberRows); in solution()
194 minlp->get_constraints_linearity(numberRows, constTypes()); in solution()
217 if(constTypes[iRow] == Ipopt::TNLP::NON_LINEAR) in solution()
363 Bonmin::vector<Ipopt::TNLP::LinearityType> constTypes(m); in extractInnerApproximation() local
365 problem->get_constraints_linearity(m, constTypes()); in extractInnerApproximation()
368 if (constTypes[i] == Ipopt::TNLP::NON_LINEAR) { in extractInnerApproximation()
376 if (constTypes[i] != Ipopt::TNLP::NON_LINEAR) { in extractInnerApproximation()
473 if (constTypes[i] == Ipopt::TNLP::LINEAR) continue; in extractInnerApproximation()
485 if (constTypes[i] == Ipopt::TNLP::LINEAR) continue; in extractInnerApproximation()
H A DBonOuterDescription.cpp289 vector<Ipopt::TNLP::LinearityType> constTypes(m); in addOuterDescription() local
290 problem->get_constraints_linearity(m, constTypes()); in addOuterDescription()
329 if(constTypes[i] != Ipopt::TNLP::NON_LINEAR) continue; in addOuterDescription()
338 if(constTypes[i] != Ipopt::TNLP::NON_LINEAR) continue; in addOuterDescription()
364 if(constTypes[i] != Ipopt::TNLP::NON_LINEAR) continue; in addOuterDescription()
H A DBonHeuristicInnerApproximation.cpp344 vector<Ipopt::TNLP::LinearityType> constTypes(m); in extractInnerApproximation() local
345 problem->get_constraints_linearity(m, constTypes()); in extractInnerApproximation()
347 if (constTypes[i] == Ipopt::TNLP::NON_LINEAR) { in extractInnerApproximation()
355 if (constTypes[i] != Ipopt::TNLP::NON_LINEAR) { in extractInnerApproximation()
454 for (int i = 0; (i < m && constTypes[i] == Ipopt::TNLP::NON_LINEAR); i++) { in extractInnerApproximation()
467 for(int i = 0; (i< m && constTypes[i] == Ipopt::TNLP::NON_LINEAR); i++) { in extractInnerApproximation()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/effects/
H A Dqgspainteffectpropertieswidget.cpp94 const auto constTypes = types; in populateEffectTypes() local
95 for ( const QString &type : constTypes ) in populateEffectTypes()
/dports/graphics/qgis/qgis-3.22.3/src/gui/effects/
H A Dqgspainteffectpropertieswidget.cpp94 const auto constTypes = types; in populateEffectTypes() local
95 for ( const QString &type : constTypes ) in populateEffectTypes()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/oracle/
H A Dqgsoracleconn.h85 const auto constTypes = types; in toString() local
86 for ( QgsWkbTypes::Type type : constTypes ) in toString()
/dports/graphics/qgis/qgis-3.22.3/src/providers/oracle/
H A Dqgsoracleconn.h86 const auto constTypes = types; in toString() local
87 for ( QgsWkbTypes::Type type : constTypes ) in toString()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/postgres/
H A Dqgspostgresconn.h129 const auto constTypes = types; in toString() local
130 for ( QgsWkbTypes::Type type : constTypes ) in toString()
/dports/graphics/qgis/qgis-3.22.3/src/providers/postgres/
H A Dqgspostgresconn.h129 const auto constTypes = types; in toString() local
130 for ( const QgsWkbTypes::Type type : constTypes ) in toString()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DStringConcat.java476 ListBuffer<Type> constTypes = new ListBuffer<>(); in doCall() local
480 constTypes.add(syms.stringType); in doCall()
487 .appendList(constTypes); in doCall()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DStringConcat.java477 ListBuffer<Type> constTypes = new ListBuffer<>(); in doCall() local
481 constTypes.add(syms.stringType); in doCall()
488 .appendList(constTypes); in doCall()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DStringConcat.java477 ListBuffer<Type> constTypes = new ListBuffer<>(); in doCall() local
481 constTypes.add(syms.stringType); in doCall()
488 .appendList(constTypes); in doCall()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DStringConcat.java476 ListBuffer<Type> constTypes = new ListBuffer<>(); in doCall() local
480 constTypes.add(syms.stringType); in doCall()
487 .appendList(constTypes); in doCall()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DStringConcat.java476 ListBuffer<Type> constTypes = new ListBuffer<>(); in doCall() local
480 constTypes.add(syms.stringType); in doCall()
487 .appendList(constTypes); in doCall()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DStringConcat.java477 ListBuffer<Type> constTypes = new ListBuffer<>(); in doCall() local
481 constTypes.add(syms.stringType); in doCall()
488 .appendList(constTypes); in doCall()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DStringConcat.java477 ListBuffer<Type> constTypes = new ListBuffer<>(); in doCall() local
481 constTypes.add(syms.stringType); in doCall()
488 .appendList(constTypes); in doCall()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DStringConcat.java477 ListBuffer<Type> constTypes = new ListBuffer<>(); in doCall() local
481 constTypes.add(syms.stringType); in doCall()
488 .appendList(constTypes); in doCall()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dcparse.d2253 AST.Types constTypes; // all the Types that will need `const` applied to them variable
2254 constTypes.setDim(0);
2287 constTypes.push(t);
2433 if (constTypes.length)
2442 foreach (tc; constTypes[]) in foreach() argument