Searched refs:cacosh (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/include/ |
D | complex.h | 82 double complex cacosh(double complex __z) __INTRODUCED_IN(23); 84 long double complex cacoshl(long double complex __z) __RENAME_LDBL(cacosh, 23, 26);
|
/bionic/tests/ |
D | complex_test.cpp | 89 TEST(COMPLEX_TEST, cacosh) { in TEST() argument 90 ASSERT_EQ(0.0, cacosh(1.0)); in TEST()
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | catrig.c | 432 cacosh(double complex z) in cacosh() function 649 __weak_reference(cacosh, cacoshl);
|
/bionic/tests/headers/posix/ |
D | complex_h.c | 62 FUNCTION(cacosh, double complex (*f)(double complex)); in complex_h()
|
/bionic/libm/ |
D | libm.map.txt | 33 cacosh; # introduced=23
|
/bionic/libc/tools/ |
D | posix-2013.txt | 63 cacosh
|
/bionic/docs/ |
D | status.md | 257 …* <complex.h> `cabs`, `carg`, `cimag`, `cacos`, `cacosh`, `casin`, `casinh`, `catan`, `catanh`, `c…
|