repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR422261 platform selection fails for unqualified client name
[valgrind.git]
/
none
/
tests
/
rcrl.c
blob
115118d1276e41734cf9764be05d2a4dd1fc5531
1
#include <stdio.h>
2
3
int
main
(
void
)
4
{
5
double
U
=
6
((
double
)
10586
/ (
double
)
16119
) +
7
((
double
)
37190
/ (
double
)
108363
);
8
printf
(
"x = %f
\n
"
,
U
);
9
10
return
0
;
11
}
12