Home
last modified time | relevance | path

Searched refs:FloatFloor (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h169 V(FloatFloor) \
H A Druntime_stubs.h124 static double FloatFloor(double x);
H A Druntime_stubs.cpp3245 double RuntimeStubs::FloatFloor(double x) in FloatFloor() function in panda::ecmascript::RuntimeStubs
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbuiltins_lowering.cpp134 int index = RTSTUB_ID(FloatFloor); in TypedFloor()
H A Dcall_signature.h534 V(FloatFloor) \
H A Dcall_signature.cpp2377 DEF_FLOAT_UNARY_CALL_SIGNATURE_BY_NAME(FloatFloor)
H A Dtyped_native_inline_lowering.cpp411 result = builder_.CallNGCRuntime(glue, RTSTUB_ID(FloatFloor), Gate::InvalidGateRef, {arg}, gate); in LowerMathCeilFloorWithRuntimeCall()

Completed in 21 milliseconds