MCPcopy Create free account
hub / github.com/BinomialLLC/basis_universal / isBitSet

Method isBitSet

encoder/3rdparty/android_astc_decomp.cpp:499–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497 }
498
499 bool isBitSet (int ndx) const
500 {
501 DE_ASSERT(basisu_astc::inBounds(ndx, 0, 128));
502 return getBit(ndx) != 0;
503 }
504
505private:
506 Word m_words[NUM_WORDS];

Callers 3

decodeVoidExtentBlockFunction · 0.80
decodeColorEndpointModesFunction · 0.80
isHDRFunction · 0.80

Calls 2

inBoundsFunction · 0.85
getBitFunction · 0.85

Tested by

no test coverage detected