Home
last modified time | relevance | path

Searched defs:U32_QUANTIZE (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/external/laz-perf/common/
H A Dtypes.hpp129 #define U32_QUANTIZE(n) (((n) >= 0) ? (U32)((n)+0.5f) : (U32)(0)) macro
/dports/archivers/laszip/LASzip-3.4.3/src/
H A Dmydefs.hpp134 #define U32_QUANTIZE(n) (((n) >= 0) ? (U32)((n)+0.5) : (U32)(0)) macro
/dports/misc/lastools/LAStools-8ff2694/LASzip/src/
H A Dmydefs.hpp134 #define U32_QUANTIZE(n) (((n) >= 0) ? (U32)((n)+0.5f) : (U32)(0)) macro