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
Sparc memchr/memcmp/strncmp fixes from Il'ya Malakhov.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-rint.c
blob
00f942f1a7b786220d47e0ca6159145f7e539b17
1
#include
"nldbl-compat.h"
2
3
double
4
attribute_hidden
5
rintl
(
double
x
)
6
{
7
return
rint
(
x
);
8
}