Searched refs:carg (Results 1 – 9 of 9) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_carg.c | 36 carg(double complex z) in carg() function
|
D | s_cpow.c | 66 arga = carg (a); in cpow()
|
/bionic/libc/include/ |
D | complex.h | 132 double carg(double complex __z) __INTRODUCED_IN(23); 134 long double cargl(long double complex __z) __RENAME_LDBL(carg, 23, 23);
|
/bionic/tests/ |
D | complex_test.cpp | 101 TEST(COMPLEX_TEST, carg) { in TEST() argument 102 ASSERT_EQ(0.0, carg(0)); in TEST()
|
/bionic/tests/headers/posix/ |
D | tgmath_h.c | 113 TGMATHCONLY(carg); in tgmath_h()
|
D | complex_h.c | 66 FUNCTION(carg, double (*f)(double complex)); in complex_h()
|
/bionic/libm/ |
D | libm.map.txt | 35 carg; # introduced=23
|
/bionic/libc/tools/ |
D | posix-2013.txt | 69 carg
|
/bionic/docs/ |
D | status.md | 221 …* <complex.h> `cabs`, `carg`, `cimag`, `cacos`, `cacosh`, `casin`, `casinh`, `catan`, `catanh`, `c…
|