Sign in
cobalt
/
cobalt
/
b108943525536ed016362e9c99ce219a9c351109
/
.
/
third_party
/
musl
/
src
/
math
/
__math_xflow.c
blob: 744203c4c817b02c73c21cd89b7e4e9349433498 [
file
] [
log
] [
blame
]
#include
"libm.h"
double
__math_xflow
(
uint32_t
sign
,
double
y
)
{
return
eval_as_double
(
fp_barrier
(
sign
?
-
y
:
y
)
*
y
);
}