Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Support/
DKnownBits.h339 KnownBits reverseBits() { in reverseBits() function
/external/llvm/unittests/Support/
DMathExtrasTest.cpp138 TEST(MathExtras, reverseBits) { in TEST() argument
/external/llvm-project/llvm/unittests/Support/
DMathExtrasTest.cpp167 TEST(MathExtras, reverseBits) { in TEST() argument
/external/llvm/unittests/ADT/
DAPIntTest.cpp1072 TEST(APIntTest, reverseBits) { in TEST() argument
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp829 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-project/llvm/unittests/ADT/
DAPIntTest.cpp1840 TEST(APIntTest, reverseBits) { in TEST() argument
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp771 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/llvm-project/llvm/lib/Support/
DAPInt.cpp691 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