MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / add_native

Function add_native

app/src/ThirdParty/fast_float.h:4273–4277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4271}
4272
4273fastfloat_really_inline FASTFLOAT_CONSTEXPR20 void
4274add_native(bigint &big, limb power, limb value) noexcept {
4275 big.mul(power);
4276 big.add(value);
4277}
4278
4279fastfloat_really_inline FASTFLOAT_CONSTEXPR20 void
4280round_up_bigint(bigint &big, size_t &count) noexcept {

Callers 2

round_up_bigintFunction · 0.85
parse_mantissaFunction · 0.85

Calls 2

mulMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected