Home
last modified time | relevance | path

Searched refs:exponent_type (Results 1 – 4 of 4) sorted by relevance

/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.hpp176 typename From::exponent_type e; in generic_interconvert()
196 typedef typename To::exponent_type to_exponent; in generic_interconvert()
399 typename From::exponent_type e; in generic_interconvert_float2rational()
429 typename From::exponent_type e; in generic_interconvert_float2rational()
471 typedef typename From::exponent_type exponent_type; in generic_interconvert_float2int() typedef
472 static const exponent_type shift = std::numeric_limits<boost::long_long_type>::digits; in generic_interconvert_float2int()
473 exponent_type e; in generic_interconvert_float2int()
498 typename From::exponent_type e; in generic_interconvert_float2int()
H A Ddefault_ops.hpp1474 inline typename B::exponent_type eval_ilogb(const B& val) in eval_ilogb()
1477 typename B::exponent_type e; in eval_ilogb()
1482 …N > 0 ? (std::numeric_limits<typename B::exponent_type>::max)() : (std::numeric_limits<typename B:… in eval_ilogb()
1484 return (std::numeric_limits<typename B::exponent_type>::max)(); in eval_ilogb()
1487 return (std::numeric_limits<typename B::exponent_type>::max)(); in eval_ilogb()
1489 return (std::numeric_limits<typename B::exponent_type>::min)(); in eval_ilogb()
1526 eval_ldexp(result, val, static_cast<typename B::exponent_type>(e)); in eval_scalbn()
3154 …ber_category<Backend>::value == number_kind_floating_point, typename Backend::exponent_type>::type in UNARY_OP_FUNCTOR()
3162 …precision::detail::expression<tag, A1, A2, A3, A4>::result_type::backend_type::exponent_type>::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dpow.hpp202 typedef typename T::exponent_type exp_type; in eval_exp()
347 typedef typename T::exponent_type exp_type; in eval_log()
745 typename boost::multiprecision::detail::canonical<typename T::exponent_type, T>::type i; in eval_exp2()
H A Dtrig.hpp549 if(current_precision <= (std::numeric_limits<typename T::exponent_type>::min)() + 1) in eval_asin()
701 if(current_precision <= (std::numeric_limits<typename T::exponent_type>::min)() + 1) in eval_atan()