Home
last modified time | relevance | path

Searched refs:number_type (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Drational_adaptor.hpp338 …ef boost::multiprecision::number<boost::multiprecision::rational_adaptor<IntBackend> > number_type; typedef in std::numeric_limits
342 BOOST_STATIC_CONSTEXPR number_type (min)() { return (base_type::min)(); } in number_type() function in std::numeric_limits
343 BOOST_STATIC_CONSTEXPR number_type (max)() { return (base_type::max)(); } in number_type() function in std::numeric_limits
344 BOOST_STATIC_CONSTEXPR number_type lowest() { return -(max)(); } in lowest()
345 BOOST_STATIC_CONSTEXPR number_type epsilon() { return base_type::epsilon(); } in epsilon()
346 BOOST_STATIC_CONSTEXPR number_type round_error() { return epsilon() / 2; } in round_error()
347 BOOST_STATIC_CONSTEXPR number_type infinity() { return base_type::infinity(); } in infinity()
348 BOOST_STATIC_CONSTEXPR number_type quiet_NaN() { return base_type::quiet_NaN(); } in quiet_NaN()
349 BOOST_STATIC_CONSTEXPR number_type signaling_NaN() { return base_type::signaling_NaN(); } in signaling_NaN()
350 BOOST_STATIC_CONSTEXPR number_type denorm_min() { return base_type::denorm_min(); } in denorm_min()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dlimits.hpp106 typedef boost::multiprecision::number<backend_type, ExpressionTemplates> number_type; typedef in std::numeric_limits
112 (std::numeric_limits<number_type>::max)(); in inititializer()
113 (std::numeric_limits<number_type>::min)(); in inititializer()
126 static number_type (min)() in number_type() function in std::numeric_limits
131 static number_type (max)() in number_type() function in std::numeric_limits
136 static number_type lowest() { return (min)(); } in lowest()
144 static number_type epsilon() { return 0; } in epsilon()
145 static number_type round_error() { return 0; } in round_error()
155 static number_type infinity() { return 0; } in infinity()
156 static number_type quiet_NaN() { return 0; } in quiet_NaN()
[all …]
H A Dliterals.hpp133 typedef number<backend_type, et_off> number_type; typedef
141 typedef number<backend_type, et_off> number_type; typedef
147 …als::detail::signed_cpp_int_literal_result_type<(sizeof...(STR)) - 2>::number_type operator "" _cp… in operator ""_cppi()
154 …s::detail::unsigned_cpp_int_literal_result_type<(sizeof...(STR)) - 2>::number_type operator "" _cp… in operator ""_cppui()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dinteger_ops.hpp191 … typedef typename multiprecision::detail::expression<tag, A1, A2, A3, A4>::result_type number_type; in lsb() typedef
192 number_type n(x); in lsb()
209 … typedef typename multiprecision::detail::expression<tag, A1, A2, A3, A4>::result_type number_type; in msb() typedef
210 number_type n(x); in msb()
227 … typedef typename multiprecision::detail::expression<tag, A1, A2, A3, A4>::result_type number_type; in bit_test() typedef
228 number_type n(x); in bit_test()
H A Ddefault_ops.hpp2074 typedef typename detail::expression<tag, A1, A2, A3, A4>::result_type number_type; in trunc() typedef
2075 return BOOST_MP_MOVE(trunc(number_type(v), pol)); in trunc()
2090 typedef typename detail::expression<tag, A1, A2, A3, A4>::result_type number_type; in itrunc() typedef
2091 number_type r = trunc(v, pol); in itrunc()
2093 …licies::raise_rounding_error("boost::multiprecision::itrunc<%1%>(%1%)", 0, number_type(v), 0, pol); in itrunc()
2117 typedef typename detail::expression<tag, A1, A2, A3, A4>::result_type number_type; in ltrunc() typedef
2118 number_type r = trunc(v, pol); in ltrunc()
2120 …icies::raise_rounding_error("boost::multiprecision::ltrunc<%1%>(%1%)", 0, number_type(v), 0L, pol); in ltrunc()
2145 typedef typename detail::expression<tag, A1, A2, A3, A4>::result_type number_type; in lltrunc() typedef
2146 number_type r = trunc(v, pol); in lltrunc()
[all …]