Searched refs:cacoshf (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/ |
D | complex_test.cpp | 97 TEST(COMPLEX_TEST, cacoshf) { in TEST() argument 98 ASSERT_EQ(0.0, cacoshf(1.0)); in TEST()
|
/bionic/tests/headers/posix/ |
D | complex_h.c | 63 FUNCTION(cacoshf, float complex (*f)(float complex)); in complex_h()
|
/bionic/libc/include/ |
D | complex.h | 83 float complex cacoshf(float complex __z) __INTRODUCED_IN(23);
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | catrigf.c | 262 cacoshf(float complex z) in cacoshf() function
|
/bionic/libm/ |
D | libm.map.txt | 34 cacoshf; # introduced=23
|
/bionic/libc/tools/ |
D | posix-2013.txt | 62 cacoshf
|
/bionic/docs/ |
D | status.md | 221 …csqrt`, `ctan`, `ctanh`, `creal`, `cabsf`, `cargf`, `cimagf`, `cacosf`, `cacoshf`, `casinf`, `casi…
|