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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c47 static int ieee_754_to_r300_float(float f, unsigned char *r300_float_out) argument
76 *r300_float_out = r300_mantissa | (r300_exponent << 3);
78 DBG("Success! r300_float = 0x%x\n\n", *r300_float_out);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c47 static int ieee_754_to_r300_float(float f, unsigned char *r300_float_out) argument
76 *r300_float_out = r300_mantissa | (r300_exponent << 3);
78 DBG("Success! r300_float = 0x%x\n\n", *r300_float_out);

Completed in 3 milliseconds