MCPcopy Create free account
hub / github.com/4ch12dy/il2cpp / Div96By64

Function Div96By64

unity_2018_x/libil2cpp/icalls/mscorlib/System/Decimal.cpp:2377–2433  ·  view source on GitHub ↗

* Div96By64: * * Entry: * rgulNum - Pointer to 96-bit dividend as array of uint32_ts, least-sig first * sdlDen - 64-bit divisor. * * Purpose: * Do partial divide, yielding 32-bit result and 64-bit remainder. * Divisor must be larger than upper 64 bits of dividend. * * Exit: * Remainder overwrites lower 64-bits of dividend. * Returns quotient. * * Exceptions: * None. * */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

FCallDivideMethod · 0.70

Calls 1

DivMod64by32Function · 0.70

Tested by

no test coverage detected