Home
last modified time | relevance | path

Searched refs:fval (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dosr.h37 extern "C" void SetOsrResult(Frame *frame, uint64_t uval, double fval);
H A Dosr.cpp191 extern "C" void SetOsrResult(Frame *frame, uint64_t uval, double fval) in SetOsrResult() argument
217 acc.SetValue(bit_cast<int64_t>(fval)); in SetOsrResult()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_intrinsics_helpers.h68 double fval; member
137 return u.fval; in PowHelper()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Djs_convert.h251 auto fval = static_cast<EtsFloat>(val); in JSCONVERT_UNWRAP() local
252 if (fval != val) { in JSCONVERT_UNWRAP()
256 return EtsBoxPrimitive<EtsFloat>::Create(EtsCoroutine::GetCurrent(), fval); in JSCONVERT_UNWRAP()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dglobal_tables.h479 MIRFloatConst *GetOrCreateFloatConst(float fval);
481 MIRDoubleConst *GetOrCreateDoubleConst(double fval);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp882 static bool FloatToIntOverflow(float fval, PrimType totype) in FloatToIntOverflow() argument
888 if (!std::isfinite(fval)) { in FloatToIntOverflow()
892 if (fval < safeFloatMinToInt64 || fval > safeFloatMaxToInt64) { in FloatToIntOverflow()
896 if (fval < safeFloatMinToInt32 || fval > safeFloatMaxToInt32) { in FloatToIntOverflow()

Completed in 7 milliseconds