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

Function mll

gecode/int/arithmetic/mult.hpp:47–50  ·  view source on GitHub ↗

* Arithmetic help functions * */ Multiply \a x and \y

Source from the content-addressed store, hash-verified

45 */
46 /// Multiply \a x and \y
47 forceinline long long int
48 mll(long long int x, long long int y) {
49 return x*y;
50 }
51 /// Cast \a x into a long long int
52 forceinline long long int
53 ll(int x) {

Callers 6

propagateMethod · 0.85
postMethod · 0.85
postMethod · 0.85
ExecStatus prop_mult_domFunction · 0.85
propagateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected