Searched refs:coshf (Results 1 - 5 of 5) sorted by relevance

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

Completed in 90 milliseconds