MCPcopy Create free account
hub / github.com/numpy/numpy / libdivide_u32_gen

Function libdivide_u32_gen

numpy/core/include/numpy/libdivide/libdivide.h:605–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603}
604
605struct libdivide_u32_t libdivide_u32_gen(uint32_t d) {
606 return libdivide_internal_u32_gen(d, 0);
607}
608
609struct libdivide_u32_branchfree_t libdivide_u32_branchfree_gen(uint32_t d) {
610 if (d == 1) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected