Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ RoundUpToMultipleOf8
Function
RoundUpToMultipleOf8
cpp/src/arrow/util/bit_util.h:109–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
constexpr int64_t RoundUpToMultipleOf8(int64_t num) { return RoundUpToPowerOf2(num, 8); }
110
111
constexpr int64_t RoundUpToMultipleOf64(int64_t num) {
112
return RoundUpToPowerOf2(num, 64);
Callers
10
ARROW_ASSIGN_OR_RAISE
Function · 0.85
CheckSparseCOOTensorRoundTrip
Method · 0.85
CheckSparseCSXMatrixRoundTrip
Method · 0.85
CheckSparseCSFTensorRoundTrip
Method · 0.85
FuzzIpcFile
Function · 0.85
Assemble
Method · 0.85
Visit
Method · 0.85
WriteIpcPayload
Function · 0.85
Assemble
Method · 0.85
VisitBitsUnrolled
Function · 0.85
Calls
1
RoundUpToPowerOf2
Function · 0.85
Tested by
3
CheckSparseCOOTensorRoundTrip
Method · 0.68
CheckSparseCSXMatrixRoundTrip
Method · 0.68
CheckSparseCSFTensorRoundTrip
Method · 0.68