Searched refs:csinh (Results 1 – 7 of 7) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_csinh.c | 52 csinh(double complex z) in csinh() function 157 z = csinh(CMPLX(cimag(z), creal(z))); in csin()
|
/bionic/libc/include/ |
D | complex.h | 98 double complex csinh(double complex __z) __INTRODUCED_IN(23); 100 long double complex csinhl(long double complex __z) __RENAME_LDBL(csinh, 23, 26);
|
/bionic/tests/ |
D | complex_test.cpp | 281 TEST(COMPLEX_TEST, csinh) { in TEST() argument 282 ASSERT_EQ(0.0, csinh(0)); in TEST()
|
/bionic/tests/headers/posix/ |
D | complex_h.c | 126 FUNCTION(csinh, double complex (*f)(double complex)); in complex_h()
|
/bionic/libm/ |
D | libm.map.txt | 81 csinh; # introduced=23
|
/bionic/libc/tools/ |
D | posix-2013.txt | 151 csinh
|
/bionic/docs/ |
D | status.md | 257 …h`, `catan`, `catanh`, `ccos`, `ccosh`, `cexp`, `conj`, `cproj`, `csin`, `csinh`, `csqrt`, `ctan`,…
|