Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.h124 uint32_t absValue = (~typeId); in EncodeParaType() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp277 auto absValue = std::abs(static_cast<int64_t>(value)); in TryReplaceModPowerOfTwo() local
290 …wering::ReplaceSignedModPowerOfTwo([[maybe_unused]] GraphVisitor *v, Inst *inst, uint64_t absValue) in ReplaceSignedModPowerOfTwo()
340 …ring::ReplaceUnsignedModPowerOfTwo([[maybe_unused]] GraphVisitor *v, Inst *inst, uint64_t absValue) in ReplaceUnsignedModPowerOfTwo()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_math.cpp654 double absValue = std::abs(value); in Round() local