Skip to content

More Two In Two Out Gates v1.0

Overview

These gates are all inGigavolt Multiplecategory, they have these common points:

  • The left and right port are input ports.
  • The top and back ports are the base output ports, and they output the same voltage.
  • The bottom port is overflow, borrowing, etc. output port.
  • They all only do positive integer calculation.

Details

Icon
Name
Left InputRight InputTop & Back OutputBottom Output
Adder Icon
Adder
Decimal:
Voltage:
Decimal:
Voltage:
Decimal:
Voltage:
Output the lowest 32 bits when overflow.
Decimal:
Voltage:
Output 1 when overflow.
Subtracter Icon
Subtracter
Decimal:
Voltage:
Decimal:
Voltage:
Decimal:
Voltage:
Add 0xFFFFFFFF when the result is less than 0.
Decimal:
Voltage:
Output 1 when borrow.
Multiplier Icon
Multiplier
Decimal:
Voltage:
Decimal:
Voltage:
Decimal:
Voltage:
Output the lowest 32 bits when overflow.
Decimal:
Voltage:
Output the 33rd to 64th bits of the result when overflow.
Divider Icon
Divider
Decimal:
Voltage:
Decimal:
Voltage:
Decimal:
Voltage:
Only the integer part of the result is retained during integer calculation.
Decimal:
Voltage:
Always 0.
Remainder Icon
Remainder
Decimal:
Voltage:
Decimal:
Voltage:
Decimal:
Voltage:
Only the integer part of the result is retained during integer calculation.
Decimal:
Voltage:
Always 0.
Equaler Icon
Equaler
Decimal:
Voltage:
Decimal:
Voltage:
Decimal:
Voltage:
Output 0xFFFFFFFF when two inputs are equal.
Decimal:
Voltage:
Always 0.
Greater Icon
Greater
Decimal:
Voltage:
Decimal:
Voltage:
Decimal:
Voltage:
Output 0xFFFFFFFF when the left input is greater than the right input.
Decimal:
Voltage:
Always 0.
No Lesser Icon
No Lesser
Decimal:
Voltage:
Decimal:
Voltage:
Decimal:
Voltage:
Output 0xFFFFFFFF when the left input is greater than or equal to the right input.
Decimal:
Voltage:
Always 0.
Lesser Icon
Lesser
Decimal:
Voltage:
Decimal:
Voltage:
Decimal:
Voltage:
Output 0xFFFFFFFF when the left input is less than the right input.
Decimal:
Voltage:
Always 0.
No Greater Icon
No Greater
Decimal:
Voltage:
Decimal:
Voltage:
Decimal:
Voltage:
Output 0xFFFFFFFF when the left input is less than or equal to the right input.
Decimal:
Voltage:
Always 0.
Maximumer Icon
Maximumer
Decimal:
Voltage:
Decimal:
Voltage:
Decimal:
Voltage:
Take the larger value of the two inputs as the output.
Decimal:
Voltage:
Always 0.
Minimumer Icon
Minimumer
Decimal:
Voltage:
Decimal:
Voltage:
Decimal:
Voltage:
Take the smaller value of the two inputs as the output.
Decimal:
Voltage:
Always 0.
Left Shifter Icon
Left Shifter
Decimal:
Voltage:
Decimal:
Voltage:
Decimal:
Voltage:
Output the lowest 32 bits when overflow.
Decimal:
Voltage:
Output the 33rd to 64th bits of the result when overflow.
Right Shifter Icon
Right Shifter
Decimal:
Voltage:
Decimal:
Voltage:
Decimal:
Voltage:
Decimal:
Voltage:
The lowest 32 bits of the result of (((Left Input) << 32) >> (Right Input)).
Power Icon
Power
Decimal:
Voltage:
Decimal:
Voltage:
Decimal:
Voltage:
Output the lowest 32 bits when overflow.
Decimal:
Voltage:
Output the 33rd to 64th bits of the result when overflow.
Logarithmer Icon
Logarithmer
Decimal:
Voltage:
Decimal:
Voltage:
Decimal:
Voltage:
Only the integer part of the result is retained during integer calculation.
Decimal:
Voltage:
Always 0.