zom_t Struct Reference
[Bit counting]


Detailed Description

Bit-parallel arithmetic on numbers 0, 1, more.

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.


Field Documentation

word_t zom_t::at_least_1

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().

word_t zom_t::at_least_2

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().


The documentation for this struct was generated from the following file: