MCPcopy Create free account
hub / github.com/MapServer/MapServer / uround

Function uround

renderers/agg/include/agg_basics.h:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 __asm mov eax, dword ptr [t]
137 }
138 AGG_INLINE unsigned uround(double v) //-------uround
139 {
140 unsigned t;
141 __asm fld qword ptr [v]
142 __asm fistp dword ptr [t]
143 __asm mov eax, dword ptr [t]
144 }
145#pragma warning(pop)
146 AGG_INLINE unsigned ufloor(double v) //-------ufloor
147 {

Callers 15

initMethod · 0.85
profileMethod · 0.85
calculateMethod · 0.85
calculateMethod · 0.85
gammaMethod · 0.85
line0Method · 0.85
line1Method · 0.85
line2Method · 0.85
line3Method · 0.85
to_pixMethod · 0.85
to_pixMethod · 0.85
to_pixMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected