Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.h101 …andle<BigInt> BigintAdd(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y, bool resultSign);
102 …andle<BigInt> BigintSub(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y, bool resultSign);
Djs_bigint.cpp706 …igInt> BigInt::BigintAdd(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y, bool resultSign) in BigintAdd() argument
709 return BigintAdd(thread, y, x, resultSign); in BigintAdd()
731 bigint->SetSign(resultSign); in BigintAdd()
744 …igInt> BigInt::BigintSub(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y, bool resultSign) in BigintSub() argument
765 bigint->SetSign(resultSign); in BigintSub()