repo.or.cz
/
glibc
/
history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(do_test): Make sure the helper process is terminating when the test
[glibc/history.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-logb.c
blob
d9ce8de075fbcfde4ca6c96db52a5fbe88c6f5fc
1
#include
"nldbl-compat.h"
2
3
double
4
attribute_hidden
5
logbl
(
double
x
)
6
{
7
return
logb
(
x
);
8
}