Searched refs:out_min (Results 1 – 1 of 1) sorted by relevance
19 #define __Map(x, in_min, in_max, out_min, out_max) \ argument20 (((x) - (in_min)) * ((out_max) - (out_min)) / ((in_max) - (in_min)) + (out_min))
Completed in 4 milliseconds