Sign in
cobalt
/
cobalt
/
b108943525536ed016362e9c99ce219a9c351109
/
.
/
third_party
/
musl
/
src
/
math
/
__math_xflowf.c
blob: f2c84784f81f8acdcb734f04f220358a26afb617 [
file
] [
log
] [
blame
]
#include
"libm.h"
float
__math_xflowf
(
uint32_t
sign
,
float
y
)
{
return
eval_as_float
(
fp_barrierf
(
sign
?
-
y
:
y
)
*
y
);
}