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
sparc64: Remove unwind information from signal return stubs [BZ#31244]
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-nexttowardf.c
blob
350b08d39ec13b5df5a0f251e7ddf187251291a8
1
#define nexttowardf nexttowardf_XXX
2
#include
"nldbl-compat.h"
3
#undef nexttowardf
4
5
extern
float
__nldbl_nexttowardf
(
float
x
,
double
y
);
6
7
float
8
attribute_hidden
9
nexttowardf
(
float
x
,
double
y
)
10
{
11
return
__nldbl_nexttowardf
(
x
,
y
);
12
}