Home
last modified time | relevance | path

Searched refs:Round (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_math.h64 V("round", Round, 1, MathRound) /* Math.round ( x ) */ \
147 static JSTaggedValue Round(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_math.cpp645 JSTaggedValue BuiltinsMath::Round(EcmaRuntimeCallInfo *argv) in Round() function in panda::ecmascript::builtins::BuiltinsMath
648 BUILTINS_API_TRACE(argv->GetThread(), Math, Round); in Round()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_math_test.cpp2943 HWTEST_F_L0(BuiltinsMathTest, Round)
2951 JSTaggedValue result = BuiltinsMath::Round(ecmaRuntimeCallInfo);
2966 JSTaggedValue result = BuiltinsMath::Round(ecmaRuntimeCallInfo); in HWTEST_F_L0()
2981 JSTaggedValue result = BuiltinsMath::Round(ecmaRuntimeCallInfo); in HWTEST_F_L0()
2996 JSTaggedValue result = BuiltinsMath::Round(ecmaRuntimeCallInfo); in HWTEST_F_L0()
3011 JSTaggedValue result = BuiltinsMath::Round(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h584 V(Math, Round) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp564 reinterpret_cast<uintptr_t>(Math::Round),

Completed in 15 milliseconds