repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2016-12-21 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr39943.c
blob
537ba437029a035875d51f87eaba123e5f5a2aef
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.0
F
-
f
));
6
}
7