Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_px
Function · 0.85
floor_div_px
Function · 0.85
ceil_div_xp
Function · 0.85
floor_div_xp
Function · 0.85
ExecStatus prop_mult_plus_bnd
Function · 0.85
propagate
Method · 0.85
post
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected