Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp903 static bool DoubleToIntOverflow(double dval, PrimType totype) in DoubleToIntOverflow() function
947 } else if (DoubleToIntOverflow(doubleValue, toType)) { in FoldCeil()
1002 if (DoubleToIntOverflow(doubleValue, toType)) { in FoldFloorMIRConst()
1032 if (DoubleToIntOverflow(doubleValue, toType)) { in FoldRoundMIRConst()
1102 } else if (DoubleToIntOverflow(doubleValue, toType)) { in FoldTrunc()

Completed in 4 milliseconds