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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_rgb9e5.h107 int exp_shared, maxm; local
115 exp_shared = MAX2(-RGB9E5_EXP_BIAS-1, rgb9e5_FloorLog2(maxrgb)) + 1 + RGB9E5_EXP_BIAS;
116 assert(exp_shared <= RGB9E5_MAX_VALID_BIASED_EXP);
117 assert(exp_shared >= 0);
119 denom = pow(2, exp_shared - RGB9E5_EXP_BIAS - RGB9E5_MANTISSA_BITS);
124 exp_shared += 1;
125 assert(exp_shared <= RGB9E5_MAX_VALID_BIASED_EXP);
144 retval.field.biasedexponent = exp_shared;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_rgb9e5.h107 int exp_shared, maxm; local
115 exp_shared = MAX2(-RGB9E5_EXP_BIAS-1, rgb9e5_FloorLog2(maxrgb)) + 1 + RGB9E5_EXP_BIAS;
116 assert(exp_shared <= RGB9E5_MAX_VALID_BIASED_EXP);
117 assert(exp_shared >= 0);
119 denom = pow(2, exp_shared - RGB9E5_EXP_BIAS - RGB9E5_MANTISSA_BITS);
124 exp_shared += 1;
125 assert(exp_shared <= RGB9E5_MAX_VALID_BIASED_EXP);
144 retval.field.biasedexponent = exp_shared;

Completed in 195 milliseconds