Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ roundDown
Function
roundDown
src/include/clblas_stddef.h:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
static __inline size_t
56
roundDown(size_t a, size_t b)
57
{
58
return (a / b * b);
59
}
60
61
static __inline size_t
62
roundUp(size_t a, size_t b)
Callers
1
syrkCalcThreads
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected