Include dependency graph for common.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| float64 | finishFloat64 (int32_t cexp, uint64_t cfrac, char sign) |
| int | countZeroes64 (uint64_t i) |
| int | countZeroes32 (uint32_t i) |
| int | countZeroes8 (uint8_t i) |
| void | roundFloat32 (int32_t *exp, uint32_t *fraction) |
| void | roundFloat64 (int32_t *exp, uint64_t *fraction) |
Definition in file common.h.
1.4.6