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

/freebsd-11-stable/lib/msun/src/
H A Ds_creal.c32 creal(double complex z) function
H A Ds_conj.c37 return (CMPLX(creal(z), -cimag(z)));
H A Ds_carg.c37 return (atan2(cimag(z), creal(z)));
H A Ds_cproj.c39 if (!isinf(creal(z)) && !isinf(cimag(z)))
H A Dw_cabs.c18 return hypot(creal(z), cimag(z));
H A Ds_csinh.c55 x = creal(z);
79 return (CMPLX(creal(z) * copysign(1, x), cimag(z)));
154 z = csinh(CMPLX(cimag(z), creal(z)));
155 return (CMPLX(cimag(z), creal(z)));
H A Ds_ctanh.c81 x = creal(z);
143 z = ctanh(CMPLX(cimag(z), creal(z)));
144 return (CMPLX(cimag(z), creal(z)));
H A Ds_ccosh.c55 x = creal(z);
79 return (CMPLX(creal(z), cimag(z) * copysign(1, x)));
155 return (ccosh(CMPLX(-cimag(z), creal(z))));
H A Ds_cpow.c60 x = creal (z);
H A Dcatrig.c281 x = creal(z);
310 return (CMPLX(copysign(creal(w), x), copysign(cimag(w), y)));
338 double complex w = casinh(CMPLX(cimag(z), creal(z)));
340 return (CMPLX(cimag(w), creal(w)));
363 x = creal(z);
392 ry = creal(w) + m_ln2;
436 rx = creal(w);
460 x = creal(z);
523 * the code creal(1/z), because the imaginary part may produce an unwanted
576 x = creal(
[all...]
H A Dk_exp.c92 x = creal(z);
H A Ds_cexp.c45 x = creal(z);
H A Ds_csqrt.c56 a = creal(z);
H A Ds_clog.c53 x = creal(z);
/freebsd-11-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-11-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-11-stable/include/
H A Dcomplex.h106 double creal(double complex) __pure2;
H A Dtgmath.h208 #define creal(x) __tg_simple(x, creal) macro
/freebsd-11-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-11-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-11-stable/lib/msun/
H A DMakefile190 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3

Completed in 211 milliseconds