MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / small_add

Function small_add

Source/external/fast_float.h:2092–2095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2090// add scalar value to bigint.
2091template <uint16_t size>
2092fastfloat_really_inline FASTFLOAT_CONSTEXPR20
2093bool small_add(stackvec<size>& vec, limb y) noexcept {
2094 return small_add_from(vec, y, 0);
2095}
2096
2097// multiply bigint by scalar value.
2098template <uint16_t size>

Callers 1

addMethod · 0.85

Calls 1

small_add_fromFunction · 0.85

Tested by

no test coverage detected