Sign in
cobalt
/
cobalt
/
b108943525536ed016362e9c99ce219a9c351109
/
.
/
third_party
/
musl
/
src
/
math
/
__math_oflowf.c
blob: fa7d06208e41da7ad2ba0fbe912af70d4bf82d95 [
file
] [
log
] [
blame
]
#include
"libm.h"
float
__math_oflowf
(
uint32_t
sign
)
{
return
__math_xflowf
(
sign
,
0x1p97f
);
}