Home
last modified time | relevance | path

Searched refs:MASKS_COUNT (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test.h30 static constexpr size_t MASKS_COUNT = 4U; in RandomMaskGen() local
31 static constexpr std::array<uint64_t, MASKS_COUNT> MASKS = {0x8888888888888888ULL, 0xCCCCCCCCCCCCCCCCULL, in RandomMaskGen()
33 auto mask = MASKS[g_randomGenerator() % MASKS_COUNT]; in RandomMaskGen()
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp119 static constexpr size_t MASKS_COUNT = 4; in random_mask_gen() local
120 static constexpr std::array<uint64_t, MASKS_COUNT> MASKS = {0x8888888888888888ULL, 0xCCCCCCCCCCCCCCCCULL, in random_mask_gen()
122 auto mask = MASKS[random_generator() % MASKS_COUNT]; in random_mask_gen()

Completed in 6 milliseconds