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

Method mul

Source/external/fast_float.h:2381–2383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2379 }
2380
2381 FASTFLOAT_CONSTEXPR20 bool mul(limb y) noexcept {
2382 return small_mul(vec, y);
2383 }
2384
2385 FASTFLOAT_CONSTEXPR20 bool add(limb y) noexcept {
2386 return small_add(vec, y);

Callers 1

add_nativeFunction · 0.45

Calls 1

small_mulFunction · 0.85

Tested by

no test coverage detected