Sign in
cobalt
/
cobalt
/
fc84fc2a551a0cf60d391fb3e7d8229e6f9a9daf
/
.
/
third_party
/
musl
/
src
/
math
/
__math_uflow.c
blob: b90594aee14e54144ad4c1695a446fbba12395a4 [
file
] [
log
] [
blame
]
#include
"libm.h"
double
__math_uflow
(
uint32_t
sign
)
{
return
__math_xflow
(
sign
,
0x1p
-
767
);
}