OSDN Git Service

gcc/testsuite/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / pr39943.c
1 void gl_fog_index_pixels(float f, unsigned int n, unsigned int index[])
2
3   unsigned int i;
4   for (i=0; i<n; i++) 
5     index[i] = (unsigned int) ((float) index[i] + (1.0F-f));
6 }
7