Searched refs:ctanhf (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/msun/src/ |
H A D | s_ctanhf.c | 39 ctanhf(float complex z) in ctanhf() function 81 z = ctanhf(CMPLXF(cimagf(z), crealf(z))); in ctanf()
|
/freebsd/lib/msun/tests/ |
H A D | ctrig_test.c | 327 printf("%a %a\n", creal(ctanhf(z)), cimag(ctanhf(z))); in ATF_TC_BODY() 329 test_odd_tol(ctanhf, z, CMPLXL(tanhf(nums[i]), 0), in ATF_TC_BODY() 352 test_odd_tol(ctanhf, z, CMPLXL(0, tanf(nums[i])), FLT_ULP()); in ATF_TC_BODY()
|
/freebsd/include/ |
H A D | complex.h | 134 float complex ctanhf(float complex);
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 265 ctanhf;
|
H A D | Makefile | 202 ccosh.3 ctanh.3 ccosh.3 ctanhf.3
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 391 __tg_tanh(float _Complex __x) {return ctanhf(__x);} in __tg_tanh()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 413 SYMBOL(ctanhf, None, <complex.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1544 fun:ctanhf=uninstrumented
|