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

  /src/external/gpl3/gcc/dist/gcc/
fold-const-call.cc 324 const real_value *arg_real, const real_value *arg_imag,
330 || !real_isfinite (arg_real)
339 mpfr_from_real (mpc_realref (m), arg_real, MPFR_RNDN); local
1111 of ARG, passed as ARG_REAL and ARG_IMAG respectively. Return true on
1116 const real_value *arg_real, const real_value *arg_imag,
1123 return do_mpfr_arg2 (result, mpfr_hypot, arg_real, arg_imag, format);
1135 (RESULT_REAL and RESULT_IMAG) and of ARG (ARG_REAL and ARG_IMAG).
1140 combined_fn fn, const real_value *arg_real,
1148 arg_real, arg_imag, format);
1153 arg_real, arg_imag, format)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const-call.cc 328 const real_value *arg_real, const real_value *arg_imag,
334 || !real_isfinite (arg_real)
343 mpfr_from_real (mpc_realref (m), arg_real, MPFR_RNDN); local
1071 of ARG, passed as ARG_REAL and ARG_IMAG respectively. Return true on
1076 const real_value *arg_real, const real_value *arg_imag,
1082 return do_mpfr_arg2 (result, mpfr_hypot, arg_real, arg_imag, format);
1094 (RESULT_REAL and RESULT_IMAG) and of ARG (ARG_REAL and ARG_IMAG).
1099 combined_fn fn, const real_value *arg_real,
1106 arg_real, arg_imag, format);
1110 arg_real, arg_imag, format)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 9813 tree arg_real = NULL_TREE;
9828 if (arg_real == NULL_TREE)
9829 arg_real = type;
9831 arg_real = common_type (arg_real, type);
9832 if (arg_real == error_mark_node)
9839 ? build_complex_type (arg_real)
9840 : arg_real);
9869 if (DECIMAL_FLOAT_TYPE_P (arg_real)
9873 = SCALAR_FLOAT_TYPE_MODE (arg_real);
9811 tree arg_real = NULL_TREE; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 11422 tree arg_real = NULL_TREE;
11437 if (arg_real == NULL_TREE)
11438 arg_real = type;
11440 arg_real = common_type (arg_real, type);
11441 if (arg_real == error_mark_node)
11448 ? build_complex_type (arg_real)
11449 : arg_real);
11478 if (DECIMAL_FLOAT_TYPE_P (arg_real)
11482 = SCALAR_FLOAT_TYPE_MODE (arg_real);
11420 tree arg_real = NULL_TREE; local
    [all...]

Completed in 71 milliseconds