Searched refs:PICOKPDF_BIG_POW (Results 1 – 2 of 2) sorted by relevance
178 if (maxbigpow < PICOKPDF_BIG_POW) { in kpdfMULInitialize()179 …OR(("bigpow %i is larger than maxbigpow %i defined in pdf lingware", PICOKPDF_BIG_POW, maxbigpow)); in kpdfMULInitialize()182 pdfmul->bigpow = PICOKPDF_BIG_POW; /* what we have to use is the smaller number! */ in kpdfMULInitialize()
72 #define PICOKPDF_BIG_POW 12 macro