Home
last modified time | relevance | path

Searched defs:bigintCarry (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp355 uint32_t bigintCarry = 0; in BitwiseSubOne() local
382 uint32_t bigintCarry = 0; in BitwiseAddOne() local
713 uint32_t bigintCarry = 0; in BigintAdd() local
735 inline uint32_t BigIntHelper::AddHelper(uint32_t x, uint32_t y, uint32_t &bigintCarry) in AddHelper()
748 uint32_t bigintCarry = 0; in BigintSub() local
781 inline uint32_t BigIntHelper::SubHelper(uint32_t x, uint32_t y, uint32_t &bigintCarry) in SubHelper()