Searched refs:imag (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Ddivtc3.c49 DD imag = {.ld = __gcc_qdiv(imagNumerator, denom)}; local
53 imag.s.hi = crt_scalbn(imag.s.hi, -ilogbw);
54 imag.s.lo = crt_scalbn(imag.s.lo, -ilogbw);
56 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi)) {
64 imag.s.hi = crt_copysign(CRT_INFINITY, cDD.s.hi) * bDD.s.hi;
65 imag.s.lo = 0.0;
74 imag.s.hi = CRT_INFINITY * (bDD.s.hi * cDD.s.hi - aDD.s.hi * dDD.s.hi);
75 imag
[all...]
H A Dmultc3.c30 DD imag = {.ld = __gcc_qadd(ad, bc)}; local
32 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi)) {
75 imag.s.hi = CRT_INFINITY * (aDD.s.hi * dDD.s.hi + bDD.s.hi * cDD.s.hi);
76 imag.s.lo = 0.0;
82 __imag__ z = imag.ld;
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_complex.h135 _Tp& imag();
137 const _Tp& imag() const;
186 complex<_Tp>::imag() { return _M_imag; } function in class:complex
190 complex<_Tp>::imag() const { return _M_imag; } function in class:complex
201 : _M_real(__z.real()), _M_imag(__z.imag()) { }
256 _M_imag = __z.imag();
267 _M_imag += __z.imag();
278 _M_imag -= __z.imag();
289 const _Tp __r = _M_real * __z.real() - _M_imag * __z.imag();
290 _M_imag = _M_real * __z.imag()
541 imag(complex<_Tp>& __z) function
546 imag(const complex<_Tp>& __z) function
1054 complex<float>::imag() function in class:complex
1058 complex<float>::imag() const function in class:complex
1207 complex<double>::imag() function in class:complex
1211 complex<double>::imag() const function in class:complex
1367 complex<long double>::imag() function in class:complex
1371 complex<long double>::imag() const function in class:complex
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dfunction.c2012 because the usual place might not have the imag part
2938 rtx tmp, real, imag;
2942 imag = DECL_RTL (TREE_CHAIN (fnargs));
2946 imag = gen_lowpart_SUBREG (inner, imag);
2954 /* split_complex_arg put the real and imag parts in
2963 emit_move_insn (imem, imag);
2968 tmp = gen_rtx_CONCAT (DECL_MODE (parm), real, imag);
2972 imag = DECL_INCOMING_RTL (TREE_CHAIN (fnargs));
2976 imag
2925 rtx tmp, real, imag; local
[all...]
H A Dcalls.c3192 tree real, imag, next;
3197 imag = build1 (IMAGPART_EXPR, subtype, complex_value);
3201 imag = build_tree_list (NULL_TREE, imag);
3202 TREE_CHAIN (p) = imag;
3203 TREE_CHAIN (imag) = next;
3240 tree next, imag;
3247 imag = build_tree_list (NULL_TREE, TREE_VALUE (p));
3248 TREE_CHAIN (p) = imag;
3249 TREE_CHAIN (imag)
3191 tree real, imag, next; local
3239 tree next, imag; local
[all...]
H A Dtree-complex.c112 tree real, imag; local
124 imag = TREE_IMAGPART (t);
129 imag = TREE_OPERAND (t, 1);
137 i = some_nonzerop (imag);
326 the real/imag from/to 0/1; the ^ performs the comparison. */
429 imag_p ? "$imag" : "$real",
H A Dtree.c1166 build_complex (tree type, tree real, tree imag)
1171 TREE_IMAGPART (t) = imag;
1173 TREE_OVERFLOW (t) = TREE_OVERFLOW (real) | TREE_OVERFLOW (imag);
1175 = TREE_CONSTANT_OVERFLOW (real) | TREE_CONSTANT_OVERFLOW (imag);
1162 build_complex(tree type, tree real, tree imag) argument
H A Dtree.h1330 #define TREE_IMAGPART(NODE) (COMPLEX_CST_CHECK (NODE)->complex.imag)
1336 tree imag;
1331 tree imag; local
H A Dc-typeck.c3038 tree real, imag;
3046 imag = build_unary_op (IMAGPART_EXPR, arg, 1);
3048 build_unary_op (code, real, 1), imag);
3023 tree real, imag; local
H A Dfold-const.c1817 tree real, imag;
1824 imag = const_binop (code, i1, i2, notrunc);
1832 imag = const_binop (PLUS_EXPR,
1860 imag = const_binop (code, t2, magsquared, notrunc);
1868 if (real && imag)
1869 return build_complex (type, real, imag);
1806 tree real, imag; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp96 llvm::Value *imag = local
98 return RValue::getComplex(real, imag);
H A DCGObjCMac.cpp1832 llvm::PHINode *imag = CGF.Builder.CreatePHI(scalarTy, 2); local
1833 imag->addIncoming(callResult.second, callBB);
1834 imag->addIncoming(scalarZero, NullBB);
1835 return RValue::getComplex(real, imag);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.h56 type_lhs b = lhs.imag();
58 type_rhs d = rhs.imag();
/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck.c4251 tree real, imag;
4255 imag = build_unary_op (IMAGPART_EXPR, arg, 1);
4257 build_unary_op (code, real, 1), imag);
4242 tree real, imag; local
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c5787 uint32_t real, imag; local
5921 imag = est.q0_pwr;
5924 imag = est.q1_pwr;
5926 power[i] = ((real + imag) / 1024) + 1;
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c3963 rtx real, imag;
3981 imag = gen_rtx_EXPR_LIST (VOIDmode,
3985 return gen_rtx_PARALLEL (mode, gen_rtvec (2, real, imag));
3943 rtx real, imag; local

Completed in 383 milliseconds