Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dmath_helpers.h69 auto absValue = bit_cast<UT>(AbsOrMin(value)); in IsPowerOfTwo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp428 int64_t absValue = helpers::math::AbsOrMin(sValue); in TryReplaceModPowerOfTwo() local
436 …wering::ReplaceSignedModPowerOfTwo([[maybe_unused]] GraphVisitor *v, Inst *inst, uint64_t absValue) in ReplaceSignedModPowerOfTwo()
489 …ring::ReplaceUnsignedModPowerOfTwo([[maybe_unused]] GraphVisitor *v, Inst *inst, uint64_t absValue) in ReplaceUnsignedModPowerOfTwo()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_math.cpp655 double absValue = std::abs(value); in Round() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp259 double absValue = valueNumber; in DoubleToFixedString() local