Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/jasper/
Djas_fix.h147 (((y) >= 0) ? ((x) + (y) >= 0 || JAS_FIX_OFLOW(), (x) + (y)) : \
149 (((y) >= 0) ? ((x) + (y)) : ((x) + (y) < 0 || JAS_FIX_OFLOW(), \
172 (fracbits))) : JAS_FIX_OFLOW())
223 (((x) < 0) ? (-(x) > 0 || JAS_FIX_OFLOW(), -(x)) : (-(x)))
240 ((((x) << (n)) >> (n)) == (x) || JAS_FIX_OFLOW(), (x) << (n))
347 #define JAS_FIX_OFLOW() \ macro