Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h198 uint64 divisorVal = isDivisorNeg ? (-divisor).value : divisor.value; variable
214 uint64 divisorVal = isDivisorNeg ? (-divisor).value : divisor.value; variable