Searched refs:GetMinImpl (Results 1 – 1 of 1) sorted by relevance
169 std::enable_if_t<std::is_integral<NativeT>::value, NativeT> GetMinImpl() { in GetMinImpl() function179 std::enable_if_t<std::is_floating_point<NativeT>::value, NativeT> GetMinImpl() { in GetMinImpl() function189 std::enable_if_t<Is16BitFloat<NativeT>::value, NativeT> GetMinImpl() { in GetMinImpl() function199 std::enable_if_t<!IsReal<NativeT>::value, NativeT> GetMinImpl() { in GetMinImpl() function210 NativeT<kType> operator()() const { return GetMinImpl<NativeT<kType>>(); } in operator ()()