Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ floor_div_xx
Function
floor_div_xx
gecode/int/div.hpp:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
template<class IntType>
86
forceinline IntType
87
floor_div_xx(IntType x, IntType y) {
88
return (x >= 0) ? floor_div_px(x,y) : -ceil_div_px(-x,y);
89
}
90
91
}}
92
Callers
2
propagate
Method · 0.85
propagate
Method · 0.85
Calls
2
floor_div_px
Function · 0.85
ceil_div_px
Function · 0.85
Tested by
no test coverage detected