Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/tests/
Dasm_caller.cpp33 static auto Abs(T param) in Abs() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/bind_ops/
Dmodule_bind_native_functions_test.cpp30 static ani_double Abs([[maybe_unused]] ani_env *env, ani_double a) in Abs() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_math.cpp24 JSTaggedValue BuiltinsMath::Abs(EcmaRuntimeCallInfo *argv) in Abs() function in panda::ecmascript::builtins::BuiltinsMath
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp604 Expr LMIRBuilder::Abs(Type *type, Expr src) in Abs() function in maple::litecg::LMIRBuilder
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp86 BoundsRange BoundsRange::Abs() const in Abs() function in ark::compiler::BoundsRange
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_math_test.cpp54 HWTEST_F_L0(BuiltinsMathTest, Abs) in HWTEST_F_L0() argument