Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_csinh.c57 x = creal(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()
Dcatrig.c283 x = creal(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()
365 x = creal(z); in cacos()
394 ry = creal(w) + m_ln2; in cacos()
438 rx = creal(w); in cacosh()
462 x = creal(z); in clog_for_large_values()
578 x = creal(z); in catanh()
643 double complex w = catanh(CMPLX(cimag(z), creal(z))); in catan()
[all …]
Ds_ctanh.c83 x = creal(z); in ctanh()
147 z = ctanh(CMPLX(cimag(z), creal(z))); in ctan()
148 return (CMPLX(cimag(z), creal(z))); in ctan()
Ds_ccosh.c57 x = creal(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_creal.c34 creal(double complex z) in creal() 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_cproj.c42 if (!isinf(creal(z)) && !isinf(cimag(z))) in cproj()
Ds_cpow.c60 x = creal (z); in cpow()
Ds_cexp.c48 x = creal(z); in cexp()
Ds_csqrtf.c43 a = creal(z); in csqrtf()
Dk_exp.c94 x = creal(z); in __ldexp_cexp()
Ds_csqrt.c47 a = creal(z); in csqrt()
Ds_clog.c53 x = creal(z); in clog()
/bionic/tests/
Dcomplex_test.cpp43 *os << "(" << creal(c) << "," << cimag(c) << "i)"; in PrintTo()
252 TEST(complex_h, creal) { in TEST() argument
253 ASSERT_EQ(2.0, creal(2.0 + 3.0I)); in TEST()
319 ASSERT_TRUE(isnan(creal(z))); in TEST()
324 ASSERT_TRUE(isnan(creal(z))); in TEST()
329 ASSERT_TRUE(isnan(creal(z))); in TEST()
/bionic/tests/headers/posix/
Dtgmath_h.c117 TGMATHCONLY(creal); in tgmath_h()
Dcomplex_h.c118 FUNCTION(creal, double (*f)(double complex)); in complex_h()
/bionic/libc/include/
Dcomplex.h148 double creal(double complex __z) __INTRODUCED_IN(23);
/bionic/libm/
Dlibm.map.txt76 creal; # introduced=23
/bionic/libc/tools/
Dposix-2013.txt145 creal
/bionic/docs/
Dstatus.md314 …sh`, `cexp`, `conj`, `cproj`, `csin`, `csinh`, `csqrt`, `ctan`, `ctanh`, `creal`, `cabsf`, `cargf`…