Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_math.h53 V("fround", Fround, 1, MathFRound) /* Math.fround ( x ) */ \
125 static JSTaggedValue Fround(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_math.cpp358 JSTaggedValue BuiltinsMath::Fround(EcmaRuntimeCallInfo *argv) in Fround() function in panda::ecmascript::builtins::BuiltinsMath
361 BUILTINS_API_TRACE(argv->GetThread(), Math, Fround); in Fround()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_math_test.cpp3018 HWTEST_F_L0(BuiltinsMathTest, Fround) in HWTEST_F_L0()
3026 JSTaggedValue result = BuiltinsMath::Fround(ecmaRuntimeCallInfo); in HWTEST_F_L0()
3041 JSTaggedValue result = BuiltinsMath::Fround(ecmaRuntimeCallInfo); in HWTEST_F_L0()
3056 JSTaggedValue result = BuiltinsMath::Fround(ecmaRuntimeCallInfo); in HWTEST_F_L0()
3071 JSTaggedValue result = BuiltinsMath::Fround(ecmaRuntimeCallInfo); in HWTEST_F_L0()
3086 JSTaggedValue result = BuiltinsMath::Fround(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h573 V(Math, Fround) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp553 reinterpret_cast<uintptr_t>(Math::Fround),

Completed in 15 milliseconds