Searched refs:stbiw__max (Results 1 – 2 of 2) sorted by relevance
599 #define stbiw__max(a, b) ((a) > (b) ? (a) : (b)) macro604 float maxcomp = stbiw__max(linear[0], stbiw__max(linear[1], linear[2])); in stbiw__linear_to_rgbe()