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

Function abs

src/backend/cpu/math.cpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace cpu {
15
16uint abs(uint val) { return val; }
17uchar abs(uchar val) { return val; }
18uintl abs(uintl val) { return val; }
19

Callers 15

JacobiSVDFunction · 0.70
diagCreateFunction · 0.70
diagExtractFunction · 0.70
evalMethod · 0.70
evalMethod · 0.70
evalMethod · 0.70
evalMethod · 0.70
trimIndexFunction · 0.70
minFunction · 0.70
maxFunction · 0.70
binary.hppFile · 0.70
operator()Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected