Searched refs:MINSHORT (Results 1 – 3 of 3) sorted by relevance
80 #ifndef MINSHORT81 #define MINSHORT -32768 macro143 inverse[i] = MINSHORT; in inverttable()150 if (inversevalue <= MINSHORT) inversevalue = MINSHORT+1; in inverttable()164 last = MINSHORT; in interpolatetable()166 if (table[i] == MINSHORT) { in interpolatetable()168 if (table[j] != MINSHORT) in interpolatetable()
884 * src/machine.h: Define MAXSHORT and MINSHORT for the eta-10.
18184 * src/system.h (MINSHORT, MAXSHORT): Remove.