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
regtest: broaden none/tests/linux/bug498317 suppression for PPC
[valgrind.git]
/
none
/
tests
/
arm64
/
bug484426.cpp
blob
3b1657ffb83b9bd4d16252f918f26c65da2aa957
1
#include <cmath>
2
#include <iostream>
3
4
int
main
(
int
argc
,
char
**
argv
)
5
{
6
float
value
=
std
::
stof
(
argv
[
1
]);
7
std
::
cout
<<
std
::
round
(
value
) <<
"
\n
"
;
8
}