Home
last modified time | relevance | path

Searched refs:fbound (Results 1 – 25 of 85) sorted by relevance

1234

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/oneD/
H A DMultiNewton.cpp41 doublereal fbound = 1.0; in bound_step() local
58 fbound = std::max(0.0, std::min(fbound, in bound_step()
61 fbound = std::min(fbound, (val - below)/(val - newval)); in bound_step()
77 return fbound; in bound_step()
199 doublereal fbound = 1.0; in boundStep() local
201 fbound = std::min(fbound, in boundStep()
205 return fbound; in boundStep()
227 doublereal fbound = boundStep(x0, step0, r, loglevel-1); in dampStep() local
232 if (fbound < 1.e-10) { in dampStep()
243 double ff = fbound*damp; in dampStep()
[all …]
/dports/math/nlopt/nlopt-2.7.1/src/algs/stogo/
H A Dglobal.cc42 fbound=DBL_MAX; in Global()
111 if (tmpTrial.objval<=fbound+mu && tmpTrial.objval<=box.minf+mu) { in NewtonTest()
153 if ( (ns>1) && (box.LowerBound(maxgrad)>fbound) ) { in ReduceOrSubdivide()
165 if (box.minf < fbound) { in ReduceOrSubdivide()
166 fbound=box.minf ; in ReduceOrSubdivide()
168 cout <<"*** Improving fbound, fbound=" << fbound << endl; in ReduceOrSubdivide()
232 TrialGT(fbound+mu)),SolSet.end()); in Search()
279 return fbound; in GetMinValue()
283 fbound=new_fb; in SetMinValue()
H A Dglobal.h82 double fbound; variable
/dports/math/R-cran-nloptr/nloptr/src/nlopt_src/stogo/
H A Dglobal.cc47 fbound=DBL_MAX; in Global()
137 if (tmpTrial.objval<=fbound+mu && tmpTrial.objval<=box.minf+mu) { in NewtonTest()
181 if ( (ns>1) && (box.LowerBound(maxgrad)>fbound) ) { in ReduceOrSubdivide()
193 if (box.minf < fbound) { in ReduceOrSubdivide()
194 fbound=box.minf ; in ReduceOrSubdivide()
196 cout <<"*** Improving fbound, fbound=" << fbound << endl; in ReduceOrSubdivide()
262 TrialGT(fbound+mu)),SolSet.end()); in Search()
313 return fbound; in GetMinValue()
317 fbound=new_fb; in SetMinValue()
H A Dglobal.h83 double fbound; variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/api/6421111/
H A DT6421111.java84 void test(TypeElement element, boolean fbound) { in test() argument
87 if (fbound) { in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/api/6421111/
H A DT6421111.java84 void test(TypeElement element, boolean fbound) { in test() argument
87 if (fbound) { in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/api/6421111/
H A DT6421111.java84 void test(TypeElement element, boolean fbound) { in test() argument
87 if (fbound) { in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/api/6421111/
H A DT6421111.java84 void test(TypeElement element, boolean fbound) { in test() argument
87 if (fbound) { in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/api/6421111/
H A DT6421111.java84 void test(TypeElement element, boolean fbound) { in test() argument
87 if (fbound) { in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/api/6421111/
H A DT6421111.java84 void test(TypeElement element, boolean fbound) { in test() argument
87 if (fbound) { in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/api/6421111/
H A DT6421111.java84 void test(TypeElement element, boolean fbound) { in test() argument
87 if (fbound) { in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/api/6421111/
H A DT6421111.java84 void test(TypeElement element, boolean fbound) { in test() argument
87 if (fbound) { in test()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/api/6421111/
H A DT6421111.java81 void test(TypeElement element, boolean fbound) { in test() argument
84 if (fbound) { in test()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/api/6421111/
H A DT6421111.java81 void test(TypeElement element, boolean fbound) { in test() argument
84 if (fbound) { in test()
/dports/lang/yabasic/yabasic-2.90.1/unix/lang/
H A Dmain.c2598 FILE *fbound; local
2635 if (!(fbound = fopen (bound, "wb"))) {
2651 fputc (c, fbound);
2662 put_and_count(string, fbound, &proglen);
2666 fputc (c, fbound);
2676 fputc (c, fbound);
2679 fprintf (fbound, "\nend\n");
2681 fprintf (fbound, "rem %08d\n", proglen);
2682 fprintf (fbound, "rem %s\n", progname);
2685 fprintf (fbound, "rem %s\n", YABMAGIC);
[all …]
/dports/math/octave-forge-ltfat/ltfat/inst/comp/
H A Dcomp_ups.m101 fbound = min(ceil((L-type)/a),Ls); variable
102 fups(1+type:a:fbound*a+type,:)=f(1:fbound);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DPrimitiveStampBoundaryTest.java280 float fbound = (float) bound; in floatStampForConstant() local
281 return new FloatStamp(bits, fbound, fbound, !Float.isNaN(fbound)); in floatStampForConstant()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DPrimitiveStampBoundaryTest.java296 float fbound = (float) bound; in floatStampForConstant() local
297 return new FloatStamp(bits, fbound, fbound, !Float.isNaN(fbound)); in floatStampForConstant()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DPrimitiveStampBoundaryTest.java280 float fbound = (float) bound; in floatStampForConstant() local
281 return new FloatStamp(bits, fbound, fbound, !Float.isNaN(fbound)); in floatStampForConstant()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DPrimitiveStampBoundaryTest.java296 float fbound = (float) bound; in floatStampForConstant() local
297 return new FloatStamp(bits, fbound, fbound, !Float.isNaN(fbound)); in floatStampForConstant()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DPrimitiveStampBoundaryTest.java280 float fbound = (float) bound; in floatStampForConstant() local
281 return new FloatStamp(bits, fbound, fbound, !Float.isNaN(fbound)); in floatStampForConstant()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DPrimitiveStampBoundaryTest.java296 float fbound = (float) bound; in floatStampForConstant() local
297 return new FloatStamp(bits, fbound, fbound, !Float.isNaN(fbound)); in floatStampForConstant()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DPrimitiveStampBoundaryTest.java296 float fbound = (float) bound; in floatStampForConstant() local
297 return new FloatStamp(bits, fbound, fbound, !Float.isNaN(fbound)); in floatStampForConstant()
/dports/editors/uemacs/uemacs-4.0/src/
H A Dsearch.c298 if (!fbound(tbl, patlenadd, &curline, &curoff, direct)) {
311 } while (!fbound(tbl, jump, &curline, &curoff, direct));
578 if (!fbound(tbl, patlenadd, &curline, &curoff, direct)) {
636 } while (!fbound(tbl, jump, &curline, &curoff, direct));
650 int PASCAL NEAR fbound(DELTA *tbl, int jump, LINE **pcurline, int *pcuroff, int dir) in fbound() function
652 int PASCAL NEAR fbound( tbl, jump, pcurline, pcuroff, dir) in fbound()

1234