Home
last modified time | relevance | path

Searched refs:clog (Results 1 – 7 of 7) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_clog.c46 clog(double complex z) in clog() function
154 __weak_reference(clog, clogl);
/bionic/tests/
Dcomplex_test.cpp204 TEST(complex_h, clog) { in TEST() argument
205 ASSERT_EQ(0.0, clog(1.0)); in TEST()
/bionic/tests/headers/posix/
Dcomplex_h.c102 FUNCTION(clog, double complex (*f)(double complex)); in complex_h()
/bionic/libc/include/
Dcomplex.h112 double complex clog(double complex __z) __INTRODUCED_IN(26);
/bionic/libm/
Dlibm.map.txt285 clog;
/bionic/libc/tools/
Dposix-2013.txt119 clog
/bionic/docs/
Dstatus.md311 * <complex.h> `clog`/`clogf`, `cpow`/`cpowf` functions.