Searched refs:scalbnf (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dldexpf.c4 return scalbnf(x, n);
H A Dsignificandf.c5 return scalbnf(x, -ilogbf(x));
H A Dscalblnf.c9 return scalbnf(x, n);
H A Dscalbnf.c4 float scalbnf(float x, int n) { function
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dscalbf.c31 return scalbnf(x, 65000);
33 return scalbnf(x, -65000);
34 return scalbnf(x, (int)fn);
H A Dexpf.c79 return scalbnf(y, k);
H A Dpowf.c263 z = scalbnf(z, n);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dmath.h324 float scalbnf(float, int);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk402 $(LOCAL_DIR)/src/math/scalbnf.c \

Completed in 37 milliseconds