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

Function libdivide_u64_gen

numpy/core/include/numpy/libdivide/libdivide.h:764–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762}
763
764struct libdivide_u64_t libdivide_u64_gen(uint64_t d) {
765 return libdivide_internal_u64_gen(d, 0);
766}
767
768struct libdivide_u64_branchfree_t libdivide_u64_branchfree_gen(uint64_t d) {
769 if (d == 1) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected