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

Method add

Source/external/fast_float.h:2385–2387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2383 }
2384
2385 FASTFLOAT_CONSTEXPR20 bool add(limb y) noexcept {
2386 return small_add(vec, y);
2387 }
2388
2389 // multiply as if by 2 raised to a power.
2390 FASTFLOAT_CONSTEXPR20 bool pow2(uint32_t exp) noexcept {

Callers 1

add_nativeFunction · 0.80

Calls 1

small_addFunction · 0.85

Tested by

no test coverage detected