Lines Matching refs:CastDoubleToInt64
6173 GateRef leftEncoding = CastDoubleToInt64(*doubleLeft);
6174 GateRef RightEncoding = CastDoubleToInt64(*doubleRight);
7273 GateRef intLeftTmp = CastDoubleToInt64(*doubleLeft);
7274 GateRef intRightTmp = CastDoubleToInt64(*doubleRight);
7276 GateRef tmpResult = Int64Xor(flagBit, CastDoubleToInt64(Double(base::POSITIVE_INFINITY)));
8311 GateRef xInt64 = CastDoubleToInt64(x);
9485 result = Int64ToTaggedPtr(CastDoubleToInt64(GetDoubleOfTInt(value)));
9490 result = Int64ToTaggedPtr(CastDoubleToInt64(GetDoubleOfTDouble(value)));
9583 result = CastDoubleToInt64(GetDoubleOfTInt(rawValue));
9588 result = CastDoubleToInt64(GetDoubleOfTDouble(rawValue));
9955 GateRef convertedDoubleFromTInt = CastDoubleToInt64(GetDoubleOfTInt(value));
9962 GateRef convertedDoubleFromTDouble = CastDoubleToInt64(GetDoubleOfTDouble(value));
10015 GateRef convertedValue = CastDoubleToInt64(ChangeInt32ToFloat64(intVal));