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

/freebsd-10-stable/lib/msun/src/
H A Ds_ctanhf.c40 ctanhf(float complex z) function
82 z = ctanhf(CMPLXF(cimagf(z), crealf(z)));
/freebsd-10-stable/include/
H A Dcomplex.h112 float complex ctanhf(float complex);
/freebsd-10-stable/lib/msun/tests/
H A Dctrig_test.c316 printf("%a %a\n", creal(ctanhf(z)), cimag(ctanhf(z)));
318 test_odd_tol(ctanhf, z, CMPLXL(tanhf(nums[i]), 0),
341 test_odd_tol(ctanhf, z, CMPLXL(0, tanf(nums[i])), FLT_ULP());
/freebsd-10-stable/lib/msun/
H A DSymbol.map267 ctanhf;
H A DMakefile159 ccosh.3 ctanh.3 ccosh.3 ctanhf.3
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h398 __tg_tanh(float _Complex __x) {return ctanhf(__x);}
/freebsd-10-stable/contrib/libstdc++/
H A Dconfigure7458 ctanhf(tmpf);
[all...]

Completed in 158 milliseconds