Lines Matching refs:cast
273 auto cast = static_cast<T>(above);274 return value < above ? cast : (is_eq ? cast : cast + 1);304 auto cast = static_cast<T>(below);305 return value > below ? cast : (is_eq ? cast : cast - 1);328 auto cast = static_cast<T>(below);329 return value > below ? std::numeric_limits<T>::max() : cast;