Sign in
android
/
platform
/
external
/
musl
/
3da2b5cceae98f5098e62e7865fe6433c1e82775
/
.
/
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
);
}