| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | fold-const-call.c | 88 do_mpfr_ckconv (real_value *result, mpfr_srcptr m, bool inexact, in do_mpfr_ckconv() 122 do_mpfr_arg1 (real_value *result, in do_mpfr_arg1() 124 const real_value *arg, const real_format *format) in do_mpfr_arg1() 153 do_mpfr_sincos (real_value *result_sin, real_value *result_cos, in do_mpfr_sincos() 154 const real_value *arg, const real_format *format) in do_mpfr_sincos() 184 do_mpfr_arg2 (real_value *result, in do_mpfr_arg2() 186 const real_value *arg0, const real_value *arg1, in do_mpfr_arg2() 217 do_mpfr_arg2 (real_value *result, in do_mpfr_arg2() 219 const wide_int_ref &arg0, const real_value *arg1, in do_mpfr_arg2() 247 do_mpfr_arg3 (real_value *result, in do_mpfr_arg3() [all …]
|
| H A D | fixed-value.c | 62 check_real_for_fixed_mode (REAL_VALUE_TYPE *real_value, machine_mode mode) in check_real_for_fixed_mode() argument 74 if (real_compare (LT_EXPR, real_value, &min_value)) in check_real_for_fixed_mode() 76 if (real_compare (EQ_EXPR, real_value, &max_value)) in check_real_for_fixed_mode() 79 if (real_compare (GT_EXPR, real_value, &max_value)) in check_real_for_fixed_mode() 113 REAL_VALUE_TYPE real_value, fixed_value, base_value; in fixed_from_string() local 121 real_from_string (&real_value, str); in fixed_from_string() 122 temp = check_real_for_fixed_mode (&real_value, f->mode); in fixed_from_string() 130 real_arithmetic (&fixed_value, MULT_EXPR, &real_value, &base_value); in fixed_from_string() 157 REAL_VALUE_TYPE real_value, base_value, fixed_value; in fixed_to_decimal() local 161 real_from_integer (&real_value, VOIDmode, in fixed_to_decimal() [all …]
|
| H A D | real.h | 39 struct GTY(()) real_value { struct 68 #define REAL_VALUE_TYPE struct real_value argument
|
| H A D | tree-core.h | 33 struct real_value; 1392 struct real_value * real_cst_ptr;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | fold-const-call.cc | 88 do_mpfr_ckconv (real_value *result, mpfr_srcptr m, bool inexact, in do_mpfr_ckconv() 122 do_mpfr_arg1 (real_value *result, in do_mpfr_arg1() 124 const real_value *arg, const real_format *format) in do_mpfr_arg1() 153 do_mpfr_sincos (real_value *result_sin, real_value *result_cos, in do_mpfr_sincos() 154 const real_value *arg, const real_format *format) in do_mpfr_sincos() 184 do_mpfr_arg2 (real_value *result, in do_mpfr_arg2() 186 const real_value *arg0, const real_value *arg1, in do_mpfr_arg2() 217 do_mpfr_arg2 (real_value *result, in do_mpfr_arg2() 219 const wide_int_ref &arg0, const real_value *arg1, in do_mpfr_arg2() 247 do_mpfr_arg3 (real_value *result, in do_mpfr_arg3() [all …]
|
| H A D | fixed-value.cc | 62 check_real_for_fixed_mode (REAL_VALUE_TYPE *real_value, machine_mode mode) in check_real_for_fixed_mode() argument 74 if (real_compare (LT_EXPR, real_value, &min_value)) in check_real_for_fixed_mode() 76 if (real_compare (EQ_EXPR, real_value, &max_value)) in check_real_for_fixed_mode() 79 if (real_compare (GT_EXPR, real_value, &max_value)) in check_real_for_fixed_mode() 113 REAL_VALUE_TYPE real_value, fixed_value, base_value; in fixed_from_string() local 121 real_from_string (&real_value, str); in fixed_from_string() 122 temp = check_real_for_fixed_mode (&real_value, f->mode); in fixed_from_string() 130 real_arithmetic (&fixed_value, MULT_EXPR, &real_value, &base_value); in fixed_from_string() 157 REAL_VALUE_TYPE real_value, base_value, fixed_value; in fixed_to_decimal() local 161 real_from_integer (&real_value, VOIDmode, in fixed_to_decimal() [all …]
|
| H A D | real.h | 39 struct GTY(()) real_value { struct 68 #define REAL_VALUE_TYPE struct real_value argument
|
| H A D | tree-core.h | 33 struct real_value; 1464 struct real_value * real_cst_ptr;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | longdouble.h | 21 struct real_value; 28 const real_value& rv (void) const in rv() 29 { return *(const real_value *) this; } in rv() 31 real_value& rv (void) in rv() 32 { return *(real_value *) this; } in rv() 42 void set (real_value& d);
|
| H A D | d-longdouble.cc | 52 longdouble::set (real_value& d) in set() 155 real_value q; in mod()
|
| H A D | d-frontend.cc | 319 real_value rx = x.rv (); in isIdentical() 320 real_value ry = y.rv (); in isIdentical()
|
| H A D | d-builtins.cc | 352 real_value re = TREE_REAL_CST (TREE_REALPART (cst)); in d_eval_constant_expression() 353 real_value im = TREE_REAL_CST (TREE_IMAGPART (cst)); in d_eval_constant_expression() 364 real_value value = TREE_REAL_CST (cst); in d_eval_constant_expression()
|
| H A D | d-target.cc | 181 gcc_assert (sizeof (real_t) >= sizeof (real_value)); in _init()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | longdouble.h | 21 struct real_value; 28 const real_value &rv (void) const in rv() 29 { return *(const real_value *) this; } in rv() 31 real_value &rv (void) in rv() 32 { return *(real_value *) this; } in rv() 42 void set (real_value &d);
|
| H A D | d-ctfloat.cc | 56 real_value rx = x.rv (); in isIdentical() 57 real_value ry = y.rv (); in isIdentical()
|
| H A D | d-longdouble.cc | 46 longdouble::set (real_value &d) in set() 149 real_value q; in mod()
|
| H A D | d-builtins.cc | 365 real_value re = TREE_REAL_CST (TREE_REALPART (cst)); in d_eval_constant_expression() 366 real_value im = TREE_REAL_CST (TREE_IMAGPART (cst)); in d_eval_constant_expression() 377 real_value value = TREE_REAL_CST (cst); in d_eval_constant_expression()
|
| H A D | d-target.cc | 188 gcc_assert (sizeof (real_t) >= sizeof (real_value)); in _init()
|
| /netbsd-src/external/lgpl3/mpc/dist/src/ |
| H A D | set_x_x.c | 24 #define MPC_SET_X_X(type, z, real_value, imag_value, rnd) \ argument 25 MPC_SET_X_Y (type, type, z, real_value, imag_value, rnd)
|
| H A D | set_x.c | 30 #define MPC_SET_X(real_t, z, real_value, rnd) \ argument 33 _inex_re = (mpfr_set_ ## real_t) (mpc_realref (z), (real_value), MPC_RND_RE (rnd)); \
|
| H A D | mpc.h | 349 #define MPC_SET_X_Y(real_t, imag_t, z, real_value, imag_value, rnd) \ argument 352 _inex_re = (mpfr_set_ ## real_t) (mpc_realref (z), (real_value), MPC_RND_RE (rnd)); \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-playback.c | 584 REAL_VALUE_TYPE real_value; variable 585 real_from_integer (&real_value, VOIDmode, value, SIGNED); 586 tree inner = build_real (inner_type, real_value); 608 REAL_VALUE_TYPE real_value; variable 609 real_from_integer (&real_value, VOIDmode, value, SIGNED); 610 tree inner = build_real (inner_type, real_value); 631 REAL_VALUE_TYPE real_value; variable 641 real_from_target (&real_value, as_long_ints, DFmode); 642 tree inner = build_real (inner_type, real_value);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAsmBackend.cpp | 868 uint64_t real_value = Value - 4; in adjustFixupValue() local 871 real_value = -real_value; in adjustFixupValue() 872 out |= ((real_value >> 1) & 0x1) << 11; in adjustFixupValue() 873 out |= ((real_value >> 1) & 0x7fe); in adjustFixupValue()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-playback.cc | 893 REAL_VALUE_TYPE real_value; in new_rvalue_from_const() local 894 real_from_integer (&real_value, VOIDmode, value, SIGNED); in new_rvalue_from_const() 895 tree inner = build_real (inner_type, real_value); in new_rvalue_from_const() 917 REAL_VALUE_TYPE real_value; in new_rvalue_from_const() local 918 real_from_integer (&real_value, VOIDmode, value, SIGNED); in new_rvalue_from_const() 919 tree inner = build_real (inner_type, real_value); in new_rvalue_from_const() 940 REAL_VALUE_TYPE real_value; in new_rvalue_from_const() local 950 real_from_target (&real_value, as_long_ints, DFmode); in new_rvalue_from_const() 951 tree inner = build_real (inner_type, real_value); in new_rvalue_from_const()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | region.cc | 769 const real_value *rv1 = TREE_REAL_CST_PTR (t1); in tree_cmp() 770 const real_value *rv2 = TREE_REAL_CST_PTR (t2); in tree_cmp()
|