Home
last modified time | relevance | path

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

/dports/math/piranha/piranha-0.11/src/
H A Dsmall_vector.hpp1070 using d_size_type = typename d_storage::size_type; in push_back_impl() typedef
1081 … tmp_d.reserve(static_cast<d_size_type>(static_cast<d_size_type>(m_union.g_st().max_size) + 1u)); in push_back_impl()
H A Dpolynomial.hpp2818 using d_size_type = typename std::vector<degree_type>::size_type; in _truncated_multiplication() typedef
2819 std::vector<degree_type> v_d1(safe_cast<d_size_type>(this->m_v1.size())), in _truncated_multiplication()
2820 v_d2(safe_cast<d_size_type>(this->m_v2.size())); in _truncated_multiplication()
2833 return v_d2[static_cast<d_size_type>(i1)] < v_d2[static_cast<d_size_type>(i2)]; in _truncated_multiplication()
2841 [&v_d2](const size_type &i) { return v_d2[static_cast<d_size_type>(i)]; }); in _truncated_multiplication()
2888 using d_size_type = typename std::vector<T>::size_type; in _get_skip_limits() typedef
2907 … [&v_d2](const T &c, const size_type &idx) { return c < v_d2[static_cast<d_size_type>(idx)]; }); in _get_skip_limits()
2920 if (!(v_d2[static_cast<d_size_type>(retval[i])] in _get_skip_limits()
2921 > this->degree_sub(max_degree, v_d1[static_cast<d_size_type>(i)]))) { in _get_skip_limits()
/dports/math/py-piranha/piranha-0.11/src/
H A Dsmall_vector.hpp1070 using d_size_type = typename d_storage::size_type; in push_back_impl() typedef
1081 … tmp_d.reserve(static_cast<d_size_type>(static_cast<d_size_type>(m_union.g_st().max_size) + 1u)); in push_back_impl()
H A Dpolynomial.hpp2818 using d_size_type = typename std::vector<degree_type>::size_type; in _truncated_multiplication() typedef
2819 std::vector<degree_type> v_d1(safe_cast<d_size_type>(this->m_v1.size())), in _truncated_multiplication()
2820 v_d2(safe_cast<d_size_type>(this->m_v2.size())); in _truncated_multiplication()
2833 return v_d2[static_cast<d_size_type>(i1)] < v_d2[static_cast<d_size_type>(i2)]; in _truncated_multiplication()
2841 [&v_d2](const size_type &i) { return v_d2[static_cast<d_size_type>(i)]; }); in _truncated_multiplication()
2888 using d_size_type = typename std::vector<T>::size_type; in _get_skip_limits() typedef
2907 … [&v_d2](const T &c, const size_type &idx) { return c < v_d2[static_cast<d_size_type>(idx)]; }); in _get_skip_limits()
2920 if (!(v_d2[static_cast<d_size_type>(retval[i])] in _get_skip_limits()
2921 > this->degree_sub(max_degree, v_d1[static_cast<d_size_type>(i)]))) { in _get_skip_limits()