Home
last modified time | relevance | path

Searched refs:ConvertDoubleToInt (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/arm/
Dsimulator-arm.h318 int32_t ConvertDoubleToInt(double val, bool unsigned_integer,
Dsimulator-arm.cc3690 int32_t Simulator::ConvertDoubleToInt(double val, bool unsigned_integer, in ConvertDoubleToInt() function in v8::internal::Simulator
3770 int32_t temp = ConvertDoubleToInt(val, unsigned_integer, mode); in DecodeVCVTBetweenFloatingPointAndInteger()
4913 ConvertDoubleToInt(bit_cast<float>(q_data[i]), false, RZ)); in DecodeSpecialCondition()
4918 ConvertDoubleToInt(bit_cast<float>(q_data[i]), true, RZ)); in DecodeSpecialCondition()