Searched defs:maxm (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_rgb9e5.h107 int exp_shared, maxm; local
121 maxm = (int) floor(maxrgb / denom + 0.5);
122 if (maxm == MAX_RGB9E5_MANTISSA+1) {
127 assert(maxm <= MAX_RGB9E5_MANTISSA);

Completed in 159 milliseconds