Searched refs:floatMaxInt (Results 1 – 2 of 2) sorted by relevance
88 const auto floatMaxInt = static_cast<From>(MAX_INT); in ConvertFloatToInt() local91 if (value < floatMaxInt) { in ConvertFloatToInt()
2481 auto floatMaxInt = static_cast<Src>(maxInt); in TestCast() local2484 dst = src < floatMaxInt ? static_cast<Dst>(src) : maxInt; in TestCast()