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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_rgb9e5.h49 unsigned int biasedexponent:8; member in struct:__anon13774::__anon13775
53 unsigned int biasedexponent:8;
63 unsigned int biasedexponent:RGB9E5_EXPONENT_BITS; member in struct:__anon13776::__anon13777
71 unsigned int biasedexponent:RGB9E5_EXPONENT_BITS;
98 return (f.field.biasedexponent - 127);
144 retval.field.biasedexponent = exp_shared;
156 exponent = v.field.biasedexponent - RGB9E5_EXP_BIAS - RGB9E5_MANTISSA_BITS;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_rgb9e5.h49 unsigned int biasedexponent:8; member in struct:__anon27185::__anon27186
53 unsigned int biasedexponent:8;
63 unsigned int biasedexponent:RGB9E5_EXPONENT_BITS; member in struct:__anon27187::__anon27188
71 unsigned int biasedexponent:RGB9E5_EXPONENT_BITS;
98 return (f.field.biasedexponent - 127);
144 retval.field.biasedexponent = exp_shared;
156 exponent = v.field.biasedexponent - RGB9E5_EXP_BIAS - RGB9E5_MANTISSA_BITS;

Completed in 280 milliseconds