Searched refs:base_value (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfixed-value.c113 REAL_VALUE_TYPE real_value, fixed_value, base_value; local
129 real_2expN (&base_value, fbit, VOIDmode);
130 real_arithmetic (&fixed_value, MULT_EXPR, &real_value, &base_value);
157 REAL_VALUE_TYPE real_value, base_value, fixed_value; local
160 real_2expN (&base_value, GET_MODE_FBIT (f_orig->mode), VOIDmode);
165 real_arithmetic (&fixed_value, RDIV_EXPR, &real_value, &base_value);
1038 REAL_VALUE_TYPE real_value, fixed_value, base_value; local
1047 real_2expN (&base_value, fbit, VOIDmode);
1048 real_arithmetic (&fixed_value, MULT_EXPR, &real_value, &base_value);
1096 REAL_VALUE_TYPE base_value, fixed_valu local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfixed-value.cc113 REAL_VALUE_TYPE real_value, fixed_value, base_value; local
129 real_2expN (&base_value, fbit, VOIDmode);
130 real_arithmetic (&fixed_value, MULT_EXPR, &real_value, &base_value);
157 REAL_VALUE_TYPE real_value, base_value, fixed_value; local
160 real_2expN (&base_value, GET_MODE_FBIT (f_orig->mode), VOIDmode);
165 real_arithmetic (&fixed_value, RDIV_EXPR, &real_value, &base_value);
1037 REAL_VALUE_TYPE real_value, fixed_value, base_value; local
1046 real_2expN (&base_value, fbit, VOIDmode);
1047 real_arithmetic (&fixed_value, MULT_EXPR, &real_value, &base_value);
1095 REAL_VALUE_TYPE base_value, fixed_valu local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dp-valprint.c731 struct value *base_value;
734 base_value = value_primitive_field (val, 0, i, type);
738 base_value = nullptr;
759 base_value = value_from_contents_and_address (baseclass,
762 baseclass = value_type (base_value);
785 (base_value, stream, recurse, options,
729 struct value *base_value; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dp-valprint.c728 struct value *base_value;
731 base_value = value_primitive_field (val, 0, i, type);
735 base_value = nullptr;
756 base_value = value_from_contents_and_address (baseclass,
759 baseclass = value_type (base_value);
782 (base_value, stream, recurse, options,
726 struct value *base_value; local
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dcgen.h945 CGEN_INSN_INT base_value;
948 /* Extra opcode values beyond base_value. */
981 #define CGEN_OPCODE_BASE_VALUE(opc) (CGEN_OPCODE_VALUE (opc)->base_value)
931 CGEN_INSN_INT base_value; member in struct:__anon898
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dcgen.h946 CGEN_INSN_INT base_value;
949 /* Extra opcode values beyond base_value. */
982 #define CGEN_OPCODE_BASE_VALUE(opc) (CGEN_OPCODE_VALUE (opc)->base_value)
932 CGEN_INSN_INT base_value; member in struct:__anon2104
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dcgen.h946 CGEN_INSN_INT base_value;
949 /* Extra opcode values beyond base_value. */
982 #define CGEN_OPCODE_BASE_VALUE(opc) (CGEN_OPCODE_VALUE (opc)->base_value)
932 CGEN_INSN_INT base_value; member in struct:__anon2047
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dcgen.h945 CGEN_INSN_INT base_value;
948 /* Extra opcode values beyond base_value. */
981 #define CGEN_OPCODE_BASE_VALUE(opc) (CGEN_OPCODE_VALUE (opc)->base_value)
931 CGEN_INSN_INT base_value; member in struct:__anon1467

Completed in 273 milliseconds