HomeSort by: relevance | last modified time | path
    Searched defs:arg1_imag (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
fold-const-call.cc 361 const real_value *arg1_real, const real_value *arg1_imag,
367 || !real_isfinite (arg1_imag))
379 mpfr_from_real (mpc_imagref (m1), arg1_imag, MPFR_RNDN); local
1591 and of ARG1 (ARG1_REAL and ARG1_IMAG). Return true on success. */
1597 const real_value *arg1_imag, const real_format *format)
1604 arg0_real, arg0_imag, arg1_real, arg1_imag, format);
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const-call.cc 365 const real_value *arg1_real, const real_value *arg1_imag,
371 || !real_isfinite (arg1_imag))
383 mpfr_from_real (mpc_imagref (m1), arg1_imag, MPFR_RNDN); local
1479 and of ARG1 (ARG1_REAL and ARG1_IMAG). Return true on success. */
1485 const real_value *arg1_imag, const real_format *format)
1491 arg0_real, arg0_imag, arg1_real, arg1_imag, format);
  /src/external/gpl3/gdb.old/dist/gdb/
valarith.c 967 struct value *arg1_real, *arg1_imag, *arg2_real, *arg2_imag;
971 arg1_imag = value_imaginary_part (arg1);
976 arg1_imag = value::zero (arg1_type, not_lval);
995 arg1_imag = value_cast (comp_type, arg1_imag);
1007 result_imag = scalar_binop (arg1_imag, arg2_imag, op);
1013 struct value *x2 = scalar_binop (arg1_imag, arg2_imag, op);
1017 x2 = scalar_binop (arg1_imag, arg2_real, op);
1029 arg1 = value_literal_complex (arg1_real, arg1_imag, result_type);
1034 arg1_imag = value_imaginary_part (numerator)
964 struct value *arg1_real, *arg1_imag, *arg2_real, *arg2_imag; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
valarith.c 967 struct value *arg1_real, *arg1_imag, *arg2_real, *arg2_imag;
971 arg1_imag = value_imaginary_part (arg1);
976 arg1_imag = value::zero (arg1_type, not_lval);
995 arg1_imag = value_cast (comp_type, arg1_imag);
1007 result_imag = scalar_binop (arg1_imag, arg2_imag, op);
1013 struct value *x2 = scalar_binop (arg1_imag, arg2_imag, op);
1017 x2 = scalar_binop (arg1_imag, arg2_real, op);
1029 arg1 = value_literal_complex (arg1_real, arg1_imag, result_type);
1034 arg1_imag = value_imaginary_part (numerator)
964 struct value *arg1_real, *arg1_imag, *arg2_real, *arg2_imag; local
    [all...]

Completed in 24 milliseconds