Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/sdts/
H A Dsdtsrasterreader.cpp563 int b32Bit = GetRasterType() == SDTS_RT_FLOAT32; in GetMinMax() local
581 if( b32Bit ) in GetMinMax()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/sdts/
H A Dsdtsrasterreader.cpp567 const bool b32Bit = GetRasterType() == SDTS_RT_FLOAT32; in GetMinMax() local
582 if( b32Bit ) in GetMinMax()
/dports/graphics/gdal/gdal-3.3.3/frmts/sdts/
H A Dsdtsrasterreader.cpp567 const bool b32Bit = GetRasterType() == SDTS_RT_FLOAT32; in GetMinMax() local
582 if( b32Bit ) in GetMinMax()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/sdts/
H A Dsdtsrasterreader.cpp567 const bool b32Bit = GetRasterType() == SDTS_RT_FLOAT32; in GetMinMax() local
582 if( b32Bit ) in GetMinMax()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/sys/
H A DstrPredQuant.c132 Bool b32Bit = sizeof(size_t) == 4; in allocatePredInfo() local
134 if(b32Bit) // integer overlow/underflow check for 32-bit system in allocatePredInfo()