Searched refs:resultSign (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_bigint.h | 101 …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);
|
D | js_bigint.cpp | 706 …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()
|