Definition at line 424 of file types.c.
Data Fields | |
word_t | at_least_1 |
A bit is set if the value is at least 1. | |
word_t | at_least_2 |
A bit is set if the value is at least 2. |
A bit is set if the value is at least 1.
Definition at line 426 of file types.c.
Referenced by calculate_bounds_hapax(), zom_add(), and zom_exactly_1().
A bit is set if the value is at least 2.
Definition at line 428 of file types.c.
Referenced by zom_add(), and zom_exactly_1().