Searched refs:es_max (Results 1 – 2 of 2) sorted by relevance
908 double es_max, es_min; /* max/min envelope */ in chu_uart() local918 es_max = -1e6; in chu_uart()923 if (sp->shift[i] > es_max) in chu_uart()924 es_max = sp->shift[i]; in chu_uart()937 sp->span = es_max - es_min; in chu_uart()949 dist += es_max - dtemp; in chu_uart()954 dist += es_max - dtemp; in chu_uart()
2953 Rename min/max to es_min/es_max to avoid native SunOS compiler