Searched refs:kMaxRound (Results 1 – 1 of 1) sorted by relevance
44 static const float kMaxRound = limits_int16::max() - 0.5f; in FloatS16ToS16() local47 return v >= kMaxRound ? limits_int16::max() in FloatS16ToS16()