Home
last modified time | relevance | path

Searched refs:CalIntValueFromFloatValue (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
H A Dconstantfold.h46 T CalIntValueFromFloatValue(T value, const MIRType &resultType) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp958 T ConstantFold::CalIntValueFromFloatValue(T value, const MIRType &resultType) const in CalIntValueFromFloatValue() function in maple::__anon90::ConstantFold
991 floatValue = CalIntValueFromFloatValue(floatValue, resultType); in FoldFloorMIRConst()
1005 doubleValue = CalIntValueFromFloatValue(doubleValue, resultType); in FoldFloorMIRConst()

Completed in 4 milliseconds