Home
last modified time | relevance | path

Searched refs:cimag (Results 1 – 22 of 22) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Dcatrig.c284 y = cimag(z); in casinh()
312 return (CMPLX(copysign(creal(w), x), copysign(cimag(w), y))); in casinh()
340 double complex w = casinh(CMPLX(cimag(z), creal(z))); in casin()
342 return (CMPLX(cimag(w), creal(w))); in casin()
366 y = cimag(z); in cacos()
393 rx = fabs(cimag(w)); in cacos()
439 ry = cimag(w); in cacosh()
450 return (CMPLX(fabs(ry), copysign(rx, cimag(z)))); in cacosh()
463 y = cimag(z); in clog_for_large_values()
579 y = cimag(z); in catanh()
[all …]
Ds_csinh.c58 y = cimag(z); in csinh()
81 return (CMPLX(creal(z) * copysign(1, x), cimag(z))); in csinh()
157 z = csinh(CMPLX(cimag(z), creal(z))); in csin()
158 return (CMPLX(cimag(z), creal(z))); in csin()
Ds_ctanh.c84 y = cimag(z); in ctanh()
145 z = ctanh(CMPLX(cimag(z), creal(z))); in ctan()
146 return (CMPLX(cimag(z), creal(z))); in ctan()
Ds_cproj.c42 if (!isinf(creal(z)) && !isinf(cimag(z))) in cproj()
45 return (CMPLX(INFINITY, copysign(0.0, cimag(z)))); in cproj()
Ds_ccosh.c58 y = cimag(z); in ccosh()
81 return (CMPLX(creal(z), cimag(z) * copysign(1, x))); in ccosh()
158 return (ccosh(CMPLX(-cimag(z), creal(z)))); in ccos()
Ds_cimag.c35 cimag(double complex z) in cimag() function
Ds_carg.c39 return (atan2(cimag(z), creal(z))); in carg()
Ds_conj.c39 return (CMPLX(creal(z), -cimag(z))); in conj()
Dw_cabs.c18 return hypot(creal(z), cimag(z)); in cabs()
Ds_cpow.c61 y = cimag (z); in cpow()
Ds_cexp.c48 y = cimag(z); in cexp()
Ds_csqrtf.c44 b = cimag(z); in csqrtf()
Dk_exp.c95 y = cimag(z); in __ldexp_cexp()
Ds_csqrt.c48 b = cimag(z); in csqrt()
Ds_clog.c54 y = cimag(z); in clog()
/bionic/tests/
Dcomplex_test.cpp48 *os << "(" << creal(c) << "," << cimag(c) << "i)"; in PrintTo()
197 TEST(COMPLEX_TEST, cimag) { in TEST() argument
198 ASSERT_EQ(0.0, cimag(0)); in TEST()
325 ASSERT_EQ(0.0, cimag(z)); in TEST()
330 ASSERT_TRUE(isnan(cimag(z))); in TEST()
335 ASSERT_TRUE(isnan(cimag(z))); in TEST()
/bionic/libc/include/
Dcomplex.h136 double cimag(double complex __z) __INTRODUCED_IN(23);
138 long double cimagl(long double complex __z) __RENAME_LDBL(cimag, 23, 23);
/bionic/tests/headers/posix/
Dtgmath_h.c114 TGMATHCONLY(cimag); in tgmath_h()
Dcomplex_h.c98 FUNCTION(cimag, double (*f)(double complex)); in complex_h()
/bionic/libm/
Dlibm.map.txt58 cimag; # introduced=23
/bionic/libc/tools/
Dposix-2013.txt109 cimag
/bionic/docs/
Dstatus.md257 …* <complex.h> `cabs`, `carg`, `cimag`, `cacos`, `cacosh`, `casin`, `casinh`, `catan`, `catanh`, `c…