Home
last modified time | relevance | path

Searched refs:get_precision (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dwide-int.h493 unsigned int get_precision (const T &);
658 unsigned int get_precision () const;
677 wi::storage_ref::get_precision () const
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 ();
948 unsigned int precision = this->get_precision ();
964 static unsigned int get_precision (const generic_wide_int <storage> &);
973 get_precision (const generic_wide_int <storage> &x)
[all …]
H A Ddouble-int.h446 static unsigned int get_precision (const double_int &);
453 wi::int_traits <double_int>::get_precision (const double_int &)
H A Drtl.h2256 static unsigned int get_precision (const rtx_mode_t &);
2263 wi::int_traits <rtx_mode_t>::get_precision (const rtx_mode_t &x)
2273 gcc_checking_assert (precision == get_precision (x));
H A Dtree.h5728 unsigned int get_precision () const;
5752 unsigned int get_precision () const;
5929 wi::extended_tree <N>::get_precision () const
5957 wi::unextended_tree::get_precision () const
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dwide-int.h493 unsigned int get_precision (const T &);
658 unsigned int get_precision () const;
677 wi::storage_ref::get_precision () const
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 ();
948 unsigned int precision = this->get_precision ();
964 static unsigned int get_precision (const generic_wide_int <storage> &);
973 get_precision (const generic_wide_int <storage> &x)
[all …]
H A Ddouble-int.h446 static unsigned int get_precision (const double_int &);
453 wi::int_traits <double_int>::get_precision (const double_int &)
H A Drtl.h2256 static unsigned int get_precision (const rtx_mode_t &);
2263 wi::int_traits <rtx_mode_t>::get_precision (const rtx_mode_t &x)
2273 gcc_checking_assert (precision == get_precision (x));
H A Dtree.h5728 unsigned int get_precision () const;
5752 unsigned int get_precision () const;
5929 wi::extended_tree <N>::get_precision () const
5957 wi::unextended_tree::get_precision () const
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dstat-display.c1050 static int get_precision(double num) in get_precision() function
1116 int precision = get_precision(sd) + 2; in print_footer()