Home
last modified time | relevance | path

Searched defs:maxvalue (Results 1 – 25 of 727) sorted by relevance

12345678910>>...30

/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
120 String maxvalue = XConfigManager.getAttribute(peer, "max-value"); in refresh() local
165 public final String maxvalue() { in maxvalue() method in NumericalSpinner
238 public final void maxvalue(String maxvalue) { in maxvalue() method in NumericalSpinner
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimgle/include/dcmtk/dcmimgle/
H A Ddimoopxt.h663 … const Uint16 maxvalue = OFstatic_cast(Uint16, plut->getAbsMaxRange() - 1); in nowindow() local
696 … const Uint16 maxvalue = OFstatic_cast(Uint16, plut->getAbsMaxRange() - 1); in nowindow() local
824 const double maxvalue = OFstatic_cast(double, dlut->getCount() - 1); in sigmoid() local
853 const double maxvalue = OFstatic_cast(double, dlut->getCount() - 1); in sigmoid() local
881 const double maxvalue = OFstatic_cast(double, dlut->getCount() - 1); in sigmoid() local
907 const double maxvalue = OFstatic_cast(double, dlut->getCount() - 1); in sigmoid() local
988 const double maxvalue = OFstatic_cast(double, dlut->getCount() - 1); in window() local
1027 const double maxvalue = OFstatic_cast(double, dlut->getCount() - 1); in window() local
1065 const double maxvalue = OFstatic_cast(double, dlut->getCount() - 1); in window() local
1102 const double maxvalue = OFstatic_cast(double, dlut->getCount() - 1); in window() local
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmimgle/include/
H A Ddimoopxt.h423 const Uint16 maxvalue = (Uint16)(plut->getAbsMaxRange() - 1); in voilut() local
473 … const Uint16 maxvalue = (Uint16)(Uint16)(vlut->getAbsMaxRange() - 1); in voilut() local
527 … const Uint16 maxvalue = (Uint16)(Uint16)(vlut->getAbsMaxRange() - 1); in voilut() local
571 … const Uint16 maxvalue = (Uint16)(Uint16)(vlut->getAbsMaxRange() - 1); in voilut() local
674 … const Uint16 maxvalue = (Uint16)(Uint16)(plut->getAbsMaxRange() - 1); in nowindow() local
705 … const Uint16 maxvalue = (Uint16)(Uint16)(plut->getAbsMaxRange() - 1); in nowindow() local
845 const double maxvalue = (double)(dlut->getCount() - 1); in window() local
882 const double maxvalue = (double)(dlut->getCount() - 1); in window() local
918 const double maxvalue = (double)(dlut->getCount() - 1); in window() local
953 const double maxvalue = (double)(dlut->getCount() - 1); in window() local
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimgle/libsrc/
H A Ddiutils.cc46 double maxvalue) in rangeToBits()
98 double maxvalue) in determineRepresentation()
/dports/www/limesurvey/limesurvey/application/views/admin/export/statistics_subviews/
H A D_question.php550 $maxvalue=$qidattributes['multiflexible_max']; variable
555 $maxvalue=$qidattributes['multiflexible_min'] + 10; variable
559 $maxvalue=10; variable
564 $maxvalue=$qidattributes['multiflexible_max']; variable
576 $maxvalue=1; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ipc/
H A Dparam_traits_macros.h38 #define IPC_ENUM_TRAITS_MAX_VALUE(type, maxvalue) \ argument
45 #define IPC_ENUM_TRAITS_MIN_MAX_VALUE(type, minvalue, maxvalue) \ argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/ipc/
H A Dparam_traits_macros.h38 #define IPC_ENUM_TRAITS_MAX_VALUE(type, maxvalue) \ argument
45 #define IPC_ENUM_TRAITS_MIN_MAX_VALUE(type, minvalue, maxvalue) \ argument
/dports/databases/pg_similarity/pg_similarity-be1a8b0/
H A Dsmithwaterman.c80 double maxvalue; in _smithwaterman() local
191 double maxvalue; in smithwaterman() local
H A Dsmithwatermangotoh.c23 double maxvalue; in _smithwatermangotoh() local
161 double maxvalue; in smithwatermangotoh() local
H A Dmongeelkan.c28 double maxvalue; in _mongeelkan() local
169 double maxvalue; in mongeelkan() local
/dports/devel/argtable/argtable2-13/example/
H A Dargxxx.c185 double maxvalue, in arg_xxx0()
195 double maxvalue, in arg_xxx1()
208 double maxvalue, in arg_xxxn()
/dports/graphics/wdune/wdune-1.926/src/
H A DInputDevice.h348 float maxvalue(int i) const {return(32767.0);} in maxvalue() function
380 float maxvalue(int i) const {return max_value[i];} in maxvalue() function
412 float maxvalue(int i) const {return maximum[i];} in maxvalue() function
436 float maxvalue(int i) const {return maximum[i];} in maxvalue() function
468 float maxvalue(int i) const {return maximum[i];} in maxvalue() function
492 float maxvalue(int i) const {return maximum;} in maxvalue() function
520 float maxvalue(int i) const {return maximum;} in maxvalue() function
589 float maxvalue(int i) const {return maximum;} in maxvalue() function
612 float maxvalue(int i) const {return maximum;} in maxvalue() function
722 float maxvalue(int i) const {return maximum;} in maxvalue() function
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/algorithms/basic/
H A DCalculateOptimalROI.cpp159 …eckingRects(std::list<vigra::Rect2D>& testingRects, const vigra::Rect2D& rect, const long maxvalue) in AddCheckingRects()
211 …lateOptimalROI::nonreccheck(const vigra::Rect2D& rect, int acc, int searchStrategy, long& maxvalue) in nonreccheck()
293 long maxvalue=0; in autocrop() local
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimage/include/dcmtk/dcmimage/
H A Ddiyp2pxt.h93 const T2 maxvalue = OFstatic_cast(T2, DicomImageClass::maxval(bits)); in convert() local
124 const T2 maxvalue) in convertValue()
H A Ddiyf2pxt.h108 const T2 maxvalue = OFstatic_cast(T2, DicomImageClass::maxval(bits)); in convert() local
144 const T2 maxvalue) in convertValue()
/dports/graphics/krita/krita-4.4.8/plugins/paintops/tangentnormal/
H A Dkis_tangent_tilt_option.cpp130 …t horizontal, qreal const vertical, qreal const depth, qreal *component, int index, qreal maxvalue) in swizzleAssign()
151 qreal maxvalue = 1.0; in apply() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/rsa/rsa/
H A Drandnum.py60 def randint(maxvalue): argument
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/rsa/rsa/
H A Drandnum.py60 def randint(maxvalue): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/rsa/rsa/
H A Drandnum.py60 def randint(maxvalue): argument
/dports/www/firefox/firefox-99.0/third_party/python/rsa/rsa/
H A Drandnum.py60 def randint(maxvalue): argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/rsa/rsa/
H A Drandnum.py60 def randint(maxvalue): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/rsa/rsa/
H A Drandnum.py60 def randint(maxvalue): argument
/dports/www/firefox-legacy/firefox-52.8.0esr/python/rsa/rsa/
H A Drandnum.py60 def randint(maxvalue): argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/rsa/rsa/
H A Drandnum.py60 def randint(maxvalue): argument
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/rsa/
H A Drandnum.py76 def randint(maxvalue): argument

12345678910>>...30