Home
last modified time | relevance | path

Searched defs:absValue (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_math.cpp657 double absValue = std::abs(value); in Round() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlowering.cpp412 int64_t absValue = helpers::math::AbsOrMin(sValue); in TryReplaceModPowerOfTwo() local
420 void Lowering::ReplaceSignedModPowerOfTwo([[maybe_unused]] GraphVisitor *v, Inst *inst, uint64_t absValue) in ReplaceSignedModPowerOfTwo() argument
470 void Lowering::ReplaceUnsignedModPowerOfTwo([[maybe_unused]] GraphVisitor *v, Inst *inst, uint64_t absValue) in ReplaceUnsignedModPowerOfTwo() argument

Completed in 4 milliseconds