repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl.git]
/
src
/
math
/
__math_uflow.c
blob
b90594aee14e54144ad4c1695a446fbba12395a4
1
#include
"libm.h"
2
3
double
__math_uflow
(
uint32_t
sign
)
4
{
5
return
__math_xflow
(
sign
,
0x1
p
-
767
);
6
}