Lines Matching defs:max
54 static Float16 max() { return Float16(0x7bff); }
78 static float max() { return std::numeric_limits<float>::max(); }
98 static double max() { return std::numeric_limits<double>::max(); }
120 static Float16 max() { return Float16::max(); }
182 static FloatProxy<T> max() {
183 return FloatProxy<T>(FloatProxyTraits<T>::max());
281 max = kToNegativeInfinity
859 : T::max());
893 value.set_value(value.isNegative() ? Float16::lowest() : Float16::max());
920 if (value == std::numeric_limits<INT_TYPE>::max()) {
1118 std::numeric_limits<int_type>::max() - 1;