Searched refs:STEPX2 (Results 1 – 2 of 2) sorted by relevance
151 else if (ratio > STEPX2) in AEC_dtd()154 stepsize = STEPY1 + (STEPY2 - STEPY1) * (ratio - STEPX1) / (STEPX2 - STEPX1); in AEC_dtd()
87 #define STEPX2 2.5 macro