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

/freebsd-10.2-release/lib/msun/src/
H A Ds_ccoshf.c42 ccoshf(float complex z) function
100 return (ccoshf(CMPLXF(-cimagf(z), crealf(z))));
/freebsd-10.2-release/include/
H A Dcomplex.h84 float complex ccoshf(float complex);
/freebsd-10.2-release/tools/regression/lib/msun/
H A Dtest-ctrig.c314 test_even_tol(ccoshf, z, CMPLXL(coshf(nums[i]), 0), FLT_ULP());
339 test_even_tol(ccoshf, z, CMPLXL(cosf(nums[i]),
/freebsd-10.2-release/lib/msun/
H A DMakefile156 MLINKS+=ccosh.3 ccoshf.3 ccosh.3 csinh.3 ccosh.3 csinhf.3 \
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h340 __tg_cosh(float _Complex __x) {return ccoshf(__x);}
/freebsd-10.2-release/contrib/libstdc++/
H A Dconfigure7451 ccoshf(tmpf);
[all...]

Completed in 157 milliseconds