Home
last modified time | relevance | path

Searched refs:applyfn_helper (Results 1 – 1 of 1) sorted by relevance

/dports/math/kfr/kfr-4.2.1/include/kfr/simd/
H A Dvec.hpp992 constexpr KFR_INTRINSIC Tout applyfn_helper(Fn&& fn, Args&&... args) in applyfn_helper() function
1001 …return make_vector(applyfn_helper<Indices, T, N>(std::forward<Fn>(fn), std::forward<Args>(args)...… in apply_helper()