Searched refs:ccoshf (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/msun/src/ |
H A D | s_ccoshf.c | 41 ccoshf(float complex z) in ccoshf() function 100 return (ccoshf(CMPLXF(-cimagf(z), crealf(z)))); in ccosf()
|
/freebsd/include/ |
H A D | complex.h | 96 float complex ccoshf(float complex);
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 260 ccoshf;
|
H A D | Makefile | 201 MLINKS+=ccosh.3 ccoshf.3 ccosh.3 csinh.3 ccosh.3 csinhf.3 \
|
/freebsd/lib/msun/tests/ |
H A D | ctrig_test.c | 325 test_even_tol(ccoshf, z, CMPLXL(coshf(nums[i]), 0), FLT_ULP()); in ATF_TC_BODY() 350 test_even_tol(ccoshf, z, CMPLXL(cosf(nums[i]), in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 333 __tg_cosh(float _Complex __x) {return ccoshf(__x);} in __tg_cosh()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 350 SYMBOL(ccoshf, None, <complex.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1447 fun:ccoshf=uninstrumented
|