Searched refs:clog (Results 1 – 7 of 7) sorted by relevance
46 clog(double complex z) in clog() function154 __weak_reference(clog, clogl);
112 double complex clog(double complex __z) __INTRODUCED_IN(26);114 long double complex clogl(long double complex __z) __RENAME_LDBL(clog, 26, 26);
209 TEST(COMPLEX_TEST, clog) { in TEST() argument210 ASSERT_EQ(0.0, clog(1.0)); in TEST()
102 FUNCTION(clog, double complex (*f)(double complex)); in complex_h()
285 clog;
119 clog
254 * <complex.h> `clog`/`clogf`, `cpow`/`cpowf` functions.