Home
last modified time | relevance | path

Searched refs:MASK_DENORMAL_FLOAT (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dencoder_test_common.h75 constexpr uint32_t MASK_DENORMAL_FLOAT = 0x807FFFFF; variable
99 return ark::bit_cast<float, uint32_t>(gen & MASK_DENORMAL_FLOAT); in RandomGen()
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp67 static const uint32_t MASK_DENORMAL_FLOAT = 0x807FFFFF; variable
94 return panda::bit_cast<float, uint32_t>(gen & MASK_DENORMAL_FLOAT); in random_gen()
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp68 static const uint32_t MASK_DENORMAL_FLOAT = 0x807FFFFF; variable
91 return panda::bit_cast<float, uint32_t>(gen & MASK_DENORMAL_FLOAT); in random_gen()
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp68 static const uint32_t MASK_DENORMAL_FLOAT = 0x807FFFFF; variable
91 return panda::bit_cast<float, uint32_t>(gen & MASK_DENORMAL_FLOAT); in random_gen()

Completed in 15 milliseconds