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

Function iround

renderers/agg/include/agg_basics.h:131–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129#pragma warning(push)
130#pragma warning(disable : 4035) //Disable warning "no return value"
131 AGG_INLINE int iround(double v) //-------iround
132 {
133 int t;
134 __asm fld qword ptr [v]
135 __asm fistp dword ptr [t]
136 __asm mov eax, dword ptr [t]
137 }
138 AGG_INLINE unsigned uround(double v) //-------uround
139 {
140 unsigned t;

Callers 15

normalizeMethod · 0.85
bisectrixFunction · 0.85
span_gradientMethod · 0.85
d1Method · 0.85
d2Method · 0.85
gradient_radial_focusMethod · 0.85
initMethod · 0.85
calculateMethod · 0.85
initMethod · 0.85
iroundMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected