Searched refs:maxd (Results 1 – 3 of 3) sorted by relevance
141 unsigned maxd) in distance() argument147 if ((n == instr) || (d >= maxd)) in distance()
380 mind, maxd = minmax(six.itervalues(dl))393 n = dl[d]; n = n = 1+float(n-mind)/(maxd-mind)
6685 Int maxd=set->emax-set->digits+1-dn->exponent; local6686 if (maxd<=0) return dn; /* nothing possible */6687 if (d>maxd) d=maxd;