Changeset 57944 in vbox for trunk/src/VBox/Runtime/common/math
- Timestamp:
- Sep 29, 2015 3:07:09 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102919
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/math/bignum.cpp
r57358 r57944 2076 2076 * @param pauDividendJ Pointer to the j-th (normalized) dividend element. 2077 2077 * Will access up to two elements prior to this. 2078 * @param uDivZThe last element in the (normalized) divisor.2079 * @param uDivYThe penultimate element in the (normalized) divisor.2078 * @param pauDivisor The last element in the (normalized) divisor. 2079 * @param cDivisor The penultimate element in the (normalized) divisor. 2080 2080 */ 2081 2081 DECLINLINE(void) rtBigNumKnuthD6_AddBack(PRTBIGNUMELEMENT pauDividendJ, PRTBIGNUMELEMENT pauDivisor, uint32_t cDivisor)
Note:
See TracChangeset
for help on using the changeset viewer.