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
Make ldexpF generic.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-nextafter.c
blob
b0bae43f494092a6de0bddf0a6b3968823f2bd0c
1
#include
"nldbl-compat.h"
2
3
double
4
attribute_hidden
5
nextafterl
(
double
x
,
double
y
)
6
{
7
return
nextafter
(
x
,
y
);
8
}