Data Fields | |
| void * | table |
| Table, in unsigned integers of (width) bytes. | |
| uint32 | table_size |
| Number of elements in (table). | |
| uint8 | width |
| Width of elements of (table). | |
| int8 | shift |
| Right shift applied to elements in (table). | |
Definition at line 95 of file logmath.h.
Number of elements in (table).
This is never smaller than 256 (important!)
Definition at line 99 of file logmath.h.
Referenced by logmath_add(), logmath_get_table_shape(), and logmath_write().
1.4.7