HomeSort by: relevance | last modified time | path
    Searched refs:gdb_mpq (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
gmp-utils.h 34 struct gdb_mpq;
394 friend struct gdb_mpq;
402 struct gdb_mpq struct
405 gdb_mpq () { mpq_init (m_val); } function in struct:gdb_mpq
407 explicit gdb_mpq (const mpq_t &from_val) function in struct:gdb_mpq
413 gdb_mpq (const gdb_mpq &from) function in struct:gdb_mpq
419 explicit gdb_mpq (gdb_mpq &&from) function in struct:gdb_mpq
425 gdb_mpq (const gdb_mpz &num, const gdb_mpz &denom function in struct:gdb_mpq
433 gdb_mpq (long num, long denom) function in struct:gdb_mpq
    [all...]
gmp-utils.c 176 gdb_mpq::get_rounded () const
181 gdb_mpq abs_val (m_val);
209 gdb_mpq::read_fixed_point (gdb::array_view<const gdb_byte> buf,
211 const gdb_mpq &scaling_factor)
223 gdb_mpq::write_fixed_point (gdb::array_view<gdb_byte> buf,
225 const gdb_mpq &scaling_factor) const
227 gdb_mpq unscaled (m_val);
gdbtypes.h 1404 const gdb_mpq &fixed_point_scaling_factor ();
1835 gdb_mpq scaling_factor;
valarith.c 821 gdb_mpq v1, v2, res;
855 auto fixed_point_to_value = [type1] (const gdb_mpq &fp)
valops.c 331 gdb_mpq
336 gdb_mpq result;
373 gdb_mpq vq = value_to_gdb_mpq (from_val);
544 gdb_mpq fp_val;
value.h 1653 /* Convert VALUE to a gdb_mpq. The caller must ensure that VALUE is
1655 extern gdb_mpq value_to_gdb_mpq (struct value *value);
gdbtypes.c 5827 const gdb_mpq &
value.c 2899 gdb_mpq vq;
  /src/external/gpl3/gdb.old/dist/gdb/
gmp-utils.h 34 struct gdb_mpq;
394 friend struct gdb_mpq;
402 struct gdb_mpq struct
405 gdb_mpq () { mpq_init (m_val); } function in struct:gdb_mpq
407 explicit gdb_mpq (const mpq_t &from_val) function in struct:gdb_mpq
413 gdb_mpq (const gdb_mpq &from) function in struct:gdb_mpq
419 explicit gdb_mpq (gdb_mpq &&from) function in struct:gdb_mpq
425 gdb_mpq (const gdb_mpz &num, const gdb_mpz &denom function in struct:gdb_mpq
433 gdb_mpq (long num, long denom) function in struct:gdb_mpq
    [all...]
gmp-utils.c 176 gdb_mpq::get_rounded () const
181 gdb_mpq abs_val (m_val);
209 gdb_mpq::read_fixed_point (gdb::array_view<const gdb_byte> buf,
211 const gdb_mpq &scaling_factor)
223 gdb_mpq::write_fixed_point (gdb::array_view<gdb_byte> buf,
225 const gdb_mpq &scaling_factor) const
227 gdb_mpq unscaled (m_val);
gdbtypes.h 1410 const gdb_mpq &fixed_point_scaling_factor ();
1841 gdb_mpq scaling_factor;
valarith.c 821 gdb_mpq v1, v2, res;
855 auto fixed_point_to_value = [type1] (const gdb_mpq &fp)
valops.c 332 gdb_mpq
337 gdb_mpq result;
374 gdb_mpq vq = value_to_gdb_mpq (from_val);
545 gdb_mpq fp_val;
value.h 1634 /* Convert VALUE to a gdb_mpq. The caller must ensure that VALUE is
1636 extern gdb_mpq value_to_gdb_mpq (struct value *value);
gdbtypes.c 5839 const gdb_mpq &
value.c 2858 gdb_mpq vq;
  /src/external/gpl3/gdb/dist/gdb/unittests/
gmp-utils-selftests.c 374 of a fixed point object, into a buffer, and then uses gdb_mpq's
390 read_fp_test (int unscaled, const gdb_mpq &scaling_factor,
392 gdb_mpq &expected, gdb_mpq &actual)
402 expected = gdb_mpq (unscaled, 1);
406 /* Perform various tests of the gdb_mpq::read_fixed_point method. */
411 gdb_mpq expected, actual;
415 gdb_mpq scaling_factor (3, 5);
445 /* A helper function which builds a gdb_mpq object from the given
446 NUMERATOR and DENOMINATOR, and then calls gdb_mpq's write_fixed_poin
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
gmp-utils-selftests.c 374 of a fixed point object, into a buffer, and then uses gdb_mpq's
390 read_fp_test (int unscaled, const gdb_mpq &scaling_factor,
392 gdb_mpq &expected, gdb_mpq &actual)
402 expected = gdb_mpq (unscaled, 1);
406 /* Perform various tests of the gdb_mpq::read_fixed_point method. */
411 gdb_mpq expected, actual;
415 gdb_mpq scaling_factor (3, 5);
445 /* A helper function which builds a gdb_mpq object from the given
446 NUMERATOR and DENOMINATOR, and then calls gdb_mpq's write_fixed_poin
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 15249 type->fixed_point_info ().scaling_factor = gdb_mpq (scale_num, scale_denom);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 14993 type->fixed_point_info ().scaling_factor = gdb_mpq (scale_num, scale_denom);

Completed in 87 milliseconds