Searched refs:csqrt (Results 1 – 7 of 7) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_csqrt.c | 42 csqrt(double complex z) in csqrt() function 114 __weak_reference(csqrt, csqrtl);
|
/bionic/tests/ |
D | complex_test.cpp | 293 TEST(COMPLEX_TEST, csqrt) { in TEST() argument 294 ASSERT_EQ(0.0, csqrt(0)); in TEST()
|
/bionic/tests/headers/posix/ |
D | complex_h.c | 130 FUNCTION(csqrt, double complex (*f)(double complex)); in complex_h()
|
/bionic/libc/include/ |
D | complex.h | 126 double complex csqrt(double complex __z) __INTRODUCED_IN(23);
|
/bionic/libm/ |
D | libm.map.txt | 83 csqrt; # introduced=23
|
/bionic/libc/tools/ |
D | posix-2013.txt | 156 csqrt
|
/bionic/docs/ |
D | status.md | 221 …n`, `catanh`, `ccos`, `ccosh`, `cexp`, `conj`, `cproj`, `csin`, `csinh`, `csqrt`, `ctan`, `ctanh`,…
|