MCPcopy Create free account
hub / github.com/Gecode/gecode / floor_div_pp

Function floor_div_pp

gecode/int/div.hpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47 template<class IntType>
48 forceinline IntType
49 floor_div_pp(IntType x, IntType y) {
50 assert((x >= 0) && (y >= 0));
51 return x / y;
52 }
53
54 template<class IntType>
55 forceinline IntType

Callers 7

ceil_div_pxFunction · 0.85
floor_div_pxFunction · 0.85
ceil_div_xpFunction · 0.85
floor_div_xpFunction · 0.85
propagateMethod · 0.85
postMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected