Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/astc-encoder
/ round_down
Function
round_down
Source/UnitTest/test_simd.cpp:74–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
#endif
73
74
static unsigned int round_down(unsigned int x)
75
{
76
unsigned int remainder = x % ASTCENC_SIMD_WIDTH;
77
return x - remainder;
78
}
79
80
static unsigned int round_up(unsigned int x)
81
{
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected