MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / uceil

Function uceil

dep/agg/include/agg_basics.h:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 return int(ceil(v));
168 }
169 AGG_INLINE unsigned uceil(double v) //--------uceil
170 {
171 return unsigned(ceil(v));
172 }
173#elif defined(AGG_QIFIST)
174 AGG_INLINE int iround(double v)
175 {

Callers 2

realloc_lutMethod · 0.85
createMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected