proxygen
|
#include <folly/experimental/Select64.h>
#include <cstddef>
#include <cstdint>
#include <folly/experimental/Instructions.h>
#include <folly/portability/GTest.h>
Go to the source code of this file.
Classes | |
class | Select64Test |
Typedefs | |
using | TestArch = folly::compression::instructions::Default |
Functions | |
uint64_t | check_select64_default (uint64_t x, uint64_t k) |
uint64_t | check_select64_haswell (uint64_t x, uint64_t k) |
TEST_F (Select64Test, SelectInByteTable) | |
TEST_F (Select64Test, Select64) | |
Definition at line 35 of file Select64Test.cpp.
Definition at line 26 of file Select64Test.cpp.
Definition at line 29 of file Select64Test.cpp.
TEST_F | ( | Select64Test | , |
SelectInByteTable | |||
) |
Definition at line 37 of file Select64Test.cpp.
References EXPECT_EQ, i, folly::detail::kSelectInByte, and uint8_t.
TEST_F | ( | Select64Test | , |
Select64 | |||
) |
Definition at line 48 of file Select64Test.cpp.
References i, k, folly::popcount(), uint64_t, and x.