Home
last modified time | relevance | path

Searched refs:stbiw__max (Results 1 - 2 of 2) sorted by relevance

/third_party/glfw/deps/
H A Dstb_image_write.h635 #define stbiw__max(a, b) ((a) > (b) ? (a) : (b)) macro
642 float maxcomp = stbiw__max(linear[0], stbiw__max(linear[1], linear[2]));
/third_party/astc-encoder/Source/
H A Dstb_image_write.h635 #define stbiw__max(a, b) ((a) > (b) ? (a) : (b)) macro
642 float maxcomp = stbiw__max(linear[0], stbiw__max(linear[1], linear[2]));

Completed in 6 milliseconds