Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.h116 static char Carry(char current, int radix);
Dnumber_helper.cpp255 char NumberHelper::Carry(char current, int radix) in Carry() function in panda::ecmascript::base::NumberHelper
289 result[fractionEnd] = Carry(*result.rbegin(), radix); in DecimalsToString()
292 result[fractionEnd - 1] = Carry(result[fractionEnd - 1], radix); in DecimalsToString()