Home
last modified time | relevance | path

Searched defs:mask_float64 (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/types/
H A Dfwd.h37 template<unsigned N, class E = void> class mask_float64; variable
H A Dempty_expr.h76 SIMDPP_INL mask_float64(const mask_float64<N>& a) : e(a) {} in mask_float64() function
H A Dgeneric.h89 SIMDPP_INL mask_float64(const E& a) : e(a) {} in mask_float64() function