Home
last modified time | relevance | path

Searched refs:extremum (Results 1 – 25 of 645) sorted by relevance

12345678910>>...26

/dports/math/pspp/pspp-1.4.1/src/math/
H A Dextrema.c43 const struct extremum *a = ll_data (a_, struct extremum, ll); in cmp_descending()
44 const struct extremum *b = ll_data (b_, struct extremum, ll); in cmp_descending()
54 const struct extremum *a = ll_data (a_, struct extremum, ll); in cmp_ascending()
55 const struct extremum *b = ll_data (b_, struct extremum, ll); in cmp_ascending()
86 struct extremum *e = ll_data (ll, struct extremum, ll); in extrema_destroy()
101 struct extremum *e = xzalloc (sizeof *e) ; in extrema_add()
118 struct extremum *et = ll_data (tail, struct extremum, ll); in extrema_add()
137 const struct extremum *top; in extrema_top()
142 top = (const struct extremum *) in extrema_top()
143 ll_data (ll_head(&ex->list), struct extremum, ll); in extrema_top()
/dports/graphics/IPA/IPA-1.08/Morphology/
H A DMorphology2.c239 o[0] = extremum(extremum(c[0],c[1]),extremum(n[0],n[1])); \
240 o[maxx] = extremum(extremum(c[maxx-1],c[maxx]),extremum(n[maxx-1],n[maxx])); \
242 o[x] = extremum(extremum(extremum(c[x-1],c[x]),extremum(n[x-1],n[x])), \
245 o[0] = extremum(extremum(c[0],c[1]),extremum(p[0],p[1])); \
246 o[maxx] = extremum(extremum(c[maxx-1],c[maxx]),extremum(p[maxx-1],p[maxx])); \
248 o[x] = extremum(extremum(extremum(c[x-1],c[x]),extremum(p[x-1],p[x])), \
251 o[0] = extremum(extremum(extremum(p[0],p[1]),extremum(c[0],c[1])), \
253 o[maxx] = extremum(extremum(extremum(p[maxx-1],p[maxx]), \
256 o[x] = extremum(extremum(extremum(extremum(p[x-1],p[x]),extremum(c[x-1],c[x])), \
257 extremum(extremum(n[x-1],n[x]),extremum(p[x+1],c[x+1]))),n[x+1]); \
[all …]
/dports/databases/pgfouine/pgfouine-1.2/include/reporting/artichow/php5/
H A DMathPlot.class.php186 private $extremum = NULL; variable in awMathPlot
215 $this->extremum = new awSide($xMin, $xMax, $yMax, $yMin);
275 $this->xAxis->setRange($this->extremum->left, $this->extremum->right);
281 $this->yAxis->setRange($this->extremum->bottom, $this->extremum->top);
288 $number = $this->extremum->top - $this->extremum->bottom + 1;
293 $number = $this->extremum->right - $this->extremum->left + 1;
343 $fromX = is_null($function->fromX) ? $this->extremum->left : $function->fromX;
344 $toX = is_null($function->toX) ? $this->extremum->right : $function->toX;
/dports/databases/pgfouine/pgfouine-1.2/include/reporting/artichow/php4/
H A DMathPlot.class.php186 var $extremum = NULL; variable in awMathPlot
215 $this->extremum = new awSide($xMin, $xMax, $yMax, $yMin);
275 $this->xAxis->setRange($this->extremum->left, $this->extremum->right);
281 $this->yAxis->setRange($this->extremum->bottom, $this->extremum->top);
288 $number = $this->extremum->top - $this->extremum->bottom + 1;
293 $number = $this->extremum->right - $this->extremum->left + 1;
339 $fromX = is_null($function->fromX) ? $this->extremum->left : $function->fromX;
340 $toX = is_null($function->toX) ? $this->extremum->right : $function->toX;
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-hull.c54 cairo_point_t *p, *extremum, tmp; in _cairo_hull_init() local
57 extremum = &vertices[0].point; in _cairo_hull_init()
60 if (p->y < extremum->y || (p->y == extremum->y && p->x < extremum->x)) in _cairo_hull_init()
61 extremum = p; in _cairo_hull_init()
64 tmp = *extremum; in _cairo_hull_init()
65 *extremum = vertices[0].point; in _cairo_hull_init()
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-hull.c54 cairo_point_t *p, *extremum, tmp; in _cairo_hull_init() local
57 extremum = &vertices[0].point; in _cairo_hull_init()
60 if (p->y < extremum->y || (p->y == extremum->y && p->x < extremum->x)) in _cairo_hull_init()
61 extremum = p; in _cairo_hull_init()
64 tmp = *extremum; in _cairo_hull_init()
65 *extremum = vertices[0].point; in _cairo_hull_init()
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-hull.c54 cairo_point_t *p, *extremum, tmp; in _cairo_hull_init() local
57 extremum = &vertices[0].point; in _cairo_hull_init()
60 if (p->y < extremum->y || (p->y == extremum->y && p->x < extremum->x)) in _cairo_hull_init()
61 extremum = p; in _cairo_hull_init()
64 tmp = *extremum; in _cairo_hull_init()
65 *extremum = vertices[0].point; in _cairo_hull_init()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dcairo-hull.c54 cairo_point_t *p, *extremum, tmp; in _cairo_hull_init() local
57 extremum = &vertices[0].point; in _cairo_hull_init()
60 if (p->y < extremum->y || (p->y == extremum->y && p->x < extremum->x)) in _cairo_hull_init()
61 extremum = p; in _cairo_hull_init()
64 tmp = *extremum; in _cairo_hull_init()
65 *extremum = vertices[0].point; in _cairo_hull_init()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dcairo-hull.c54 cairo_point_t *p, *extremum, tmp; in _cairo_hull_init() local
57 extremum = &vertices[0].point; in _cairo_hull_init()
60 if (p->y < extremum->y || (p->y == extremum->y && p->x < extremum->x)) in _cairo_hull_init()
61 extremum = p; in _cairo_hull_init()
64 tmp = *extremum; in _cairo_hull_init()
65 *extremum = vertices[0].point; in _cairo_hull_init()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-hull.c54 cairo_point_t *p, *extremum, tmp; in _cairo_hull_init() local
57 extremum = &vertices[0].point; in _cairo_hull_init()
60 if (p->y < extremum->y || (p->y == extremum->y && p->x < extremum->x)) in _cairo_hull_init()
61 extremum = p; in _cairo_hull_init()
64 tmp = *extremum; in _cairo_hull_init()
65 *extremum = vertices[0].point; in _cairo_hull_init()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/cairo/src/
H A Dcairo-hull.c54 cairo_point_t *p, *extremum, tmp; in _cairo_hull_init() local
57 extremum = &vertices[0].point; in _cairo_hull_init()
60 if (p->y < extremum->y || (p->y == extremum->y && p->x < extremum->x)) in _cairo_hull_init()
61 extremum = p; in _cairo_hull_init()
64 tmp = *extremum; in _cairo_hull_init()
65 *extremum = vertices[0].point; in _cairo_hull_init()
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/
H A Dcairo-hull.c54 cairo_point_t *p, *extremum, tmp; in _cairo_hull_init() local
57 extremum = &vertices[0].point; in _cairo_hull_init()
60 if (p->y < extremum->y || (p->y == extremum->y && p->x < extremum->x)) in _cairo_hull_init()
61 extremum = p; in _cairo_hull_init()
64 tmp = *extremum; in _cairo_hull_init()
65 *extremum = vertices[0].point; in _cairo_hull_init()
/dports/audio/praat/praat-6.2.03/test/fon/
H A Dfourier.praat34 extremum = Get absolute extremum... 0 0 None
35 assert extremum < 1e-6 ; 'duration' 'samplingFrequency'
47 extremum = Get absolute extremum... 0 0 None
48 assert extremum < 1e-4 ; 'duration' 'samplingFrequency'
/dports/astro/kstars/kstars-3.5.6/kstars/tools/
H A Dapproachsolver.cpp30 QPair<long double, dms> extremum; in findClosestApproach() local
93 if (findPrecise(&extremum, jd, step, Sign)) in findClosestApproach()
95 if (extremum.second.radians() < getMaxSeparation()) in findClosestApproach()
97 Separations.insert(extremum.first, extremum.second); in findClosestApproach()
100 callback(extremum.first, extremum.second); in findClosestApproach()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/
H A DLocalMinMaxGeneric.h41 T extremum(outside_values); in fillAccumulator()
44 extremum = *src; in fillAccumulator()
48 *dst = extremum; in fillAccumulator()
54 extremum = selector(extremum, *src); in fillAccumulator()
55 *dst = extremum; in fillAccumulator()
61 extremum = selector(extremum, outside_values); in fillAccumulator()
63 *dst = extremum; in fillAccumulator()
/dports/www/p5-JE/JE-0.066/lib/JE/Object/Number/
H A Dmaxvalue.pl94 my $extremum = $direction->{powa}->[-1];
96 my $nx = mult_pow2($extremum, $expsign*$addexp);
97 if(mult_pow2($nx, -$expsign*$addexp) == $extremum) {
99 $extremum = $nx;
103 ${$direction->{xpower}} = $extremum;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java90 public long extremum; field in CountedLoopTest.Result
98 result = prime * result + Long.hashCode(extremum); in hashCode()
108 return extremum == other.extremum && exitValue == other.exitValue; in equals()
113 return String.format("extremum = %d, exitValue = %d", extremum, exitValue); in toString()
123 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementSnippet()
175 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementEqSnippet()
227 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in decrementSnippet()
264 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in decrementEqSnippet()
306 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in twoVariablesSnippet()
323 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementNeqSnippet()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java92 public long extremum; field in CountedLoopTest.Result
100 result = prime * result + Long.hashCode(extremum); in hashCode()
110 return extremum == other.extremum && exitValue == other.exitValue; in equals()
115 return String.format("extremum = %d, exitValue = %d", extremum, exitValue); in toString()
125 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementSnippet()
177 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementEqSnippet()
229 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in decrementSnippet()
266 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in decrementEqSnippet()
308 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in twoVariablesSnippet()
325 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementNeqSnippet()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java90 public long extremum; field in CountedLoopTest.Result
98 result = prime * result + Long.hashCode(extremum); in hashCode()
108 return extremum == other.extremum && exitValue == other.exitValue; in equals()
113 return String.format("extremum = %d, exitValue = %d", extremum, exitValue); in toString()
123 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementSnippet()
175 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementEqSnippet()
227 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in decrementSnippet()
264 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in decrementEqSnippet()
306 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in twoVariablesSnippet()
323 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementNeqSnippet()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java92 public long extremum; field in CountedLoopTest.Result
100 result = prime * result + Long.hashCode(extremum); in hashCode()
110 return extremum == other.extremum && exitValue == other.exitValue; in equals()
115 return String.format("extremum = %d, exitValue = %d", extremum, exitValue); in toString()
125 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementSnippet()
177 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementEqSnippet()
229 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in decrementSnippet()
266 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in decrementEqSnippet()
308 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in twoVariablesSnippet()
325 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementNeqSnippet()
[all …]
/dports/math/polymake/polymake-4.5/apps/tropical/include/
H A Dcovectors.h49 TNumber extremum = accumulate(tdiff, operations::add()); in single_covector() local
53 if (td == extremum) in single_covector()
76 TNumber extremum = accumulate(tdiff, operations::add()); in single_covector() local
81 if (td == extremum) in single_covector()
170 TNumber extremum = *apex*point; in generalized_apex_covector() local
171 if (!is_zero(extremum)) { in generalized_apex_covector()
173 …l_entries = indices(attach_selector(hadaprod, operations::fix2<TNumber,operations::eq>(extremum))); in generalized_apex_covector()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java97 public long extremum; field in CountedLoopTest.Result
105 result = prime * result + Long.hashCode(extremum); in hashCode()
115 return extremum == other.extremum && exitValue == other.exitValue; in equals()
120 return String.format("extremum = %d, exitValue = %d", extremum, exitValue); in toString()
130 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementSnippet()
182 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementEqSnippet()
244 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in decrementSnippet()
281 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in decrementEqSnippet()
333 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in twoVariablesSnippet()
350 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementNeqSnippet()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java97 public long extremum; field in CountedLoopTest.Result
105 result = prime * result + Long.hashCode(extremum); in hashCode()
115 return extremum == other.extremum && exitValue == other.exitValue; in equals()
120 return String.format("extremum = %d, exitValue = %d", extremum, exitValue); in toString()
130 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementSnippet()
182 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementEqSnippet()
244 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in decrementSnippet()
281 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in decrementEqSnippet()
333 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in twoVariablesSnippet()
350 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementNeqSnippet()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java95 public long extremum; field in CountedLoopTest.Result
103 result = prime * result + Long.hashCode(extremum); in hashCode()
113 return extremum == other.extremum && exitValue == other.exitValue; in equals()
118 return String.format("extremum = %d, exitValue = %d", extremum, exitValue); in toString()
128 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementSnippet()
180 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementEqSnippet()
242 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in decrementSnippet()
279 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in decrementEqSnippet()
331 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in twoVariablesSnippet()
348 …ret.extremum = get(InductionVariable::extremumNode, InductionVariable::constantExtremum, Induction… in incrementNeqSnippet()
[all …]
/dports/math/kmplot/kmplot-21.12.3/kmplot/
H A Dfunctiontools.cpp189 …QPointF extremum = View::self()->findMinMaxValue( equation.first, View::Minimum, m_widget->min->va… in findMinimum() local
192 extremum.x(), in findMinimum()
194 extremum.y() ) ); in findMinimum()
203 …QPointF extremum = View::self()->findMinMaxValue( equation.first, View::Maximum, m_widget->min->va… in findMaximum() local
206 extremum.x(), in findMaximum()
208 extremum.y() ) ); in findMaximum()

12345678910>>...26