Searched refs:ctanhf (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/ |
D | complex_test.cpp | 338 TEST(COMPLEX_TEST, ctanhf) { in TEST() argument 339 ASSERT_EQ(0.0f, ctanhf(0.0f)); in TEST() 344 z = ctanhf(nanf("") + 0.0fi); in TEST() 349 z = ctanhf(nanf("") + 2.0fi); in TEST() 354 z = ctanhf(nanf("") + nanf("") * I); in TEST()
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_ctanhf.c | 42 ctanhf(float complex z) in ctanhf() function 84 z = ctanhf(CMPLXF(cimagf(z), crealf(z))); in ctanf()
|
/bionic/tests/headers/posix/ |
D | complex_h.c | 139 FUNCTION(ctanhf, float complex (*f)(float complex)); in complex_h()
|
/bionic/libc/include/ |
D | complex.h | 103 float complex ctanhf(float complex __z) __INTRODUCED_IN(23);
|
/bionic/libm/ |
D | libm.map.txt | 89 ctanhf; # introduced=23
|
/bionic/libc/tools/ |
D | posix-2013.txt | 159 ctanhf
|
/bionic/docs/ |
D | status.md | 257 …shf`, `cexpf`, `conjf`, `cprojf`, `csinf`, `csinhf`, `csqrtf`, `ctanf`, `ctanhf`, `crealf`, `cabsl…
|