Home
last modified time | relevance | path

Searched defs:reverseBits (Results 1 – 9 of 9) sorted by relevance

/external/llvm/unittests/Support/
DMathExtrasTest.cpp138 TEST(MathExtras, reverseBits) { in TEST() argument
/external/llvm/unittests/ADT/
DAPIntTest.cpp1072 TEST(APIntTest, reverseBits) { in TEST() argument
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp839 static inline deUint32 reverseBits (deUint32 v) in reverseBits() function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp201 static inline deUint32 reverseBits (deUint32 v) in reverseBits() function
/external/llvm/lib/Support/
DAPInt.cpp793 APInt APInt::reverseBits() const { in reverseBits() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp756 APInt APInt::reverseBits() const { in reverseBits() function in APInt
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp698 APInt APInt::reverseBits() const { in reverseBits() function in APInt
/external/deqp/framework/common/
DtcuAstcUtil.cpp72 inline deUint32 reverseBits (deUint32 src, int numBits) in reverseBits() function
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp607 static unsigned reverseBits(unsigned bits, unsigned num) { in reverseBits() function