|
@@ -101,8 +101,6 @@ begin
|
|
|
n := 1 shl minWidth;
|
|
n := 1 shl minWidth;
|
|
|
info := GetFixedPointPreCompInfo(c.GetPreCompInfo(p, PRECOMP_NAME));
|
|
info := GetFixedPointPreCompInfo(c.GetPreCompInfo(p, PRECOMP_NAME));
|
|
|
|
|
|
|
|
- raise Exception.Create(IntToStr(minWidth) + ' DABA ' + IntToStr(n));
|
|
|
|
|
-
|
|
|
|
|
lookupTable := info.PreComp;
|
|
lookupTable := info.PreComp;
|
|
|
|
|
|
|
|
if ((lookupTable = Nil) or (System.Length(lookupTable) < n)) then
|
|
if ((lookupTable = Nil) or (System.Length(lookupTable) < n)) then
|
|
@@ -110,6 +108,9 @@ begin
|
|
|
bits := GetCombSize(c);
|
|
bits := GetCombSize(c);
|
|
|
d := (bits + minWidth - 1) div minWidth;
|
|
d := (bits + minWidth - 1) div minWidth;
|
|
|
|
|
|
|
|
|
|
+ raise Exception.Create(IntToStr(c.order) + ' DABA ' + IntToStr(bits) +
|
|
|
|
|
+ ' DABA ' + IntToStr(d));
|
|
|
|
|
+
|
|
|
System.SetLength(pow2Table, minWidth + 1);
|
|
System.SetLength(pow2Table, minWidth + 1);
|
|
|
|
|
|
|
|
pow2Table[0] := p;
|
|
pow2Table[0] := p;
|