Searched refs:stackvec (Results 1 – 1 of 1) sorted by relevance
1655 struct stackvec { struct1660 stackvec() = default; argument1661 stackvec(const stackvec &) = delete;1662 stackvec &operator=(const stackvec &) = delete; argument1663 stackvec(stackvec &&) = delete;1664 stackvec &operator=(stackvec &&other) = delete; argument1667 stackvec(limb_span s) { in stackvec() argument1868 inline bool small_add_from(stackvec<size>& vec, limb y, size_t start) noexcept { in small_add_from()1885 fastfloat_really_inline bool small_add(stackvec<size>& vec, limb y) noexcept { in small_add()1891 inline bool small_mul(stackvec<size>& vec, limb y) noexcept { in small_mul()[all …]