MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / max

Function max

Source/astcenc_mathlib.h:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 */
219template<typename T>
220static inline T max(T p, T q)
221{
222 return p > q ? p : q;
223}
224
225/**
226 * @brief Return the maximum of three values.

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.40
mainFunction · 0.40