Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ umin
Function
umin
src/include/clblas_stddef.h:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
static __inline unsigned int
34
umin(unsigned int a, unsigned int b)
35
{
36
return (a <= b ? a : b);
37
}
38
39
static __inline unsigned int
40
umax(unsigned int a, unsigned int b)
Callers
15
getDimension
Function · 0.85
commonTileSegmentLen
Function · 0.85
generator
Function · 0.85
getVecLen
Function · 0.85
updateOptimResultGen
Function · 0.85
persVarDepthK
Function · 0.85
sprintfTmpCoordBasedOffset
Function · 0.85
doGenFetch
Function · 0.85
initTile
Function · 0.85
tileLineSegmentLen
Function · 0.85
forEachTile
Function · 0.85
genTileCopy
Function · 0.85
Calls
no outgoing calls
Tested by
1
genFillTileWithNAN
Function · 0.68