Searched refs:val_sign (Results 1 – 1 of 1) sorted by relevance
3728 int val_sign = (val > 0) ? 1 : -1; in ConvertDoubleToInt() local3730 result += val_sign; in ConvertDoubleToInt()3735 : base::AddWithWraparound(result, val_sign); in ConvertDoubleToInt()