Searched defs:NormDivisor (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Duint128.h1334 RTUINT128U NormDivisor = *pValue2; local
1337 RTUInt128ShiftLeft(&NormDivisor, pValue2, iBitAdder);
1338 if (RTUInt128IsLarger(&NormDivisor, pValue1))
1340 RTUInt128AssignShiftRight(&NormDivisor, 1);
1345 NormDivisor = *pValue2;
1357 if (RTUInt128IsLargerOrEqual(pRemainder, &NormDivisor))
1359 RTUInt128AssignSub(pRemainder, &NormDivisor);
1364 RTUInt128AssignShiftRight(&NormDivisor, 1);

Completed in 77 milliseconds