Home
last modified time | relevance | path

Searched refs:PICOKPDF_BIG_POW (Results 1 – 2 of 2) sorted by relevance

/external/svox/pico/lib/
Dpicokpdf.c178 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()
Dpicokpdf.h72 #define PICOKPDF_BIG_POW 12 macro