Searched refs:r300_exponent (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c56 unsigned r300_exponent, r300_mantissa; local in function:ieee_754_to_r300_float
74 r300_exponent = exponent + 7;
76 *r300_float_out = r300_mantissa | (r300_exponent << 3);
H A Dradeon_program_print.c114 int r300_exponent = (index >> 3) & 0xf; local in function:rc_print_inline_float
120 r300_exponent -= 7;
121 float_exponent = r300_exponent + 127;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c56 unsigned r300_exponent, r300_mantissa; local in function:ieee_754_to_r300_float
74 r300_exponent = exponent + 7;
76 *r300_float_out = r300_mantissa | (r300_exponent << 3);
H A Dradeon_program_print.c114 int r300_exponent = (index >> 3) & 0xf; local in function:rc_print_inline_float
120 r300_exponent -= 7;
121 float_exponent = r300_exponent + 127;

Completed in 7 milliseconds