Searched refs:NN_IS_FLOAT (Results 1 – 2 of 2) sorted by relevance
419 #define NN_IS_FLOAT(T) std::is_floating_point_v<T> macro421 #define NN_IS_FLOAT(T) std::is_floating_point_v<T> || std::is_same_v<T, _Float16> macro427 inline std::enable_if_t<NN_IS_FLOAT(T), T> getUniform(T lower, T upper) { in getUniform()
303 if constexpr (NN_IS_FLOAT(T)) { in expectNear()