Home
last modified time | relevance | path

Searched defs:flt_type_impl (Results 1 – 2 of 2) sorted by relevance

/dports/math/kfr/kfr-4.2.1/include/kfr/cometa/
H A Dnumeric.hpp172 struct flt_type_impl struct
174 using type = conditional<sizeof(T) <= 2, float, fbase>;
178 struct flt_type_impl<float> struct
180 using type = float;
183 struct flt_type_impl<double> struct
185 using type = double;
/dports/math/kfr/kfr-4.2.1/include/kfr/simd/
H A Dvec.hpp1401 struct flt_type_impl<kfr::vec<T, N>> struct
1403 using type = kfr::vec<typename flt_type_impl<T>::type, N>;