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
Use libm_alias_double for some dbl-64 functions.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-llrint.c
blob
6dfce89d0df20aedd91d4b75e35d0f584cb3b716
1
#include
"nldbl-compat.h"
2
3
long long int
4
attribute_hidden
5
llrintl
(
double
x
)
6
{
7
return
llrint
(
x
);
8
}