Home
last modified time | relevance | path

Searched defs:JPC_QCX_MANT (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/jpc/
H A Djpc_cs.h418 static inline uint_fast16_t JPC_QCX_MANT(unsigned x) in JPC_QCX_MANT() function
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/libs/jasper/src/jpc/
H A Djpc_cs.h393 #define JPC_QCX_MANT(x) ((x) & 0x7ff) macro
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/jpeg2000/libjasper/jpc/
H A Djpc_cs.h440 #define JPC_QCX_MANT(x) (assert(!((x) & (~0x7ff))), ((x) & 0x7ff)) macro
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libjasper/
H A Djpc_cs.h391 #define JPC_QCX_MANT(x) (assert(!((x) & (~0x7ff))), ((x) & 0x7ff)) macro