Searched refs:FLOORDIV (Results 1 – 1 of 1) sorted by relevance
89 #define FLOORDIV(x, y) ((x) / (y)) macro1071 width = FLOORDIV(brx - ho + hs, hs); in jas_image_sampcmpt()1072 height = FLOORDIV(bry - vo + vs, vs); in jas_image_sampcmpt()