Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dmpl_int_val.cpp29 uint64 dividendVal = isNeg ? (-*this).value : value; in operator /() local
45 uint64 dividendVal = isNeg ? (-*this).value : value; in operator %() local