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

  /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);
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
BaseMetric.h 145 long long get_precision () { return precision; } function in class:BaseMetric
  /src/external/gpl3/binutils.old/dist/gprofng/src/
BaseMetric.h 145 long long get_precision () { return precision; } function in class:BaseMetric
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);
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.old/dist/gcc/
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...]
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...]
rtl.h 2267 static unsigned int get_precision (const rtx_mode_t &);
2274 wi::int_traits <rtx_mode_t>::get_precision (const rtx_mode_t &x)
2284 gcc_checking_assert (precision == get_precision (x));
2271 wi::int_traits <rtx_mode_t>::get_precision (const rtx_mode_t &x) function in class:wi::int_traits
rtl.h 2267 static unsigned int get_precision (const rtx_mode_t &);
2274 wi::int_traits <rtx_mode_t>::get_precision (const rtx_mode_t &x)
2284 gcc_checking_assert (precision == get_precision (x));
2271 wi::int_traits <rtx_mode_t>::get_precision (const rtx_mode_t &x) function in class:wi::int_traits
tree.h 5961 unsigned int get_precision () const;
5985 unsigned int get_precision () const;
6162 wi::extended_tree <N>::get_precision () const function in class:wi::extended_tree
6190 wi::unextended_tree::get_precision () const function in class:wi::unextended_tree
tree.h 5961 unsigned int get_precision () const;
5985 unsigned int get_precision () const;
6162 wi::extended_tree <N>::get_precision () const function in class:wi::extended_tree
6190 wi::unextended_tree::get_precision () const function in class:wi::unextended_tree

Completed in 77 milliseconds