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

/vbox/src/VBox/Runtime/common/math/
H A Dbignum.cpp106 typedef RTUINT128U RTBIGNUMELEMENT2X; typedef
108 typedef RTUINT64U RTBIGNUMELEMENT2X; typedef
125 DECLASM(void) rtBigNumElement2xDiv2xBy1x(RTBIGNUMELEMENT2X *puQuotient, RTBIGNUMELEMENT *puRemainder,
208 static int rtBigNumElement2xCopyToMagnitude(RTBIGNUMELEMENT2X const *pValue2x, PRTBIGNUM pDst)
231 static void rtBigNumElement2xDiv(RTBIGNUMELEMENT2X *puQuotient, RTBIGNUMELEMENT2X *puRemainder,
235 RTBIGNUMELEMENT2X uDividend;
239 RTBIGNUMELEMENT2X uDivisor;
252 static void rtBigNumElement2xDiv2xBy1x(RTBIGNUMELEMENT2X *puQuotient, RTBIGNUMELEMENT *puRemainder,
255 RTBIGNUMELEMENT2X uDividen
[all...]

Completed in 42 milliseconds