Searched refs:creal (Results 1 - 24 of 24) sorted by relevance

/freebsd-12-stable/lib/msun/src/
H A Ds_creal.c34 creal(double complex z) function
H A Ds_conj.c39 return (CMPLX(creal(z), -cimag(z)));
H A Ds_carg.c39 return (atan2(cimag(z), creal(z)));
H A Ds_cproj.c42 if (!isinf(creal(z)) && !isinf(cimag(z)))
H A Dw_cabs.c18 return hypot(creal(z), cimag(z));
H A Ds_csinh.c57 x = creal(z);
81 return (CMPLX(creal(z) * copysign(1, x), cimag(z)));
157 z = csinh(CMPLX(cimag(z), creal(z)));
158 return (CMPLX(cimag(z), creal(z)));
H A Ds_ctanh.c83 x = creal(z);
145 z = ctanh(CMPLX(cimag(z), creal(z)));
146 return (CMPLX(cimag(z), creal(z)));
H A Ds_ccosh.c57 x = creal(z);
81 return (CMPLX(creal(z), cimag(z) * copysign(1, x)));
158 return (ccosh(CMPLX(-cimag(z), creal(z))));
H A Ds_cpow.c60 x = creal (z);
H A Dcatrig.c283 x = creal(z);
312 return (CMPLX(copysign(creal(w), x), copysign(cimag(w), y)));
340 double complex w = casinh(CMPLX(cimag(z), creal(z)));
342 return (CMPLX(cimag(w), creal(w)));
365 x = creal(z);
394 ry = creal(w) + m_ln2;
438 rx = creal(w);
462 x = creal(z);
525 * the code creal(1/z), because the imaginary part may produce an unwanted
578 x = creal(
[all...]
H A Dk_exp.c94 x = creal(z);
H A Ds_cexp.c47 x = creal(z);
H A Ds_csqrtf.c43 a = creal(z);
H A Ds_csqrt.c47 a = creal(z);
H A Ds_clog.c53 x = creal(z);
/freebsd-12-stable/lib/msun/tests/
H A Dconj_test.c49 static double (*libcreal)(double complex) = creal;
99 3 * i + 1, creal(in), cimag(in));
103 3 * i + 1, creal(in), cimag(in));
106 3 * i + 1, creal(in), cimag(in));
113 3 * i + 2, creal(in), cimag(in));
117 3 * i + 2, creal(in), cimag(in));
120 3 * i + 2, creal(in), cimag(in));
127 3 * i + 3, creal(in), cimag(in));
131 3 * i + 3, creal(in), cimag(in));
134 3 * i + 3, creal(i
[all...]
H A Dtest-utils.h170 return (fpequal_cs(creal(x), creal(y), checksign)
178 return (fpequal_tol(creal(x), creal(y), tol, flags)
H A Dctrig_test.c335 printf("%a %a\n", creal(z), cimag(z));
336 printf("%a %a\n", creal(ctanhf(z)), cimag(ctanhf(z)));
/freebsd-12-stable/contrib/netbsd-tests/lib/libm/
H A Dt_casinh.c48 ATF_CHECK_MSG(crude_equality(creal(ci),creal(b)) && \
51 creal(a), cimag(a), creal(ci), cimag(ci), creal(b), cimag(b)); \
/freebsd-12-stable/include/
H A Dcomplex.h120 double creal(double complex) __pure2;
H A Dtgmath.h210 #define creal(x) __tg_simple(x, creal) macro
/freebsd-12-stable/tools/regression/include/tgmath/
H A Dtgmath.c163 TGMACRO_COMPLEX_REAL_RET(creal)
618 PRINT("creal",
619 PASS_REAL_ARG_REAL_RET_(creal, _complex) &&
620 PASS_COMPLEX_ARG_REAL_RET(creal));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1334 // creal
1354 __tg_creal(double _Complex __x) {return creal(__x);}
1360 #undef creal macro
1361 #define creal(__x) __tg_creal(__tg_promote1((__x))(__x)) macro
/freebsd-12-stable/lib/msun/
H A DMakefile190 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3

Completed in 195 milliseconds