Searched refs:coshf (Results 1 – 5 of 5) sorted by relevance
50 return CMPLXF(coshf(x), x * y); in ccoshf()52 return CMPLXF(coshf(x) * cosf(y), sinhf(x) * sinf(y)); in ccoshf()
52 return CMPLXF(sinhf(x) * cosf(y), coshf(x) * sinf(y)); in csinhf()
3 float coshf(float x) { in coshf() function
172 float coshf(float);
329 $(LOCAL_DIR)/src/math/coshf.c \
Completed in 8 milliseconds