Searched refs:si_type (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/multiprecision/detail/functions/ |
D | pow.hpp | 150 typedef typename boost::multiprecision::detail::canonical<int, T>::type si_type; in hyp1F0() typedef 160 eval_add(H1F0, si_type(1)); in hyp1F0() 166 si_type n; in hyp1F0() 169 const si_type series_limit = in hyp1F0() 203 typedef typename boost::multiprecision::detail::canonical<int, T>::type si_type; in eval_exp() typedef 237 if (xx.compare(si_type(1)) <= 0) in eval_exp() 252 result = si_type(1); in eval_exp() 319 const si_type p2 = static_cast<si_type>(si_type(1) << 11); in eval_exp() 471 typedef typename boost::multiprecision::detail::canonical<int, T>::type si_type; typedef 482 if ((a.compare(si_type(1)) == 0) || (x.compare(si_type(1)) == 0)) [all …]
|
D | trig.hpp | 23 typedef typename boost::multiprecision::detail::canonical<boost::int32_t, T>::type si_type; in hyp0F1() typedef 37 si_type n; in hyp0F1() 85 typedef typename boost::multiprecision::detail::canonical<boost::int32_t, T>::type si_type; in eval_sin() typedef 177 eval_divide(t, si_type(-4)); in eval_sin() 187 eval_divide(t, si_type(-4)); in eval_sin() 200 static const si_type n_scale = 9; in eval_sin() 201 static const si_type n_three_pow_scale = static_cast<si_type>(19683L); in eval_sin() 207 eval_divide(t, si_type(-4)); in eval_sin() 242 typedef typename boost::multiprecision::detail::canonical<boost::int32_t, T>::type si_type; in eval_cos() typedef 331 result = si_type(1); in eval_cos() [all …]
|
D | constants.hpp | 13 typedef typename mpl::front<typename T::signed_types>::type si_type; in calc_log2() typedef 54 si_type sign = -1; in calc_log2()
|
/third_party/boost/boost/multiprecision/ |
D | cpp_bin_float.hpp | 1564 typedef typename make_signed<I>::type si_type; in eval_ldexp() typedef 1565 if (e > static_cast<I>((std::numeric_limits<si_type>::max)())) in eval_ldexp() 1568 eval_ldexp(res, arg, static_cast<si_type>(e)); in eval_ldexp()
|
/third_party/boost/boost/multiprecision/detail/ |
D | default_ops.hpp | 1394 typedef typename boost::multiprecision::detail::canonical<Arithmetic, T>::type si_type; in eval_gcd() typedef 1397 t = static_cast<si_type>(b); in eval_gcd() 1408 typedef typename boost::multiprecision::detail::canonical<Arithmetic, T>::type si_type; in eval_lcm() typedef 1411 t = static_cast<si_type>(b); in eval_lcm()
|