Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/utils/
Dnumber-utils.h27 constexpr size_t BIN_BASE = 2; variable
110 return std::strtoull(p.data(), nullptr, BIN_BASE) * (minus_shift == 0 ? 1 : -1); in IntegerNumber()