Searched refs:biased_exponent (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c52 unsigned biased_exponent = (float_bits & 0x7f800000) >> 23; local in function:ieee_754_to_r300_float
54 int exponent = biased_exponent - 127;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c52 unsigned biased_exponent = (float_bits & 0x7f800000) >> 23; local in function:ieee_754_to_r300_float
54 int exponent = biased_exponent - 127;

Completed in 2 milliseconds