| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | complex | 156 : _M_real(__z.real()), _M_imag(__z.imag()) { } 167 imag() const { return _M_imag; } 179 imag() { return _M_imag; } 183 imag() const { return _M_imag; } 192 imag(_Tp __val) { _M_imag = __val; } 284 _M_imag = __z.imag(); 295 _M_imag += __z.imag(); 306 _M_imag -= __z.imag(); 317 const _Tp __r = _M_real * __z.real() - _M_imag * __z.imag(); 318 _M_imag = _M_real * __z.imag() + _M_imag * __z.real(); [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| D | complex | 73 return std::complex<_Tp>(__pi_2 - __t.real(), -__t.imag()); 107 std::complex<_Tp> __t(-__z.imag(), __z.real()); 109 return std::complex<_Tp>(__t.imag(), -__t.real()); 144 const _Tp __x = _Tp(1.0) - __r2 - __z.imag() * __z.imag(); 146 _Tp __num = __z.imag() + _Tp(1.0); 147 _Tp __den = __z.imag() - _Tp(1.0); 223 std::complex<_Tp> __t((__z.real() - __z.imag()) 224 * (__z.real() + __z.imag()) + _Tp(1.0), 225 _Tp(2.0) * __z.real() * __z.imag()); 262 const _Tp __i2 = __z.imag() * __z.imag(); [all …]
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| D | pftn.c | 1731 int class, qual, sig, uns, cmplx, imag, err; member 1842 tc->imag = 1; in typwalk() 1867 if (tc.cmplx || tc.imag) { in typenode() 1870 if ((tc.cmplx && tc.imag) || tc.sig || tc.uns || in typenode() 2957 static char *real, *imag; variable 2975 imag = addname("__imag"); in complinit() 2981 soumemb(p, imag, 0); in complinit() 3048 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, imag), i)); in mkcmplx() 3060 structref(ccopy(q), DOT, imag), in mkcmplx() 3061 structref(t, STREF, imag))); in mkcmplx() [all …]
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| D | pftn.c | 1715 int class, qual, sig, uns, cmplx, imag, err, align; member 1843 tc->imag = 1; in typwalk() 1869 if (tc.cmplx || tc.imag) { in typenode() 1872 if ((tc.cmplx && tc.imag) || tc.sig || tc.uns || in typenode() 2984 static char *real, *imag; variable 3004 imag = addname("__imag"); in complinit() 3010 soumemb(p, imag, 0); in complinit() 3113 p = comop(p, buildtree(ASSIGN, structref(ccopy(q), DOT, imag), i)); in mkcmplx() 3125 structref(ccopy(q), DOT, imag), in mkcmplx() 3126 structref(t, STREF, imag))); in mkcmplx() [all …]
|
| /netbsd/src/external/lgpl3/mpc/dist/tests/ |
| D | tpl_mpc.c | 44 tpl_read_ternary(datafile_context, &ternarypair->imag); in tpl_read_mpc_inex()
|
| D | print_parameter.c | 102 MPFR_INEX_STR (params->P[index].mpc_inex_data.imag)); in print_parameter()
|
| D | check_data.c | 59 expected->mpc_inex_data.imag); in check_param()
|
| D | double_rounding.c | 135 params->P[offset].mpc_inex_data.imag = inex_im; in double_rounding()
|
| D | Makefile.am | 61 div_ui.dsc exp.dsc fma.dsc fr_div.dsc fr_sub.dsc imag.dsc log.dsc \
|
| D | mpc-tests.h | 202 int imag; member
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | valarith.c | 1771 struct value *imag = value_imaginary_part (arg1); in value_neg() local 1774 imag = value_neg (imag); in value_neg() 1775 return value_literal_complex (real, imag, type); in value_neg() 1823 struct value *imag = value_imaginary_part (arg1); in value_complement() local 1825 imag = value_neg (imag); in value_complement() 1826 return value_literal_complex (real, imag, type); in value_complement()
|
| D | c-exp.y | 865 operation_up imag variable 869 (std::move (real), std::move (imag), $1.type); 915 operation_up imag variable 920 (std::move (real), std::move (imag),
|
| D | expop.h | 986 value *imag = std::get<1> (m_storage)->evaluate (nullptr, exp, noside); in evaluate() local 987 return value_literal_complex (real, imag, in evaluate()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gimple-range-fold.cc | 406 wide_int imag = wi::to_wide (TREE_IMAGPART (cst)); in adjust_imagpart_expr() local 407 res.intersect (imag, imag); in adjust_imagpart_expr() 432 tree imag = TREE_REALPART (cst); in adjust_realpart_expr() local 433 int_range<2> tmp (imag, imag); in adjust_realpart_expr()
|
| D | tree-complex.cc | 138 find_lattice_value_parts (tree real, tree imag) in find_lattice_value_parts() argument 144 i = some_nonzerop (imag); in find_lattice_value_parts() 162 tree real, imag; in find_lattice_value() local 171 imag = TREE_IMAGPART (t); in find_lattice_value() 178 return find_lattice_value_parts (real, imag); in find_lattice_value()
|
| D | function.cc | 3600 rtx tmp, real, imag; in assign_parms_unsplit_complex() local 3604 imag = DECL_RTL (fnargs[i + 1]); in assign_parms_unsplit_complex() 3608 imag = gen_lowpart_SUBREG (inner, imag); in assign_parms_unsplit_complex() 3628 emit_move_insn (imem, imag); in assign_parms_unsplit_complex() 3634 tmp = gen_rtx_CONCAT (DECL_MODE (parm), real, imag); in assign_parms_unsplit_complex() 3638 imag = DECL_INCOMING_RTL (fnargs[i + 1]); in assign_parms_unsplit_complex() 3642 imag = gen_lowpart_SUBREG (inner, imag); in assign_parms_unsplit_complex() 3644 tmp = gen_rtx_CONCAT (DECL_MODE (parm), real, imag); in assign_parms_unsplit_complex()
|
| D | fold-const.cc | 1407 tree real, imag; in const_binop() local 1414 imag = const_binop (code, i1, i2); in const_binop() 1426 imag = const_binop (PLUS_EXPR, in const_binop() 1464 imag = const_binop (code, t2, magsquared); in const_binop() 1493 imag = const_binop (MULT_EXPR, i1, ratio); in const_binop() 1494 imag = const_binop (MINUS_EXPR, imag, r1); in const_binop() 1495 imag = const_binop (code, imag, div); in const_binop() 1514 imag = const_binop (MULT_EXPR, r1, ratio); in const_binop() 1515 imag = const_binop (MINUS_EXPR, i1, imag); in const_binop() 1516 imag = const_binop (code, imag, div); in const_binop() [all …]
|
| D | tree-core.h | 1481 tree imag; member
|
| D | calls.cc | 4014 tree next, imag; in split_complex_types() local 4021 imag = build_tree_list (NULL_TREE, TREE_VALUE (p)); in split_complex_types() 4022 TREE_CHAIN (p) = imag; in split_complex_types() 4023 TREE_CHAIN (imag) = next; in split_complex_types()
|
| /netbsd/src/external/lgpl3/mpc/dist/src/ |
| D | Makefile.am | 27 get_version.c get_x.c imag.c init2.c init3.c inp_str.c log.c log10.c \
|
| D | Makefile.in | 141 get_prec2.lo get_prec.lo get_version.lo get_x.lo imag.lo \ 189 ./$(DEPDIR)/get_x.Plo ./$(DEPDIR)/imag.Plo \ 395 get_version.c get_x.c imag.c init2.c init3.c inp_str.c log.c log10.c \ 521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imag.Plo@am__quote@ # am--include-marker 769 -rm -f ./$(DEPDIR)/imag.Plo 901 -rm -f ./$(DEPDIR)/imag.Plo
|
| /netbsd/src/external/lgpl3/mpc/lib/libmpc/ |
| D | Makefile | 55 imag.c \
|
| /netbsd/src/external/lgpl3/mpc/dist/ |
| D | Makefile.vc | 137 $(DIRMPC)\imag.obj \ 216 imag.obj \
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | typeck.cc | 6051 tree real, imag; in cp_build_binary_op() local 6072 imag = cp_build_unary_op (IMAGPART_EXPR, op0, true, complain); in cp_build_binary_op() 6078 imag = build2 (resultcode, real_type, imag, op1); in cp_build_binary_op() 6092 imag = cp_build_unary_op (IMAGPART_EXPR, op1, true, complain); in cp_build_binary_op() 6097 imag = build2 (resultcode, real_type, op0, imag); in cp_build_binary_op() 6104 imag = build1 (NEGATE_EXPR, real_type, imag); in cp_build_binary_op() 6110 result = build2 (COMPLEX_EXPR, result_type, real, imag); in cp_build_binary_op() 7143 tree real, imag; in cp_build_unary_op() local 7147 imag = cp_build_unary_op (IMAGPART_EXPR, arg, true, complain); in cp_build_unary_op() 7149 if (real == error_mark_node || imag == error_mark_node) in cp_build_unary_op() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2008 | 3201 * include/std/complex (complex<>::real(_Tp), complex<>::imag(_Tp), 3202 complex<float>::real(float), complex<float>::imag(float), 3203 complex<double>::real(double), complex<double>::imag(double), 3205 complex<long double>::imag(long double)): Add per DR 387. 3206 (complex<>::real(), complex<>::imag(), complex<float>::real(), 3207 complex<float>::imag(), complex<double>::real(), 3208 complex<double>::imag(), complex<long double>::real(), 3209 complex<long double>::imag(long double)): Adjust in C++0x mode. 3210 (real(complex<>&), imag(complex<>&), real(const complex<>&), 3211 imag(const complex<>&)): Likewise.
|