Searched refs:BigintSub (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_bigint.cpp | 704 return BigintSub(thread, x, y, xSignFlag); in Add() 710 return BigintSub(thread, x, y, xSignFlag); in Add() 712 return BigintSub(thread, y, x, ySignFlag); in Add() 715 return BigintSub(thread, y, x, ySignFlag); in Add() 735 return BigintSub(thread, x, y, xSignFlag); in Subtract() 741 return BigintSub(thread, x, y, xSignFlag); in Subtract() 743 return BigintSub(thread, y, x, !ySignFlag); in Subtract() 746 return BigintSub(thread, y, x, !ySignFlag); in Subtract() 788 JSHandle<BigInt> BigInt::BigintSub(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y, bool resultSign) in BigintSub() function in panda::ecmascript::BigInt
|
H A D | js_bigint.h | 102 static JSHandle<BigInt> BigintSub(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y, bool resultSign);
|
Completed in 5 milliseconds