HomeSort by: relevance | last modified time | path
    Searched refs:get_precision (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc.old/dist/gcc/
wide-int-print.cc 57 if ((wi.get_precision () <= HOST_BITS_PER_WIDE_INT)
87 if ((wi.get_precision () <= HOST_BITS_PER_WIDE_INT)
113 int start = ROUND_DOWN (val.get_precision (), HOST_BITS_PER_WIDE_INT);
114 int width = val.get_precision () - start;
wide-int.h 395 static unsigned int get_precision (const T &x)
493 unsigned int get_precision (const T &);
658 unsigned int get_precision () const;
677 wi::storage_ref::get_precision () const function in class:wi::storage_ref
692 unsigned int get_precision () const
700 than the number of blocks implied by get_precision (), the
814 return to_shwi (this->get_precision ());
835 return to_uhwi (this->get_precision ());
860 unsigned int precision = this->get_precision ();
924 unsigned int precision = this->get_precision ();
973 get_precision (const generic_wide_int <storage> &x) function in class:wi::int_traits
1133 wide_int_storage::get_precision () const function in class:wide_int_storage
1267 fixed_wide_int_storage <N>::get_precision () const function in class:fixed_wide_int_storage
1403 unsigned int get_precision () const { return m_precision; } function
1424 trailing_wide_int_storage::get_precision () const function in class:trailing_wide_int_storage
1521 wi::primitive_int_traits <T, signed_p>::get_precision (T) function in class:wi::primitive_int_traits
1692 wi::int_traits <wi::hwi_with_prec>::get_precision (const wi::hwi_with_prec &x) function in class:wi::int_traits
1776 wi::get_precision (const T &x) function in class:wi
    [all...]
data-streamer-out.cc 402 streamer_write_uhwi (ob, val.get_precision ());
416 streamer_write_uhwi (ob, w.get_precision ());
double-int.h 446 static unsigned int get_precision (const double_int &);
453 wi::int_traits <double_int>::get_precision (const double_int &)
range-op.cc 1669 res = wi::max_value (w0.get_precision (), sign);
1671 res = wi::min_value (w0.get_precision (), sign);
1808 res = wi::max_value (w0.get_precision (), sign);
2708 n = w.get_precision ();
2712 w = ~(w | wi::mask (n, false, w.get_precision ()));
2714 m = w.get_precision () - n;
2718 wide_int new_mask = wi::mask (m + n, true, w.get_precision ());
2775 maybe_nonzero.get_precision ());
2782 maybe_nonzero = wi::minus_one (lb.get_precision ());
2783 mustbe_nonzero = wi::zero (lb.get_precision ());
    [all...]
wide-int.cc 211 int excess = len * HOST_BITS_PER_WIDE_INT - x.get_precision ();
678 unsigned int precision = x.get_precision ();
2205 unsigned int precision = val.get_precision ();
2230 unsigned int precision = val.get_precision ();
2260 unsigned int p = a.get_precision () + 1;
2261 gcc_checking_assert (b.get_precision () + 1 == p);
pointer-query.cc 100 && wr[0].get_precision () < TYPE_PRECISION (sizetype))
383 min = wide_int::from (min, maxsize.get_precision (), UNSIGNED);
384 max = wide_int::from (max, maxsize.get_precision (), UNSIGNED);
  /src/external/gpl3/gcc/dist/gcc/
wide-int-print.h 44 l = WIDE_INT_MAX_HWIS (wi.get_precision ());
67 l = WIDE_INT_MAX_HWIS (wi.get_precision ());
wide-int-print.cc 57 if (wi.get_precision () <= HOST_BITS_PER_WIDE_INT || wi.get_len () == 1)
93 if ((wi.get_precision () <= HOST_BITS_PER_WIDE_INT)
148 int start = ROUND_DOWN (val.get_precision (), HOST_BITS_PER_WIDE_INT);
149 int width = val.get_precision () - start;
wide-int.h 419 static unsigned int get_precision (const T &x)
552 unsigned int get_precision (const T &);
719 unsigned int get_precision () const;
738 wi::storage_ref::get_precision () const
753 unsigned int get_precision () const
761 than the number of blocks implied by get_precision (), the
879 return to_shwi (this->get_precision ());
900 return to_uhwi (this->get_precision ());
925 unsigned int precision = this->get_precision ();
989 unsigned int precision = this->get_precision ();
    [all...]
data-streamer-out.cc 463 streamer_write_uhwi (ob, val.get_precision ());
477 streamer_write_uhwi (ob, w.get_precision ());
double-int.h 447 static unsigned int get_precision (const double_int &);
454 wi::int_traits <double_int>::get_precision (const double_int &)
range-op.cc 1831 = wide_int::from (lh_lb, wi::get_precision (lh_lb) * 2, SIGNED);
1833 = wide_int::from (lh_ub, wi::get_precision (lh_ub) * 2, SIGNED);
1834 wide_int rh_wlb = wide_int::from (rh_lb, wi::get_precision (rh_lb) * 2, s);
1835 wide_int rh_wub = wide_int::from (rh_ub, wi::get_precision (rh_ub) * 2, s);
1864 = wide_int::from (lh_lb, wi::get_precision (lh_lb) * 2, UNSIGNED);
1866 = wide_int::from (lh_ub, wi::get_precision (lh_ub) * 2, UNSIGNED);
1867 wide_int rh_wlb = wide_int::from (rh_lb, wi::get_precision (rh_lb) * 2, s);
1868 wide_int rh_wub = wide_int::from (rh_ub, wi::get_precision (rh_ub) * 2, s);
2166 res = wi::max_value (w0.get_precision (), sign);
2168 res = wi::min_value (w0.get_precision (), sign)
    [all...]
value-range.h 134 unsigned get_precision () const;
180 irange_bitmask::get_precision () const function in class:irange_bitmask
182 return m_mask.get_precision ();
200 m_value = wi::zero (bits.get_precision ());
259 unsigned prec = m_mask.get_precision ();
value-range.cc 1119 gcc_checking_assert (lower_bound ().get_precision () == prec);
1120 gcc_checking_assert (upper_bound ().get_precision () == prec);
1129 gcc_checking_assert (lb.get_precision () == prec);
1130 gcc_checking_assert (ub.get_precision () == prec);
1662 gcc_checking_assert (TYPE_PRECISION (range_type) == wi::get_precision (lb));
1663 gcc_checking_assert (TYPE_PRECISION (range_type) == wi::get_precision (ub));
2074 gcc_assert (m_value.get_precision () == m_mask.get_precision ());
dwarf2out.h 321 unsigned int get_precision () const { return precision; } function
wide-int.cc 210 int excess = len * HOST_BITS_PER_WIDE_INT - x.get_precision ();
676 unsigned int precision = x.get_precision ();
2325 unsigned int precision = val.get_precision ();
2350 unsigned int precision = val.get_precision ();
2380 unsigned int p = a.get_precision () + 1;
2381 gcc_checking_assert (b.get_precision () + 1 == p);
pointer-query.cc 101 && wr[0].get_precision () < TYPE_PRECISION (sizetype))
385 min = wide_int::from (min, maxsize.get_precision (), UNSIGNED);
386 max = wide_int::from (max, maxsize.get_precision (), UNSIGNED);
1819 && wlb.get_precision () < TYPE_PRECISION (sizetype))
tree-dfa.cc 552 if (wi::get_precision (max) <= ADDR_MAX_BITSIZE
571 if (wi::get_precision (min) <= ADDR_MAX_BITSIZE
  /src/usr.bin/seq/
seq.c 70 unsigned get_precision(const char *, unsigned);
75 get_precision(const char *number, unsigned minprec) function
166 maxprec = prec = get_precision(argv[argc - 1], 0);
170 prec = get_precision(argv[0], prec);
177 prec = get_precision(argv[1], prec);
  /src/external/gpl3/binutils/dist/gprofng/src/
BaseMetric.h 145 long long get_precision () { return precision; } function in class:BaseMetric
DataSpace.cc 438 double prec = mtr->get_precision ();
  /src/external/gpl3/binutils.old/dist/gprofng/src/
BaseMetric.h 145 long long get_precision () { return precision; } function in class:BaseMetric
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
write.c 1523 get_precision (st_parameter_dt *dtp, const fnode *f, const char *source, int kind) function
1627 int precision = get_precision (dtp, f, source, kind);
1752 int precision = get_precision (dtp, &f, source, kind);
1808 int precision = get_precision (dtp, &ff, source, kind);
1856 int precision = get_precision (dtp, &f, source, kind);
  /src/external/gpl3/gcc/dist/libgfortran/io/
write.c 1530 get_precision (st_parameter_dt *dtp, const fnode *f, const char *source, int kind) function
1634 int precision = get_precision (dtp, f, source, kind);
1759 int precision = get_precision (dtp, &f, source, kind);
1819 int precision = get_precision (dtp, &ff, source, kind);
1867 int precision = get_precision (dtp, &f, source, kind);

Completed in 76 milliseconds

1 2 3