Searched refs:csqrtl (Results 1 – 8 of 8) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_csqrt.c | 114 __weak_reference(csqrt, csqrtl);
|
D | s_csqrtl.c | 57 csqrtl(long double complex z) in csqrtl() function
|
/bionic/tests/ |
D | complex_test.cpp | 301 TEST(COMPLEX_TEST, csqrtl) { in TEST() argument 302 ASSERT_EQ(0.0, csqrtl(0)); in TEST()
|
/bionic/tests/headers/posix/ |
D | complex_h.c | 132 FUNCTION(csqrtl, long double complex (*f)(long double complex)); in complex_h()
|
/bionic/libc/include/ |
D | complex.h | 128 long double complex csqrtl(long double complex __z) __INTRODUCED_IN_32(21) __INTRODUCED_IN_64(23) /…
|
/bionic/libm/ |
D | libm.map.txt | 85 csqrtl; # introduced-arm=21 introduced-arm64=23 introduced-x86=21 introduced-x86_64=23
|
/bionic/docs/ |
D | status.md | 257 …`, `cprojf`, `csinf`, `csinhf`, `csqrtf`, `ctanf`, `ctanhf`, `crealf`, `cabsl`, `cprojl`, `csqrtl`. 261 * <complex.h> `cabsl`, `cprojl`, `csqrtl`.
|
/bionic/libc/tools/ |
D | posix-2013.txt | 157 csqrtl
|