Bool-formats
Formats of _Bool objects.
We formalize the possible formats of _Bool objects,
along with some operations on them.
Subtopics
- Bool-format
- Fixtype of formats of _Bool objects.
- Bool-format-wfp
- Check if a _Bool format is well-formed.
- Bool-format-lsb
- The _Bool format defined by a single byte
with its least significant bit as the value bit,
and no trap representations.