|
@@ -29,7 +29,8 @@ uses
|
|
|
ClpFixedPointUtilities,
|
|
ClpFixedPointUtilities,
|
|
|
ClpIFixedPointPreCompInfo,
|
|
ClpIFixedPointPreCompInfo,
|
|
|
ClpAbstractECMultiplier,
|
|
ClpAbstractECMultiplier,
|
|
|
- ClpIFixedPointCombMultiplier;
|
|
|
|
|
|
|
+ ClpIFixedPointCombMultiplier,
|
|
|
|
|
+ SySUtils;
|
|
|
|
|
|
|
|
resourcestring
|
|
resourcestring
|
|
|
SInvalidComputation =
|
|
SInvalidComputation =
|
|
@@ -112,6 +113,10 @@ begin
|
|
|
|
|
|
|
|
top := fullComb - 1;
|
|
top := fullComb - 1;
|
|
|
|
|
|
|
|
|
|
+ raise Exception.Create(IntToStr(size) + ' DABA ' + IntToStr(width) + ' DABA '
|
|
|
|
|
+ + IntToStr(d) + ' DABA ' + R.ToString + ' DABA ' + IntToStr(fullComb) +
|
|
|
|
|
+ ' DABA ' + IntToStr(top));
|
|
|
|
|
+
|
|
|
for i := 0 to System.Pred(d) do
|
|
for i := 0 to System.Pred(d) do
|
|
|
begin
|
|
begin
|
|
|
|
|
|