MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / add_native

Function add_native

source/extern/fast_float.h:3356–3360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3354}
3355
3356fastfloat_really_inline FASTFLOAT_CONSTEXPR20 void
3357add_native(bigint &big, limb power, limb value) noexcept {
3358 big.mul(power);
3359 big.add(value);
3360}
3361
3362fastfloat_really_inline FASTFLOAT_CONSTEXPR20 void
3363round_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