Searched refs:ConvertDoubleToInt (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm/ |
D | simulator-arm.h | 318 int32_t ConvertDoubleToInt(double val, bool unsigned_integer,
|
D | simulator-arm.cc | 3690 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()
|