Home
last modified time | relevance | path

Searched refs:Floor (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_math.h52 V("floor", Floor, 1, MathFloor) /* Math.floor ( x ) */ \
123 static JSTaggedValue Floor(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_math.cpp331 JSTaggedValue BuiltinsMath::Floor(EcmaRuntimeCallInfo *argv) in Floor() function in panda::ecmascript::builtins::BuiltinsMath
334 BUILTINS_API_TRACE(argv->GetThread(), Math, Floor); in Floor()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_opcodes.h66 V(Floor, FLOOR, GateFlags::NO_WRITE, 0, 0, 1)
H A Dir_builder.h113 V(Floor, (GateRef gate, GateRef e1)) \
H A Dcircuit_builder.h151 V(DoubleFloor, Floor, MachineType::F64)
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
H A Dlmir_builder.h430 Expr Floor(Type *fromType, Type *toType, Expr opnd);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp797 Expr LMIRBuilder::Floor(Type *fromType, Type *toType, Expr opnd) in Floor() function in maple::litecg::LMIRBuilder
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_math_test.cpp2236 HWTEST_F_L0(BuiltinsMathTest, Floor) in HWTEST_F_L0()
2244 JSTaggedValue result = BuiltinsMath::Floor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
2259 JSTaggedValue result = BuiltinsMath::Floor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
2274 JSTaggedValue result = BuiltinsMath::Floor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
2289 JSTaggedValue result = BuiltinsMath::Floor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
2305 JSTaggedValue result = BuiltinsMath::Floor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h572 V(Math, Floor) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp552 reinterpret_cast<uintptr_t>(Math::Floor),
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp2279 Expr result = lmirBuilder_->Floor(type, type, e1Value); in VisitFloor()

Completed in 24 milliseconds