Home
last modified time | relevance | path

Searched refs:RIGHT12 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.h70 static constexpr int RIGHT12 = 12; variable
Dnumber_helper.cpp834 x ^= x >> RIGHT12; in XorShift64()
860 uint64_t random = (state >> base::RIGHT12) | EXPONENTBITS_RANGE_IN_ONE_AND_TWO; in ToDouble()