Home | History | Annotate | Download | only in Support

Lines Matching full:infinity

145 #define	INFINITY	(DUPMAX + 1)
421 count2 = INFINITY;
592 count2 = INFINITY;
950 int to) /* to this number of times (maybe INFINITY) */
956 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N)