Maximum of half expressions. \param x first operand \param y second operand \return maximum of operands template typename result ::type fmax(T x, U y) { return binary_specialized ::fmax(x, y); }
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected