Searched refs:Floor (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_math.h | 52 V("floor", Floor, 1, MathFloor) /* Math.floor ( x ) */ \ 123 static JSTaggedValue Floor(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_math.cpp | 331 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 D | lcr_opcodes.h | 66 V(Floor, FLOOR, GateFlags::NO_WRITE, 0, 0, 1)
|
H A D | ir_builder.h | 113 V(Floor, (GateRef gate, GateRef e1)) \
|
H A D | circuit_builder.h | 151 V(DoubleFloor, Floor, MachineType::F64)
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
H A D | lmir_builder.h | 430 Expr Floor(Type *fromType, Type *toType, Expr opnd);
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
H A D | lmir_builder.cpp | 797 Expr LMIRBuilder::Floor(Type *fromType, Type *toType, Expr opnd) in Floor() function in maple::litecg::LMIRBuilder
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_math_test.cpp | 2236 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 D | runtime_call_id.h | 572 V(Math, Floor) \
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 552 reinterpret_cast<uintptr_t>(Math::Floor),
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
H A D | litecg_ir_builder.cpp | 2279 Expr result = lmirBuilder_->Floor(type, type, e1Value); in VisitFloor()
|
Completed in 24 milliseconds