Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_const.cpp297 bool IsDivSafe(const MIRIntConst &dividend, const MIRIntConst &divisor, PrimType pType) in IsDivSafe()
/arkcompiler/ets_runtime/ecmascript/base/
Ddtoa_helper.cpp380 uint64_t dividend = significand; in FixedDtoa() local
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp1376 …le<BigInt> BigInt::DivideAndRemainderWithBigintDivisor(JSThread *thread, JSHandle<BigInt> dividend, in DivideAndRemainderWithBigintDivisor()
1433 …le<BigInt> BigInt::DivideAndRemainderWithUint32Divisor(JSThread *thread, JSHandle<BigInt> dividend, in DivideAndRemainderWithUint32Divisor()