Home
last modified time | relevance | path

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

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/
H A Dfb.hpp279 typedef mmappable_vector<double> weight_container_type; typedef
282 typedef typename entries_and_cdf<T>::weight_container_type weight_container_type; typedef
293 weight_container_type weight_cdf;
294 inline weight_container_type::const_iterator weight_begin() const { in weight_begin()
297 inline weight_container_type::const_iterator weight_end() const { in weight_end()
300 inline weight_container_type::size_type weight_size() const { in weight_size()
H A Dfb.cpp734 typedef typename container_type::weight_container_type weight_container_type; typedef
735 typename weight_container_type::const_iterator weight_begin, weight_end;