Searched refs:cabsl (Results 1 – 9 of 9) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | w_cabsl.c | 17 cabsl(long double complex z) in cabsl() function
|
D | w_cabs.c | 22 __weak_reference(cabs, cabsl);
|
D | s_cpowl.c | 61 absa = cabsl(a); in cpowl()
|
/bionic/tests/ |
D | complex_test.cpp | 73 TEST(COMPLEX_TEST, cabsl) { in TEST() argument 74 ASSERT_EQ(0.0, cabsl(0)); in TEST()
|
/bionic/tests/headers/posix/ |
D | complex_h.c | 56 FUNCTION(cabsl, long double (*f)(long double complex)); in complex_h()
|
/bionic/libc/include/ |
D | complex.h | 120 long double cabsl(long double complex __z) __INTRODUCED_IN_32(21) __INTRODUCED_IN_64(23) /*__RENAME…
|
/bionic/libm/ |
D | libm.map.txt | 30 …cabsl; # introduced-arm=21 introduced-arm64=23 introduced-mips=21 introduced-mips64=23 introduced-…
|
/bionic/docs/ |
D | status.md | 221 …jf`, `cprojf`, `csinf`, `csinhf`, `csqrtf`, `ctanf`, `ctanhf`, `crealf`, `cabsl`, `cprojl`, `csqrt… 225 * <complex.h> `cabsl`, `cprojl`, `csqrtl`.
|
/bionic/libc/tools/ |
D | posix-2013.txt | 60 cabsl
|