Home
last modified time | relevance | path

Searched refs:tMaxValue (Results 1 – 5 of 5) sorted by relevance

/dports/math/gemmlowp/gemmlowp-dc69acd/public/
H A Dbit_depth.h23 template <int tMinValue, int tMaxValue>
26 static const int kMaxValue = tMaxValue;
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdal_priv_templates.hpp50 inline void GDALGetDataLimits(Tin &tMaxValue, Tin &tMinValue) in GDALGetDataLimits() argument
52 tMaxValue = std::numeric_limits<Tin>::max(); in GDALGetDataLimits()
68 tMaxValue = static_cast<Tin>(std::numeric_limits<Tout>::max()); in GDALGetDataLimits()
79 tMaxValue = static_cast<Tin>(std::numeric_limits<Tout>::max()); in GDALGetDataLimits()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdal_priv_templates.hpp50 inline void GDALGetDataLimits(Tin &tMaxValue, Tin &tMinValue)
52 tMaxValue = std::numeric_limits<Tin>::max();
68 tMaxValue = static_cast<Tin>(std::numeric_limits<Tout>::max());
79 tMaxValue = static_cast<Tin>(std::numeric_limits<Tout>::max());
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdal_priv_templates.hpp50 inline void GDALGetDataLimits(Tin &tMaxValue, Tin &tMinValue) in GDALGetDataLimits() argument
52 tMaxValue = std::numeric_limits<Tin>::max(); in GDALGetDataLimits()
68 tMaxValue = static_cast<Tin>(std::numeric_limits<Tout>::max()); in GDALGetDataLimits()
79 tMaxValue = static_cast<Tin>(std::numeric_limits<Tout>::max()); in GDALGetDataLimits()
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Drasterio.cpp1217 inline void GetDataLimits(Tin &tMaxValue, Tin &tMinValue) in GetDataLimits() argument
1219 tMaxValue = std::numeric_limits<Tin>::max(); in GetDataLimits()
1235 tMaxValue = static_cast<Tin>(std::numeric_limits<Tout>::max()); in GetDataLimits()
1245 tMaxValue = static_cast<Tin>(std::numeric_limits<Tout>::max()); in GetDataLimits()
1484 Tin tMaxValue, tMinValue; in GDALCopyWordsComplexT() local
1485 GetDataLimits<Tin, Tout>(tMaxValue, tMinValue); in GDALCopyWordsComplexT()