Home
last modified time | relevance | path

Searched defs:real_value (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dreal.h39 struct GTY(()) real_value { struct
43 unsigned int /* ENUM_BITFIELD (real_value_class) */ cl : 2; argument
61 #define REAL_VALUE_TYPE struct real_value argument
H A Dfixed-value.c62 check_real_for_fixed_mode (REAL_VALUE_TYPE *real_value, machine_mode mode) in check_real_for_fixed_mode()
113 REAL_VALUE_TYPE real_value, fixed_value, base_value; in fixed_from_string() local
157 REAL_VALUE_TYPE real_value, base_value, fixed_value; in fixed_to_decimal() local
1038 REAL_VALUE_TYPE real_value, fixed_value, base_value; in fixed_convert_from_real() local
1096 REAL_VALUE_TYPE base_value, fixed_value, real_value; in real_convert_from_fixed() local
H A Dfold-const-call.c477 fold_const_conversion (wide_int *result, in fold_const_conversion()
479 const real_value *), in fold_const_conversion()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dreal.h43 struct GTY(()) real_value { struct
47 unsigned int /* ENUM_BITFIELD (real_value_class) */ cl : 2; argument
65 #define REAL_VALUE_TYPE struct real_value argument
H A Dfixed-value.c62 check_real_for_fixed_mode (REAL_VALUE_TYPE *real_value, enum machine_mode mode) in check_real_for_fixed_mode()
89 REAL_VALUE_TYPE real_value, fixed_value, base_value; in fixed_from_string() local
132 REAL_VALUE_TYPE real_value, base_value, fixed_value; in fixed_to_decimal() local
1071 REAL_VALUE_TYPE real_value, fixed_value, base_value; in fixed_convert_from_real() local
1126 REAL_VALUE_TYPE base_value, fixed_value, real_value; in real_convert_from_fixed() local
/dragonfly/contrib/mpc/src/
H A Dset_x_x.c34 #define MPC_SET_X_X(type, z, real_value, imag_value, rnd) \ argument
H A Dset_x.c38 #define MPC_SET_X(real_t, z, real_value, rnd) \ argument
H A Dmpc.h261 #define MPC_SET_X_Y(real_t, imag_t, z, real_value, imag_value, rnd) \ argument