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

  /src/external/gpl3/gdb/dist/gdb/
p-valprint.c 731 struct value *base_value;
734 base_value = val->primitive_field (0, i, type);
738 base_value = nullptr;
759 base_value = value_from_contents_and_address (baseclass,
762 baseclass = base_value->type ();
785 (base_value, stream, recurse, options,
729 struct value *base_value; local
  /src/external/gpl3/gdb.old/dist/gdb/
p-valprint.c 731 struct value *base_value;
734 base_value = val->primitive_field (0, i, type);
738 base_value = nullptr;
759 base_value = value_from_contents_and_address (baseclass,
762 baseclass = base_value->type ();
785 (base_value, stream, recurse, options,
729 struct value *base_value; local
  /src/external/gpl3/gcc/dist/gcc/
fixed-value.cc 113 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_value, real_value local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
fixed-value.cc 113 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_value, real_value local
    [all...]
  /src/external/gpl3/binutils/dist/include/opcode/
cgen.h 945 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:__anon10619
  /src/external/gpl3/binutils.old/dist/include/opcode/
cgen.h 945 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:__anon12083
  /src/external/gpl3/gdb/dist/include/opcode/
cgen.h 945 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:__anon18730
  /src/external/gpl3/gdb.old/dist/include/opcode/
cgen.h 945 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:__anon21471

Completed in 62 milliseconds