Home
last modified time | relevance | path

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

/dports/devel/libflatarray/libflatarray-0.3.0/test/
H A Destimate_optimum_short_vec_type_test.cpp77 typedef estimate_optimum_short_vec_type<double, fake_accessor>::VALUE selected_double_type; in ADD_TEST()
78 typedef estimate_optimum_short_vec_type<float, fake_accessor>::VALUE selected_float_type; in ADD_TEST()
106 typedef estimate_optimum_short_vec_type<double, fake_accessor>::VALUE selected_double_type; in ADD_TEST()
107 typedef estimate_optimum_short_vec_type<float, fake_accessor>::VALUE selected_float_type; in ADD_TEST()
113 typedef estimate_optimum_short_vec_type<double, fake_accessor2>::VALUE selected_double_type2; in ADD_TEST()
114 typedef estimate_optimum_short_vec_type<float, fake_accessor2>::VALUE selected_float_type2; in ADD_TEST()
/dports/devel/libflatarray/libflatarray-0.3.0/src/
H A Destimate_optimum_short_vec_type.hpp65 class estimate_optimum_short_vec_type class
/dports/devel/libflatarray/libflatarray-0.3.0/examples/smoothed_particle_hydrodynamics/
H A Dkernels.hpp65 … typedef typename LibFlatArray::estimate_optimum_short_vec_type<float, soa_accessor>::VALUE FLOAT; in compute_density_lfa()
165 … typedef typename LibFlatArray::estimate_optimum_short_vec_type<float, SOA_ACCESSOR>::VALUE FLOAT; in compute_accel_lfa()
/dports/devel/libflatarray/libflatarray-0.3.0/examples/jacobi/
H A Dmain.cpp171 …typedef typename LibFlatArray::estimate_optimum_short_vec_type<double, SOA_ACCESSOR_1>::VALUE my_s… in operator ()()
/dports/devel/libflatarray/libflatarray-0.3.0/examples/gauss/
H A Dmain.cpp198 …typedef typename LibFlatArray::estimate_optimum_short_vec_type<double, SOA_ACCESSOR_1>::VALUE my_s… in operator ()()
/dports/devel/libflatarray/libflatarray-0.3.0/examples/performance_tests/
H A Dmain.cpp662 …typedef typename LibFlatArray::estimate_optimum_short_vec_type<double, accessor_type1>::VALUE my_s… in operator ()()