Searched refs:sinhf (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dsinhf.c3 float sinhf(float x) { function
/fuchsia/zircon/third_party/ulib/musl/third_party/complex/
H A Dcsinhf.c50 return CMPLXF(sinhf(x), y);
52 return CMPLXF(sinhf(x) * cosf(y), coshf(x) * sinf(y));
H A Dctanhf.c61 s = sinhf(x);
H A Dccoshf.c52 return CMPLXF(coshf(x) * cosf(y), sinhf(x) * sinf(y));
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dmath.h332 float sinhf(float);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk409 $(LOCAL_DIR)/src/math/sinhf.c \

Completed in 35 milliseconds