Home
last modified time | relevance | path

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

12

/openbsd/src/regress/lib/libm/msun/
Dconj_test.c48 static double (*libcimag)(double complex) = cimag;
80 __imag__ expected = -cimag(in); in ATF_TC_BODY()
92 "conjf(%#.2g + %#.2gI): wrong value", creal(in), cimag(in) in ATF_TC_BODY()
96 cimag(in), fetestexcept(FE_ALL_EXCEPT)); in ATF_TC_BODY()
100 "conj(%#.2g + %#.2gI): wrong value", creal(in), cimag(in)); in ATF_TC_BODY()
103 cimag(in), fetestexcept(FE_ALL_EXCEPT)); in ATF_TC_BODY()
107 "conjl(%#.2g + %#.2gI): wrong value", creal(in), cimag(in)); in ATF_TC_BODY()
110 cimag(in), fetestexcept(FE_ALL_EXCEPT)); in ATF_TC_BODY()
Dtest-utils.h184 fpequal_cs(cimag(_x), cimag(_y), (checksign & CS_IMAG) != 0); in cfpequal_cs()
193 fpequal_cs(cimag(_x), cimag(_y), (checksign & CS_IMAG) != 0); \
202 fpequal_tol(cimag(_x), cimag(_y), tol, flags)); \
Dctrig_test.c329 printf("%a %a\n", creal(z), cimag(z)); in ATF_TC_BODY()
330 printf("%a %a\n", creal(ctanhf(z)), cimag(ctanhf(z))); in ATF_TC_BODY()
/openbsd/src/lib/libm/src/
Ds_cimag.c23 cimag(double complex z) in cimag() function
27 DEF_STD(cimag);
28 LDBL_MAYBE_CLONE(cimag);
Ds_ctan.c97 y = fabs (2.0 * cimag(z)); in _ctans()
140 d = cos (2.0 * creal (z)) + cosh (2.0 * cimag (z)); in ctan()
151 w = sin (2.0 * creal(z)) / d + (sinh (2.0 * cimag(z)) / d) * I; in ctan()
Ds_casin.c64 y = cimag (z); in casin()
124 zz = 1.0 - creal(zz) - cimag(zz) * I; in casin()
Ds_cacos.c59 w = (M_PI_2 - creal (w)) - cimag (w) * I; in cacos()
Ds_csinh.c55 y = cimag(z); in csinh()
Ds_clog.c70 rr = atan2 (cimag (z), creal (z)); in clog()
Ds_ccosh.c56 y = cimag(z); in ccosh()
Ds_cexp.c67 y = cimag (z); in cexp()
Ds_ctanh.c56 y = cimag(z); in ctanh()
Ds_ccos.c82 _cchsh( cimag(z), &ch, &sh ); in ccos()
Ds_csin.c84 cchsh( cimag (z), &ch, &sh ); in csin()
Ds_cpow.c58 y = cimag (z); in cpow()
Ds_catan.c100 y = cimag (z); in catan()
Ds_csqrt.c72 y = cimag (z); in csqrt()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
Dbuiltin-complex-1.c13 extern double cimag (double _Complex);
71 if (cimag (dc) != 2.0) in main()
75 if (cimag (1.0 + 2.0i) != 2.0) in main()
154 cimag (double _Complex z) in cimag() function
/openbsd/src/lib/libm/hidden/
Dcomplex.h41 PROTO_NORMAL(cimag);
/openbsd/src/include/
Dtgmath.h164 #define cimag(x) __tg_simple(x, cimag) macro
Dcomplex.h61 double cimag(double complex);
/openbsd/src/lib/libm/
DSymbols.map72 cimag;
DMakefile155 ccos.3 ccosh.3 cexp.3 cimag.3 clog.3 conj.3 cpow.3 cproj.3 \
/openbsd/src/gnu/llvm/clang/lib/Headers/
Dtgmath.h1267 __tg_cimag(double _Complex __x) {return cimag(__x);} in __tg_cimag()
1273 #undef cimag
1274 #define cimag(__x) __tg_cimag(__tg_promote1((__x))(__x)) macro
/openbsd/src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
DLangImpl06.rst549 def mandelconverger(real imag iters creal cimag)
554 2*real*imag + cimag,
555 iters+1, creal, cimag);

12