Searched defs:MINUS_ZERO_BITS (Results 1 - 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ | ||
| H A D | number_helper.h | 63 static constexpr int64_t MINUS_ZERO_BITS = (static_cast<uint64_t>(MINUS_ZERO_HIBITS) << 32) | MINUS_ZERO_LOBITS; member |
Completed in 2 milliseconds