Lines Matching defs:max
45 static Float16 max() { return Float16(0x7bff); }
69 static float max() { return std::numeric_limits<float>::max(); }
81 static double max() { return std::numeric_limits<double>::max(); }
93 static Float16 max() { return Float16::max(); }
136 static FloatProxy<T> max() {
137 return FloatProxy<T>(FloatProxyTraits<T>::max());
775 : T::max());
809 value.set_value(value.isNegative() ? Float16::lowest() : Float16::max());