Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
H A Dfast_float.h1655 struct stackvec { struct
1660 stackvec() = default; argument
1661 stackvec(const stackvec &) = delete;
1662 stackvec &operator=(const stackvec &) = delete; argument
1663 stackvec(stackvec &&) = delete;
1664 stackvec &operator=(stackvec &&other) = delete; argument
1667 stackvec(limb_span s) { in stackvec() argument
1868 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 …]