Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreal.h39 struct GTY(()) real_value { struct
43 unsigned int /* ENUM_BITFIELD (real_value_class) */ cl : 2; argument
68 #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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreal.h39 struct GTY(()) real_value { struct
43 unsigned int /* ENUM_BITFIELD (real_value_class) */ cl : 2; argument
68 #define REAL_VALUE_TYPE struct real_value argument
H A Dfixed-value.cc62 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
1037 REAL_VALUE_TYPE real_value, fixed_value, base_value; in fixed_convert_from_real() local
1095 REAL_VALUE_TYPE base_value, fixed_value, real_value; in real_convert_from_fixed() local
H A Dfold-const-call.cc475 fold_const_conversion (wide_int *result, in fold_const_conversion()
477 const real_value *), in fold_const_conversion()
/netbsd-src/external/lgpl3/mpc/dist/src/
H A Dset_x_x.c24 #define MPC_SET_X_X(type, z, real_value, imag_value, rnd) \ argument
H A Dset_x.c30 #define MPC_SET_X(real_t, z, real_value, rnd) \ argument
H A Dmpc.h349 #define MPC_SET_X_Y(real_t, imag_t, z, real_value, imag_value, rnd) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c584 REAL_VALUE_TYPE real_value; variable
608 REAL_VALUE_TYPE real_value; variable
631 REAL_VALUE_TYPE real_value; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc893 REAL_VALUE_TYPE real_value; in new_rvalue_from_const() local
917 REAL_VALUE_TYPE real_value; in new_rvalue_from_const() local
940 REAL_VALUE_TYPE real_value; in new_rvalue_from_const() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp868 uint64_t real_value = Value - 4; in adjustFixupValue() local