Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds