Configured catalog-codebook operations #
Named codebooks expose only the arithmetic justified by their complete denotation. The bipolar table has total negation and multiplication; the ternary table uses checked operations because one word is reserved.
Configured one-bit {-1, +1} lookup encoding.
Instances For
Construct the bipolar value negative one without exposing its stored bit.
Instances For
Construct the bipolar value positive one without exposing its stored bit.
Instances For
The named negative bipolar value has exact integer meaning -1.
The named positive bipolar value has exact integer meaning 1.
Exact additive inverse of a configured bipolar value.
Instances For
Exact multiplication of configured bipolar values.
Instances For
Planner estimate for exact one-bit bipolar multiplication.
Instances For
Certified bipolar multiplication candidate used by common ExecFloat dispatch.
Instances For
The proved bipolar multiplication kernel participates in common ExecFloat dispatch.
Configured two-bit {0, +1, -1, reserved} lookup encoding.
Instances For
Construct the ternary codebook's zero without exposing its stored word.
Instances For
Construct the ternary codebook's positive one without exposing its stored word.
Instances For
Construct the ternary codebook's negative one without exposing its stored word.
Instances For
Construct the ternary codebook's reserved exceptional value.
Instances For
The named ternary zero has exact integer meaning 0.
The named positive ternary value has exact integer meaning 1.
The named negative ternary value has exact integer meaning -1.
The named reserved ternary value denotes the catalog's exceptional observation.
Exact negation, returning none for the reserved word.
Instances For
Exact multiplication, returning none if either operand is the reserved word.