Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp38 …ic void Division(CString &num, uint32_t conversionToRadix, uint32_t currentRadix, uint32_t &remain) in Division() argument
42 remain = 0; in Division()
44 temp = (currentRadix * remain + static_cast<uint32_t>(CharToInt(num[i]))); in Division()
46 remain = temp % conversionToRadix; in Division()
60 uint32_t remain = 0; in Conversion() local
62 Division(newNum, conversionToRadix, currentRadix, remain); in Conversion()
63 res = dp[remain] + res; in Conversion()
/arkcompiler/ets_runtime/
DLICENSE45 of this License, Derivative Works shall not include works that remain
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DLICENSE.txt25 … purposes of this License, Derivative Works shall not include works that remain separable from, or…
/arkcompiler/toolchain/
DLICENSE45 of this License, Derivative Works shall not include works that remain
/arkcompiler/runtime_core/
DLICENSE45 of this License, Derivative Works shall not include works that remain
/arkcompiler/ets_frontend/
DLICENSE45 of this License, Derivative Works shall not include works that remain
/arkcompiler/ets_frontend/arkguard/
DLICENSE45 of this License, Derivative Works shall not include works that remain
/arkcompiler/runtime_core/docs/
Ddoxygen.config970 # Fortran comments will always remain visible.