Searched refs:GetMaxImpl (Results 1 – 1 of 1) sorted by relevance
164 std::enable_if_t<std::is_integral<NativeT>::value, NativeT> GetMaxImpl() { in GetMaxImpl() function174 std::enable_if_t<std::is_floating_point<NativeT>::value, NativeT> GetMaxImpl() { in GetMaxImpl() function184 std::enable_if_t<Is16BitFloat<NativeT>::value, NativeT> GetMaxImpl() { in GetMaxImpl() function194 std::enable_if_t<!IsReal<NativeT>::value, NativeT> GetMaxImpl() { in GetMaxImpl() function205 NativeT<kType> operator()() const { return GetMaxImpl<NativeT<kType>>(); } in operator ()()