Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ ll
Function
ll
gecode/int/arithmetic/mult.hpp:52–55 ·
view source on GitHub ↗
Cast \a x into a long long int
Source
from the content-addressed store, hash-verified
50
}
51
/// Cast \a x into a long long int
52
forceinline long long int
53
ll(int x) {
54
return static_cast<long long int>(x);
55
}
56
/// Increment \a x by one
57
forceinline long long int
58
ill(int x) {
Callers
1
propagate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected