MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / max

Function max

src/backend/oneapi/math.hpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43template<typename T>
44static inline T max(T lhs, T rhs) {
45 return std::max(lhs, rhs);
46}
47
48template<typename T>
49static inline T division(T lhs, double rhs) {

Callers 15

setIntersectFunction · 0.70
createSelectNodeFunction · 0.70
qrFunction · 0.70
maxvalFunction · 0.70
operator()Method · 0.50
bilateralFunction · 0.50
getFloat01Function · 0.50
getFloatNegative11Function · 0.50
getDouble01Function · 0.50
reduce_first_defaultFunction · 0.50
mean_firstFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected