Home
last modified time | relevance | path

Searched refs:ctanh (Results 1 – 7 of 7) sorted by relevance

/bionic/tests/
Dcomplex_test.cpp317 TEST(COMPLEX_TEST, ctanh) { in TEST() argument
318 ASSERT_EQ(0.0, ctanh(0)); in TEST()
323 z = ctanh(nan("") + 0i); in TEST()
328 z = ctanh(nan("") + 2.0i); in TEST()
333 z = ctanh(nan("") + nan("") * I); in TEST()
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_ctanh.c77 ctanh(double complex z) in ctanh() function
145 z = ctanh(CMPLX(cimag(z), creal(z))); in ctan()
/bionic/libc/include/
Dcomplex.h102 double complex ctanh(double complex __z) __INTRODUCED_IN(23);
104 long double complex ctanhl(long double complex __z) __RENAME_LDBL(ctanh, 23, 26);
/bionic/tests/headers/posix/
Dcomplex_h.c138 FUNCTION(ctanh, double complex (*f)(double complex)); in complex_h()
/bionic/libm/
Dlibm.map.txt88 ctanh; # introduced=23
/bionic/libc/tools/
Dposix-2013.txt160 ctanh
/bionic/docs/
Dstatus.md257 …os`, `ccosh`, `cexp`, `conj`, `cproj`, `csin`, `csinh`, `csqrt`, `ctan`, `ctanh`, `creal`, `cabsf`…