Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D7_expressions.rst3412 .. _Remainder: target
3414 Remainder section in Multiplicative Expressions
3539 .. _Additive Expressions:
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp1451 JSHandle<BigInt> BigInt::Remainder(JSThread *thread, JSHandle<BigInt> n, JSHandle<BigInt> d) in Remainder() function in panda::ecmascript::BigInt