Home
last modified time | relevance | path

Searched refs:Radix (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/
H A Dint.hpp30 template <typename T, unsigned Radix, unsigned MinDigits
43 template <typename T = int, unsigned Radix = 10, unsigned MinDigits = 1
46 : spirit::terminal<tag::int_parser<T, Radix, MinDigits, MaxDigits> >
136 template <typename T, unsigned Radix, unsigned MinDigits
139 , tag::int_parser<T, Radix, MinDigits, MaxDigits> >
143 template <typename T, unsigned Radix, unsigned MinDigits
146 , terminal_ex<tag::int_parser<T, Radix, MinDigits, MaxDigits>
151 template <typename T, unsigned Radix, unsigned MinDigits
154 , tag::int_parser<T, Radix, MinDigits, MaxDigits>, 1
184 , unsigned Radix = 10
[all …]
H A Duint.hpp31 template <typename T, unsigned Radix, unsigned MinDigits
44 template <typename T = int, unsigned Radix = 10, unsigned MinDigits = 1
47 : spirit::terminal<tag::uint_parser<T, Radix, MinDigits, MaxDigits> >
165 template <typename T, unsigned Radix, unsigned MinDigits
168 , tag::uint_parser<T, Radix, MinDigits, MaxDigits> >
172 template <typename T, unsigned Radix, unsigned MinDigits
175 , terminal_ex<tag::uint_parser<T, Radix, MinDigits, MaxDigits>
180 template <typename T, unsigned Radix, unsigned MinDigits
183 , tag::uint_parser<T, Radix, MinDigits, MaxDigits>, 1
218 template <typename T, unsigned Radix = 10, unsigned MinDigits = 1
[all …]
H A Dnumeric_utils.hpp46 template <typename T, unsigned Radix, unsigned MinDigits, int MaxDigits
52 Radix >= 2 && Radix <= 36,
63 , Radix in call()
66 , detail::positive_accumulator<Radix> in call()
98 template <typename T, unsigned Radix, unsigned MinDigits, int MaxDigits>
103 Radix == 2 || Radix == 8 || Radix == 10 || Radix == 16,
113 T, Radix, MinDigits, MaxDigits> in call()
117 T, Radix, MinDigits, MaxDigits, detail::negative_accumulator<Radix> > in call()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/detail/
H A Dnumeric_utils.hpp56 template <typename T, unsigned Radix>
69 #define BOOST_PP_LOCAL_MACRO(Radix) \ argument
70 template <typename T> struct digits_traits<T, Radix> \
75 BOOST_PP_SEQ_ELEM(Radix, BOOST_SPIRIT_LOG2))); \
98 template <unsigned Radix>
104 if (Radix <= 10) in is_valid()
105 return (ch >= '0' && ch <= static_cast<Char>('0' + Radix -1)); in is_valid()
107 || (ch >= 'a' && ch <= static_cast<Char>('a' + Radix -10 -1)) in is_valid()
108 || (ch >= 'A' && ch <= static_cast<Char>('A' + Radix -10 -1)); in is_valid()
114 if (Radix <= 10 || (ch >= '0' && ch <= '9')) in digit()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dgeneric_interconvert.hpp420 template <class To, class From, int Radix>
421 void generic_interconvert_float2rational(To& to, const From& from, const mpl::int_<Radix>& /*radix*… in generic_interconvert_float2rational() argument
439 num *= Radix; in generic_interconvert_float2rational()
444 denom = ui_type(Radix); in generic_interconvert_float2rational()
490 template <class To, class From, int Radix>
491 void generic_interconvert_float2int(To& to, const From& from, const mpl::int_<Radix>& /*radix*/) in generic_interconvert_float2int() argument
508 num *= Radix; in generic_interconvert_float2int()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/
H A DKconfig.cputype358 bool "Radix MMU Support"
365 Enable support for the Power ISA 3.0 Radix style MMU. Currently this
370 bool "Default to using the Radix MMU when possible"
374 When the hardware supports the Radix MMU, default to using it unless