Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/bigint/
Dbigint.h447 ALWAYS_INLINE CharIt ParsePowerTwo(CharIt start, CharIt end, digit_t radix);
498 CharIt FromStringAccumulator::ParsePowerTwo(CharIt current, CharIt end, in ParsePowerTwo() function
547 return ParsePowerTwo(start, end, radix); in Parse()