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

/freebsd-12-stable/lib/msun/src/
H A Ds_ccoshf.c44 ccoshf(float complex z) function
103 return (ccoshf(CMPLXF(-cimagf(z), crealf(z))));
/freebsd-12-stable/include/
H A Dcomplex.h98 float complex ccoshf(float complex);
/freebsd-12-stable/lib/msun/tests/
H A Dctrig_test.c334 test_even_tol(ccoshf, z, CMPLXL(coshf(nums[i]), 0), FLT_ULP());
359 test_even_tol(ccoshf, z, CMPLXL(cosf(nums[i]),
/freebsd-12-stable/lib/msun/
H A DMakefile183 MLINKS+=ccosh.3 ccoshf.3 ccosh.3 csinh.3 ccosh.3 csinhf.3 \
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h333 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure7451 ccoshf(tmpf);
[all...]

Completed in 125 milliseconds