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

Method size

gecode/float/val.hpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 return x.upper();
76 }
77 forceinline FloatNum
78 FloatVal::size(void) const {
79 return gecode_boost::numeric::width(x);
80 }
81 forceinline FloatNum
82 FloatVal::med(void) const {
83 return gecode_boost::numeric::median(x);

Callers 15

flatzinc.hhFile · 0.45
valuesFunction · 0.45
rootsFunction · 0.45
matrix.hppFile · 0.45
minFunction · 0.45
maxFunction · 0.45
constrainMethod · 0.45
LinIntExprMethod · 0.45
sumFunction · 0.45
REGMethod · 0.45
interFunction · 0.45
setunionFunction · 0.45

Calls 1

widthFunction · 0.85

Tested by

no test coverage detected