MCPcopy Create free account
hub / github.com/KhronosGroup/KTX-Software / round_down

Function round_down

external/astc-encoder/Source/UnitTest/test_simd.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66#endif
67
68static unsigned int round_down(unsigned int x)
69{
70 unsigned int remainder = x % ASTCENC_SIMD_WIDTH;
71 return x - remainder;
72}
73
74static unsigned int round_up(unsigned int x)
75{

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected