Searched refs:kMinRound (Results 1 – 1 of 1) sorted by relevance
45 static const float kMinRound = limits_int16::min() + 0.5f; in FloatS16ToS16() local49 return v <= kMinRound ? limits_int16::min() : static_cast<int16_t>(v - 0.5f); in FloatS16ToS16()