Searched refs:cimag (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/lib/msun/src/
H A Ds_cimag.c33 cimag(double complex z) function
H A Ds_conj.c37 return (cpack(creal(z), -cimag(z)));
H A Ds_cproj.c39 if (!isinf(creal(z)) && !isinf(cimag(z)))
42 return (cpack(INFINITY, copysign(0.0, cimag(z))));
H A Ds_carg.c37 return (atan2(cimag(z), creal(z)));
H A Dw_cabs.c18 return hypot(creal(z), cimag(z));
H A Ds_cexp.c51 y = cimag(z);
H A Ds_csqrt.c57 b = cimag(z);
/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-conj.c50 static double (*libcimag)(double complex) = cimag;
105 __imag__ expected = -cimag(in);
118 3 * i + 1, creal(in), cimag(in));
122 3 * i + 1, creal(in), cimag(in));
125 3 * i + 1, creal(in), cimag(in));
132 3 * i + 2, creal(in), cimag(in));
136 3 * i + 2, creal(in), cimag(in));
139 3 * i + 2, creal(in), cimag(in));
146 3 * i + 3, creal(in), cimag(in));
150 3 * i + 3, creal(in), cimag(i
[all...]
H A Dtest-cexp.c166 && fpequal(cimag(x), cimag(y), checksign));
173 && fpequal_tol(cimag(x), cimag(y), tol));
/freebsd-9.3-release/lib/msun/
H A DMakefile130 cimag.3 copysign.3 cos.3 cosh.3 csqrt.3 erf.3 exp.3 fabs.3 fdim.3 \
149 MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
150 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
151 cimag.3 cproj.3 cimag.3 cprojf.3 cimag.3 cprojl.3 \
152 cimag
[all...]
H A DSymbol.map70 cimag;
/freebsd-9.3-release/include/
H A Dcomplex.h54 double cimag(double complex) __pure2;
H A Dtgmath.h204 #define cimag(x) __tg_simple(x, cimag) macro
/freebsd-9.3-release/tools/regression/include/tgmath/
H A Dtgmath.c160 TGMACRO_COMPLEX_REAL_RET(cimag)
606 PRINT("cimag",
607 PASS_REAL_ARG_REAL_RET_(cimag, _complex) &&
608 PASS_COMPLEX_ARG_REAL_RET(cimag));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1254 // cimag
1274 __tg_cimag(double _Complex __x) {return cimag(__x);}
1280 #undef cimag macro
1281 #define cimag(__x) __tg_cimag(__tg_promote1((__x))(__x)) macro

Completed in 181 milliseconds