bit.inc.inc1_with_carry0_jumpΒΆ

Unsafe for dst==carry (but there is no reason in calling it that way)
If carry was 0, jump to carry0_jump.
{carry:dst}++
carry,dst are bits.

SignatureΒΆ

def inc1_with_carry0_jump dst, carry, carry0_jump @ end { ... }

Defined in bit/math.fj β€” lines 21–27 (view on GitHub).

ComplexityΒΆ

  • Time: 2@+6

  • Space: 2@+6

See the complexity glossary for what @, w, dw, dbit, n mean.

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: bit.inc1 Next: bit.inc β†’