Searched refs:smoothstep_vec_impl (Results 1 – 2 of 2) sorted by relevance
514 return __detail::smoothstep_vec_impl(Min, Max, X); in smoothstep()522 return __detail::smoothstep_vec_impl(Min, Max, X); in smoothstep()
107 constexpr vector<T, N> smoothstep_vec_impl(vector<T, N> Min, vector<T, N> Max, in smoothstep_vec_impl() function