repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Full from-scratch rebuild of sparc ULPs.
[glibc.git]
/
elf
/
tst-relsort1mod2.c
blob
a2c3e551e40addffb41e57b24e704013239175a5
1
#include <math.h>
2
3
int
4
foo
(
double
d
)
5
{
6
return
floor
(
d
) !=
0.0
;
7
}