Searched refs:ctanhf (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/lib/msun/src/
H A Ds_ctanhf.c42 ctanhf(float complex z) function
84 z = ctanhf(CMPLXF(cimagf(z), crealf(z)));
/freebsd-13-stable/include/
H A Dcomplex.h134 float complex ctanhf(float complex);
/freebsd-13-stable/lib/msun/tests/
H A Dctrig_test.c330 printf("%a %a\n", creal(ctanhf(z)), cimag(ctanhf(z)));
332 test_odd_tol(ctanhf, z, CMPLXL(tanhf(nums[i]), 0),
355 test_odd_tol(ctanhf, z, CMPLXL(0, tanf(nums[i])), FLT_ULP());
/freebsd-13-stable/lib/msun/
H A DMakefile184 ccosh.3 ctanh.3 ccosh.3 ctanhf.3
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h391 __tg_tanh(float _Complex __x) {return ctanhf(__x);}

Completed in 119 milliseconds