Lines Matching defs:width

228         const int width;
234 p2(_p2), p3(_p3), coeff(_coeff), size(_size), width(_width),
282 /** Transfer function for 6-width tables */
284 /** Transfer function for 5-width tables */
485 GHIST(int p1, int p2, double coeff, int size, int width,
487 : HistorySpec(p1, p2, 0, coeff, size, width, mpp)
536 ACYCLIC(int p1, int p2, int p3, double coeff, int size, int width,
538 : HistorySpec(p1, p2, p3, coeff, size, width, mpp)
584 MODHIST(int p1, int p2, double coeff, int size, int width,
586 : HistorySpec(p1, p2, 0, coeff, size, width, mpp)
613 BIAS(double coeff, int size, int width,
615 : HistorySpec(0, 0, 0, coeff, size, width, mpp)
628 RECENCY(int p1, int p2, int p3, double coeff, int size, int width,
630 : HistorySpec(p1, p2, p3, coeff, size, width, mpp)
670 IMLI(int p1, double coeff, int size, int width,
672 : HistorySpec(p1, 0, 0, coeff, size, width, mpp)
691 PATH(int p1, int p2, int p3, double coeff, int size, int width,
693 : HistorySpec(p1, p2, p3, coeff, size, width, mpp)
737 LOCAL(int p1, double coeff, int size, int width,
739 : HistorySpec(p1, 0, 0, coeff, size, width, mpp)
759 MODPATH(int p1, int p2, int p3, double coeff, int size, int width,
761 : HistorySpec(p1, p2, p3, coeff, size, width, mpp)
786 GHISTPATH(int p1, int p2, int p3, double coeff, int size, int width,
788 : HistorySpec(p1, p2, p3, coeff, size, width, mpp)
858 GHISTMODPATH(int p1, int p2, int p3, double coeff, int size, int width,
860 : HistorySpec(p1, p2, p3, coeff, size, width, mpp)
890 BLURRYPATH(int p1, int p2, int p3, double coeff, int size, int width,
892 : HistorySpec(p1, p2, p3, coeff, size, width, mpp)
936 RECENCYPOS(int p1, double coeff, int size, int width,
938 : HistorySpec(p1, 0, 0, coeff, size, width, mpp)
977 SGHISTPATH(int p1, int p2, int p3, double coeff, int size, int width,
979 : HistorySpec(p1, p2, p3, coeff, size, width, mpp)