Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
namespace cpu {
15
16
uint abs(uint val) { return val; }
17
uchar abs(uchar val) { return val; }
18
uintl abs(uintl val) { return val; }
19
Callers
15
JacobiSVD
Function · 0.70
diagCreate
Function · 0.70
diagExtract
Function · 0.70
eval
Method · 0.70
eval
Method · 0.70
eval
Method · 0.70
eval
Method · 0.70
trimIndex
Function · 0.70
min
Function · 0.70
max
Function · 0.70
binary.hpp
File · 0.70
operator()
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected