MCPcopy 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
55static __inline size_t
56roundDown(size_t a, size_t b)
57{
58 return (a / b * b);
59}
60
61static __inline size_t
62roundUp(size_t a, size_t b)

Callers 1

syrkCalcThreadsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected