Home
last modified time | relevance | path

Searched refs:maxvalue (Results 1 – 25 of 2219) sorted by relevance

12345678910>>...89

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimgle/libsrc/
H A Ddiutils.cc46 double maxvalue) in rangeToBits() argument
49 if (minvalue > maxvalue) in rangeToBits()
52 minvalue = maxvalue; in rangeToBits()
53 maxvalue = temp; in rangeToBits()
58 if (fabs(minvalue) > fabs(maxvalue)) in rangeToBits()
103 minvalue = maxvalue; in determineRepresentation()
104 maxvalue = temp; in determineRepresentation()
118 if (maxvalue > maxval(MAX_BITS - 1)) in determineRepresentation()
126 if (maxvalue <= maxval(8)) in determineRepresentation()
128 if (maxvalue <= maxval(16)) in determineRepresentation()
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/algorithms/basic/
H A DCalculateOptimalROI.cpp169 if(maxvalue>0 && rect.area()<maxvalue) in AddCheckingRects()
234 if(maxvalue<testingRect.area()) in nonreccheck()
236 maxvalue=testingRect.area(); in nonreccheck()
251 if(maxvalue<testingRect.area()) in nonreccheck()
253 maxvalue = testingRect.area(); in nonreccheck()
280 if(maxvalue<testingRect.area()) in nonreccheck()
293 long maxvalue=0; in autocrop() local
313 if(maxvalue>0) in autocrop()
321 if(maxvalue==0) in autocrop()
331 if (maxvalue>0) in autocrop()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimage/include/dcmtk/dcmimage/
H A Ddiybrpxt.h106 const double r_const = 0.7010 * OFstatic_cast(double, maxvalue); in convert()
148 … *(r++) = (sr < 0) ? 0 : (sr > OFstatic_cast(Sint32, maxvalue)) ? maxvalue : OFstatic_cast(T2, sr); in convert()
149 … *(g++) = (sg < 0) ? 0 : (sg > OFstatic_cast(Sint32, maxvalue)) ? maxvalue : OFstatic_cast(T2, sg); in convert()
150 … *(b++) = (sb < 0) ? 0 : (sb > OFstatic_cast(Sint32, maxvalue)) ? maxvalue : OFstatic_cast(T2, sb); in convert()
173 … *(r++) = (sr < 0) ? 0 : (sr > OFstatic_cast(Sint32, maxvalue)) ? maxvalue : OFstatic_cast(T2, sr); in convert()
174 … *(g++) = (sg < 0) ? 0 : (sg > OFstatic_cast(Sint32, maxvalue)) ? maxvalue : OFstatic_cast(T2, sg); in convert()
175 … *(b++) = (sb < 0) ? 0 : (sb > OFstatic_cast(Sint32, maxvalue)) ? maxvalue : OFstatic_cast(T2, sb); in convert()
202 removeSign(*(cr++), offset), maxvalue); in convert()
277 …red = (dr < 0.0) ? 0 : (dr > OFstatic_cast(double, maxvalue)) ? maxvalue : OFstatic_cast(T2, dr); in convertValue()
278 …green = (dg < 0.0) ? 0 : (dg > OFstatic_cast(double, maxvalue)) ? maxvalue : OFstatic_cast(T2, dg); in convertValue()
[all …]
H A Ddiyp2pxt.h93 const T2 maxvalue = OFstatic_cast(T2, DicomImageClass::maxval(bits)); in convert() local
110 convertValue(*(r++), *(g++), *(b++), y1, cb, cr, maxvalue); in convert()
111 convertValue(*(r++), *(g++), *(b++), y2, cb, cr, maxvalue); in convert()
124 const T2 maxvalue) in convertValue() argument
126 …ic_cast(double, y) + 1.5969 * OFstatic_cast(double, cr) - 0.8713 * OFstatic_cast(double, maxvalue); in convertValue()
127 …c_cast(double, cb) - 0.8121 * OFstatic_cast(double, cr) + 0.5290 * OFstatic_cast(double, maxvalue); in convertValue()
128 …ic_cast(double, y) + 2.0177 * OFstatic_cast(double, cb) - 1.0820 * OFstatic_cast(double, maxvalue); in convertValue()
129 …red = (dr < 0.0) ? 0 : (dr > OFstatic_cast(double, maxvalue)) ? maxvalue : OFstatic_cast(T2, dr); in convertValue()
130 …green = (dg < 0.0) ? 0 : (dg > OFstatic_cast(double, maxvalue)) ? maxvalue : OFstatic_cast(T2, dg); in convertValue()
131 …blue = (db < 0.0) ? 0 : (db > OFstatic_cast(double, maxvalue)) ? maxvalue : OFstatic_cast(T2, db); in convertValue()
H A Ddiyf2pxt.h108 const T2 maxvalue = OFstatic_cast(T2, DicomImageClass::maxval(bits)); in convert() local
115 convertValue(*(r++), *(g++), *(b++), y1, cb, cr, maxvalue); in convert()
116 convertValue(*(r++), *(g++), *(b++), y2, cb, cr, maxvalue); in convert()
144 const T2 maxvalue) in convertValue() argument
146 …ic_cast(double, y) + 1.4020 * OFstatic_cast(double, cr) - 0.7010 * OFstatic_cast(double, maxvalue); in convertValue()
147 …c_cast(double, cb) - 0.7141 * OFstatic_cast(double, cr) + 0.5291 * OFstatic_cast(double, maxvalue); in convertValue()
148 …ic_cast(double, y) + 1.7720 * OFstatic_cast(double, cb) - 0.8859 * OFstatic_cast(double, maxvalue); in convertValue()
149 …red = (dr < 0.0) ? 0 : (dr > OFstatic_cast(double, maxvalue)) ? maxvalue : OFstatic_cast(T2, dr); in convertValue()
150 …green = (dg < 0.0) ? 0 : (dg > OFstatic_cast(double, maxvalue)) ? maxvalue : OFstatic_cast(T2, dg); in convertValue()
151 …blue = (db < 0.0) ? 0 : (db > OFstatic_cast(double, maxvalue)) ? maxvalue : OFstatic_cast(T2, db); in convertValue()
H A Ddihsvpxt.h88 const T2 maxvalue = OFstatic_cast(T2, DicomImageClass::maxval(bits)); in convert() local
114 removeSign(*(v++), offset), maxvalue); in convert()
134 convertValue(*(r++), *(g++), *(b++), h, s, v, maxvalue); in convert()
148 const T2 maxvalue) in convertValue() argument
162 …const double h = (OFstatic_cast(double, hue) * 6) / (OFstatic_cast(double, maxvalue) + 1); // '..… in convertValue()
163 const double s = OFstatic_cast(double, saturation) / OFstatic_cast(double, maxvalue); in convertValue()
164 const double v = OFstatic_cast(double, value) / OFstatic_cast(double, maxvalue); in convertValue()
167 const T2 p = OFstatic_cast(T2, maxvalue * v * (1 - s)); in convertValue()
168 const T2 q = OFstatic_cast(T2, maxvalue * v * (1 - s * hf)); in convertValue()
169 const T2 t = OFstatic_cast(T2, maxvalue * v * (1 - s * (1 - hf))); in convertValue()
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmimgle/libsrc/
H A Ddiutils.cxx58 double maxvalue) in determineRepresentation() argument
60 if (minvalue > maxvalue) /* assertion: min < max ! */ in determineRepresentation()
63 minvalue = maxvalue; in determineRepresentation()
64 maxvalue = temp; in determineRepresentation()
68 if ((-minvalue <= maxval(7, 0)) && (maxvalue <= maxval(7))) in determineRepresentation()
70 if ((-minvalue <= maxval(15, 0)) && (maxvalue <= maxval(15))) in determineRepresentation()
82 if (maxvalue > maxval(MAX_BITS - 1)) in determineRepresentation()
94 if (maxvalue <= maxval(8)) in determineRepresentation()
96 if (maxvalue <= maxval(16)) in determineRepresentation()
99 if (maxvalue > maxval(MAX_BITS)) in determineRepresentation()
[all …]
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/utilities/
H A Dgallery_statistics.php105 $maxvalue = 0;
113 $maxvalue = 0;
126 $maxvalue = 0;
134 $maxvalue = 0;
146 $maxvalue = 0;
155 $maxvalue = 0;
164 $maxvalue = 0;
169 $maxvalue = 0;
190 $maxvalue = 0;
199 $maxvalue = 0;
[all …]
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/pypy2.7/module/_multiprocess/test/
H A Dtest_semaphore.py36 maxvalue = 1
39 sem = SemLock(kind, value, maxvalue)
41 assert sem.maxvalue == maxvalue
69 maxvalue = 1
72 sem = SemLock(kind, value, maxvalue)
92 maxvalue = SemLock.SEM_VALUE_MAX
93 sem = SemLock(kind, value, maxvalue)
103 maxvalue = SemLock.SEM_VALUE_MAX
116 maxvalue = 1
128 maxvalue = 1
[all …]
/dports/databases/pg_similarity/pg_similarity-be1a8b0/
H A Dsmithwatermangotoh.c23 double maxvalue; in _smithwatermangotoh() local
55 maxvalue = 0.0; in _smithwatermangotoh()
80 if (matrix[i][0] > maxvalue) in _smithwatermangotoh()
81 maxvalue = matrix[i][0]; in _smithwatermangotoh()
106 maxvalue = matrix[0][j]; in _smithwatermangotoh()
144 maxvalue = matrix[i][j]; in _smithwatermangotoh()
152 return maxvalue; in _smithwatermangotoh()
161 double maxvalue; in smithwatermangotoh() local
181 if (maxvalue == 0) in smithwatermangotoh()
193 if (maxvalue == 0.0) in smithwatermangotoh()
[all …]
H A Dsmithwaterman.c80 double maxvalue; in _smithwaterman() local
112 maxvalue = 0.0; in _smithwaterman()
169 if (matrix[i][j] > maxvalue) in _smithwaterman()
170 maxvalue = matrix[i][j]; in _smithwaterman()
182 return maxvalue; in _smithwaterman()
191 double maxvalue; in smithwaterman() local
211 if (maxvalue == 0.0) in smithwaterman()
218 maxvalue *= PGS_SW_MAX_COST; in smithwaterman()
220 maxvalue *= -1 * PGS_SW_GAP_COST; in smithwaterman()
223 if (maxvalue == 0.0) in smithwaterman()
[all …]
H A Dmongeelkan.c28 double maxvalue; in _mongeelkan() local
60 maxvalue = 0.0; in _mongeelkan()
86 maxvalue = matrix[i][0]; in _mongeelkan()
111 maxvalue = matrix[0][j]; in _mongeelkan()
149 maxvalue = matrix[i][j]; in _mongeelkan()
157 return maxvalue; in _mongeelkan()
169 double maxvalue; in mongeelkan() local
211 maxvalue = 0.0; in mongeelkan()
218 if (val > maxvalue) in mongeelkan()
219 maxvalue = val; in mongeelkan()
[all …]
H A Dneedlemanwunsch.c151 double minvalue, maxvalue; in needlemanwunsch() local
163 maxvalue = (float8) max2(strlen(a), strlen(b)); in needlemanwunsch()
168 elog(DEBUG1, "maximum length: %.3f", maxvalue); in needlemanwunsch()
171 if (maxvalue == 0.0) in needlemanwunsch()
178 minvalue = maxvalue; in needlemanwunsch()
180 maxvalue *= PGS_LEV_MAX_COST; in needlemanwunsch()
182 maxvalue *= pgs_nw_gap_penalty; in needlemanwunsch()
191 maxvalue -= minvalue; in needlemanwunsch()
196 if (maxvalue == 0.0) in needlemanwunsch()
202 res = 1.0 - (res / maxvalue); in needlemanwunsch()
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/pypy3.7/module/_multiprocess/test/
H A Dtest_semaphore.py41 maxvalue = 1
44 sem = SemLock(kind, value, maxvalue, "1", unlink=True)
46 assert sem.maxvalue == maxvalue
75 maxvalue = 1
78 sem = SemLock(kind, value, maxvalue, "2", unlink=True)
98 maxvalue = SemLock.SEM_VALUE_MAX
106 assert sem._get_value() == maxvalue - (i+1)
109 maxvalue = SemLock.SEM_VALUE_MAX
122 maxvalue = 1
140 maxvalue = 1
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/preferences/src/java/org/scilab/modules/preferences/Component/
H A DNumericalSpinner.java85 String maxvalue = XConfigManager.getAttribute(peer, "max-value"); in NumericalSpinner() local
86 maxvalue(maxvalue); in NumericalSpinner()
120 String maxvalue = XConfigManager.getAttribute(peer, "max-value"); in refresh() local
121 if (!maxvalue.equals(maxvalue())) { in refresh()
122 maxvalue(maxvalue); in refresh()
165 public final String maxvalue() { in maxvalue() method in NumericalSpinner
238 public final void maxvalue(String maxvalue) { in maxvalue() method in NumericalSpinner
239 if (!maxvalue.equals(XCommonManager.NAV) && !maxvalue.equals("")) { in maxvalue()
241 spinnerModel.setMaximum(new Double(maxvalue)); in maxvalue()
306 if (!maxvalue().equals(XConfigManager.NAV)) { in toString()
[all …]
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/pypy3.6/module/_multiprocess/test/
H A Dtest_semaphore.py41 maxvalue = 1
44 sem = SemLock(kind, value, maxvalue, "1", unlink=True)
46 assert sem.maxvalue == maxvalue
75 maxvalue = 1
78 sem = SemLock(kind, value, maxvalue, "2", unlink=True)
97 maxvalue = 1
98 sem = SemLock(kind, value, maxvalue, "3", unlink=True)
115 maxvalue = 1
116 sem = SemLock(kind, value, maxvalue, "4.2", unlink=False)
131 maxvalue = 1
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/sql_sequence/
H A Dalter.result17 t1 CREATE SEQUENCE `t1` start with 50 minvalue 1 maxvalue 9223372036854775806 increment by 1 nocach…
40 alter sequence t1 maxvalue=500;
43 t1 CREATE SEQUENCE `t1` start with 100 minvalue 100 maxvalue 500 increment by 1 nocache nocycle ENG…
82 CREATE SEQUENCE t1 maxvalue=100 engine=myisam;
83 alter sequence t1 no maxvalue;
95 alter sequence t1 start=15 restart minvalue=10 maxvalue=20 cycle;
98 t1 CREATE SEQUENCE `t1` start with 15 minvalue 10 maxvalue 20 increment by 1 cache 1000 cycle ENGIN…
114 alter sequence t1 restart with 17 minvalue=10 maxvalue=20 cycle;
128 CREATE SEQUENCE t1 maxvalue=100;
206 alter sequence t1 minvalue=25 maxvalue=20;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/sql_sequence/
H A Dalter.result17 t1 CREATE SEQUENCE `t1` start with 50 minvalue 1 maxvalue 9223372036854775806 increment by 1 nocach…
40 alter sequence t1 maxvalue=500;
43 t1 CREATE SEQUENCE `t1` start with 100 minvalue 100 maxvalue 500 increment by 1 nocache nocycle ENG…
82 CREATE SEQUENCE t1 maxvalue=100 engine=myisam;
83 alter sequence t1 no maxvalue;
95 alter sequence t1 start=15 restart minvalue=10 maxvalue=20 cycle;
98 t1 CREATE SEQUENCE `t1` start with 15 minvalue 10 maxvalue 20 increment by 1 cache 1000 cycle ENGIN…
114 alter sequence t1 restart with 17 minvalue=10 maxvalue=20 cycle;
128 CREATE SEQUENCE t1 maxvalue=100;
206 alter sequence t1 minvalue=25 maxvalue=20;
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/sql_sequence/
H A Dalter.result17 t1 CREATE SEQUENCE `t1` start with 50 minvalue 1 maxvalue 9223372036854775806 increment by 1 nocach…
40 alter sequence t1 maxvalue=500;
43 t1 CREATE SEQUENCE `t1` start with 100 minvalue 100 maxvalue 500 increment by 1 nocache nocycle ENG…
82 CREATE SEQUENCE t1 maxvalue=100 engine=myisam;
83 alter sequence t1 no maxvalue;
95 alter sequence t1 start=15 restart minvalue=10 maxvalue=20 cycle;
98 t1 CREATE SEQUENCE `t1` start with 15 minvalue 10 maxvalue 20 increment by 1 cache 1000 cycle ENGIN…
114 alter sequence t1 restart with 17 minvalue=10 maxvalue=20 cycle;
128 CREATE SEQUENCE t1 maxvalue=100;
206 alter sequence t1 minvalue=25 maxvalue=20;
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/sql_sequence/
H A Dalter.result17 t1 CREATE SEQUENCE `t1` start with 50 minvalue 1 maxvalue 9223372036854775806 increment by 1 nocach…
40 alter sequence t1 maxvalue=500;
43 t1 CREATE SEQUENCE `t1` start with 100 minvalue 100 maxvalue 500 increment by 1 nocache nocycle ENG…
82 CREATE SEQUENCE t1 maxvalue=100 engine=myisam;
83 alter sequence t1 no maxvalue;
95 alter sequence t1 start=15 restart minvalue=10 maxvalue=20 cycle;
98 t1 CREATE SEQUENCE `t1` start with 15 minvalue 10 maxvalue 20 increment by 1 cache 1000 cycle ENGIN…
114 alter sequence t1 restart with 17 minvalue=10 maxvalue=20 cycle;
128 CREATE SEQUENCE t1 maxvalue=100;
206 alter sequence t1 minvalue=25 maxvalue=20;
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/sql_sequence/
H A Dalter.result17 t1 CREATE SEQUENCE `t1` start with 50 minvalue 1 maxvalue 9223372036854775806 increment by 1 nocach…
40 alter sequence t1 maxvalue=500;
43 t1 CREATE SEQUENCE `t1` start with 100 minvalue 100 maxvalue 500 increment by 1 nocache nocycle ENG…
82 CREATE SEQUENCE t1 maxvalue=100 engine=myisam;
83 alter sequence t1 no maxvalue;
95 alter sequence t1 start=15 restart minvalue=10 maxvalue=20 cycle;
98 t1 CREATE SEQUENCE `t1` start with 15 minvalue 10 maxvalue 20 increment by 1 cache 1000 cycle ENGIN…
114 alter sequence t1 restart with 17 minvalue=10 maxvalue=20 cycle;
128 CREATE SEQUENCE t1 maxvalue=100;
206 alter sequence t1 minvalue=25 maxvalue=20;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/sql_sequence/
H A Dalter.result17 t1 CREATE SEQUENCE `t1` start with 50 minvalue 1 maxvalue 9223372036854775806 increment by 1 nocach…
40 alter sequence t1 maxvalue=500;
43 t1 CREATE SEQUENCE `t1` start with 100 minvalue 100 maxvalue 500 increment by 1 nocache nocycle ENG…
82 CREATE SEQUENCE t1 maxvalue=100 engine=myisam;
83 alter sequence t1 no maxvalue;
95 alter sequence t1 start=15 restart minvalue=10 maxvalue=20 cycle;
98 t1 CREATE SEQUENCE `t1` start with 15 minvalue 10 maxvalue 20 increment by 1 cache 1000 cycle ENGIN…
114 alter sequence t1 restart with 17 minvalue=10 maxvalue=20 cycle;
128 CREATE SEQUENCE t1 maxvalue=100;
206 alter sequence t1 minvalue=25 maxvalue=20;
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmimgle/include/
H A Ddimopxt.h281 const T maxvalue = (i > 0) ? (T)(MinValue[0] + i) : 0; in getHistogramWindow() local
283 if (minvalue < maxvalue) in getHistogramWindow()
288 center = ((double)minvalue + (double)maxvalue + 1) / 2; in getHistogramWindow()
289 width = (double)maxvalue - (double)minvalue + 1; in getHistogramWindow()
340 T maxvalue = 0,
347 if ((minvalue == 0) && (maxvalue == 0))
353 maxvalue = value;
359 else if (value > maxvalue)
360 maxvalue = value;
364 MaxValue[0] = maxvalue; // global maximum
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimgle/include/dcmtk/dcmimgle/
H A Ddimoopxt.h825 const double offset = (low > high) ? maxvalue : 0; in sigmoid()
826 … const double gradient = (low > high) ? (-maxvalue / plutmax_1) : (maxvalue / plutmax_1); in sigmoid()
854 const double offset = (low > high) ? maxvalue : 0; in sigmoid()
855 … const double gradient = (low > high) ? (-maxvalue / plutmax_1) : (maxvalue / plutmax_1); in sigmoid()
882 const double outrange2 = (low > high) ? -maxvalue : maxvalue; in sigmoid()
883 const double offset = (low > high) ? maxvalue : 0; in sigmoid()
908 const double outrange2 = (low > high) ? -maxvalue : maxvalue; in sigmoid()
990 … const double gradient2 = (low > high) ? (-maxvalue / plutmax_1) : (maxvalue / plutmax_1); in window()
1029 … const double gradient2 = (low > high) ? (-maxvalue / plutmax_1) : (maxvalue / plutmax_1); in window()
1067 …nst double gradient = (width_1 == 0) ? 0 : ((low > high) ? (-maxvalue / width_1) : (maxvalue / wid… in window()
[all …]
H A Ddimopxt.h302 const T maxvalue = (i > 0) ? OFstatic_cast(T, MinValue[0] + i) : 0; in getHistogramWindow() local
304 if (minvalue < maxvalue) in getHistogramWindow()
310 width = OFstatic_cast(double, maxvalue) - OFstatic_cast(double, minvalue) + 1; in getHistogramWindow()
361 T maxvalue = 0,
368 if ((minvalue == 0) && (maxvalue == 0))
375 maxvalue = value;
381 else if (value > maxvalue)
382 maxvalue = value;
386 MaxValue[0] = maxvalue; // global maximum
391 maxvalue = MaxValue[0];
[all …]

12345678910>>...89