Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DKnownBits.h421 KnownBits reverseBits() const { in reverseBits() function
DMathExtras.h164 template <typename T> T reverseBits(T Val) { in reverseBits() function
/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.cpp842 static inline uint32_t reverseBits(uint32_t v) in reverseBits() function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp193 static inline uint32_t reverseBits(uint32_t v) in reverseBits() function
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp756 APInt APInt::reverseBits() const { in reverseBits() function in APInt
/external/llvm/lib/Support/
DAPInt.cpp793 APInt APInt::reverseBits() const { in reverseBits() function in APInt
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DAPInt.cpp729 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 uint32_t reverseBits(uint32_t src, int numBits) in reverseBits() function
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp607 static unsigned reverseBits(unsigned bits, unsigned num) { in reverseBits() function