URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20000427-1.c] - Rev 297
Compare with Previous | Blame | View Log
int lwidth; int lheight; void ConvertFor3dDriver (int requirePO2, int maxAspect) { int oldw = lwidth, oldh = lheight; lheight = FindNearestPowerOf2 (lheight); while (lwidth/lheight > maxAspect) lheight += lheight; }