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

Function add_native

Source/external/fast_float.h:2905–2909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2903}
2904
2905fastfloat_really_inline FASTFLOAT_CONSTEXPR20
2906void add_native(bigint& big, limb power, limb value) noexcept {
2907 big.mul(power);
2908 big.add(value);
2909}
2910
2911fastfloat_really_inline FASTFLOAT_CONSTEXPR20
2912void round_up_bigint(bigint& big, size_t& count) noexcept {

Callers 2

round_up_bigintFunction · 0.85
parse_mantissaFunction · 0.85

Calls 2

addMethod · 0.80
mulMethod · 0.45

Tested by

no test coverage detected