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

/freebsd-9.3-release/contrib/compiler-rt/lib/ppc/
H A Ddivtc3.c46 DD imag = { .ld = __gcc_qdiv(imagNumerator, denom) }; local
50 imag.s.hi = crt_scalbn(imag.s.hi, -ilogbw);
51 imag.s.lo = crt_scalbn(imag.s.lo, -ilogbw);
53 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;
75 imag.s.hi = CRT_INFINITY * (bDD.s.hi*cDD.s.hi - aDD.s.hi*dDD.s.hi);
76 imag
[all...]
H A Dmultc3.c33 DD imag = { .ld = __gcc_qadd(ad,bc) }; local
35 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi))
84 imag.s.hi = CRT_INFINITY * (aDD.s.hi*dDD.s.hi + bDD.s.hi*cDD.s.hi);
85 imag.s.lo = 0.0;
91 __imag__ z = imag.ld;
/freebsd-9.3-release/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-9.3-release/contrib/gcc/
H A Dcalls.c3191 tree real, imag, next;
3196 imag = build1 (IMAGPART_EXPR, subtype, complex_value);
3200 imag = build_tree_list (NULL_TREE, imag);
3201 TREE_CHAIN (p) = imag;
3202 TREE_CHAIN (imag) = next;
3239 tree next, imag;
3246 imag = build_tree_list (NULL_TREE, TREE_VALUE (p));
3247 TREE_CHAIN (p) = imag;
3248 TREE_CHAIN (imag)
3190 tree real, imag, next; local
3238 tree next, imag; local
[all...]
H A Dfunction.c2006 because the usual place might not have the imag part
2932 rtx tmp, real, imag;
2936 imag = DECL_RTL (TREE_CHAIN (fnargs));
2940 imag = gen_lowpart_SUBREG (inner, imag);
2948 /* split_complex_arg put the real and imag parts in
2957 emit_move_insn (imem, imag);
2962 tmp = gen_rtx_CONCAT (DECL_MODE (parm), real, imag);
2966 imag = DECL_INCOMING_RTL (TREE_CHAIN (fnargs));
2970 imag
2919 rtx tmp, real, 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.c1162 build_complex (tree type, tree real, tree imag)
1167 TREE_IMAGPART (t) = imag;
1169 TREE_OVERFLOW (t) = TREE_OVERFLOW (real) | TREE_OVERFLOW (imag);
1171 = TREE_CONSTANT_OVERFLOW (real) | TREE_CONSTANT_OVERFLOW (imag);
1158 build_complex(tree type, tree real, tree imag) argument
H A Dtree.h1325 #define TREE_IMAGPART(NODE) (COMPLEX_CST_CHECK (NODE)->complex.imag)
1331 tree imag;
1326 tree imag; local
H A Dc-typeck.c2922 tree real, imag;
2930 imag = build_unary_op (IMAGPART_EXPR, arg, 1);
2932 build_unary_op (code, real, 1), imag);
2907 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-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.cpp86 llvm::Value *imag = local
88 return RValue::getComplex(real, imag);
H A DCGObjCMac.cpp1675 llvm::PHINode *imag = CGF.Builder.CreatePHI(scalarTy, 2); local
1676 imag->addIncoming(callResult.second, callBB);
1677 imag->addIncoming(scalarZero, NullBB);
1678 return RValue::getComplex(real, imag);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c4155 tree real, imag;
4159 imag = build_unary_op (IMAGPART_EXPR, arg, 1);
4161 build_unary_op (code, real, 1), imag);
4145 tree real, imag; local
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c3939 rtx real, imag;
3957 imag = gen_rtx_EXPR_LIST (VOIDmode,
3961 return gen_rtx_PARALLEL (mode, gen_rtvec (2, real, imag));
3919 rtx real, imag; local

Completed in 431 milliseconds