| 603 | } |
| 604 | |
| 605 | struct libdivide_u32_t libdivide_u32_gen(uint32_t d) { |
| 606 | return libdivide_internal_u32_gen(d, 0); |
| 607 | } |
| 608 | |
| 609 | struct libdivide_u32_branchfree_t libdivide_u32_branchfree_gen(uint32_t d) { |
| 610 | if (d == 1) { |
nothing calls this directly
no test coverage detected