MCPcopy 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
33static __inline unsigned int
34umin(unsigned int a, unsigned int b)
35{
36 return (a <= b ? a : b);
37}
38
39static __inline unsigned int
40umax(unsigned int a, unsigned int b)

Callers 15

getDimensionFunction · 0.85
commonTileSegmentLenFunction · 0.85
generatorFunction · 0.85
getVecLenFunction · 0.85
updateOptimResultGenFunction · 0.85
persVarDepthKFunction · 0.85
doGenFetchFunction · 0.85
initTileFunction · 0.85
tileLineSegmentLenFunction · 0.85
forEachTileFunction · 0.85
genTileCopyFunction · 0.85

Calls

no outgoing calls

Tested by 1

genFillTileWithNANFunction · 0.68