#include "mpqsPolynom.H"
#include "fakeheap.H"
#include <queue>
Go to the source code of this file.
Definition in file Sieving-inc.cc.
void do_sieving_DynamicFactors | ( | ) |
Definition at line 177 of file Sieving-inc.cc.
References cerr, cout, TSieve_Delta::delta, std::priority_queue< _Tp, _Sequence, _Compare >::empty(), endl(), exit(), TSieve_Delta::factor, CHits::Faktor, Hits, StaticRelations::insert(), LogicalSieveSize, CHits::MaxHits, PhysicalSieveSize, std::priority_queue< _Tp, _Sequence, _Compare >::pop(), std::priority_queue< _Tp, _Sequence, _Compare >::push(), SieveOffset, and std::priority_queue< _Tp, _Sequence, _Compare >::top().
void do_sieving_full_intervals | ( | ) |
Definition at line 892 of file Sieving-inc.cc.
void do_sieving_partial_intervals | ( | ) |
Definition at line 814 of file Sieving-inc.cc.
void do_sieving_Squares | ( | ) |
Definition at line 140 of file Sieving-inc.cc.
References cout, TSieve_Delta::delta, std::priority_queue< _Tp, _Sequence, _Compare >::empty(), endl(), TSieve_Delta::factor, PhysicalSieveSize, std::priority_queue< _Tp, _Sequence, _Compare >::pop(), SieveOffset, and std::priority_queue< _Tp, _Sequence, _Compare >::top().
bool is_dynamic_factor | ( | const int | number | ) |
Definition at line 200 of file DynamicRelations.H.
References std::set< _Key, _Compare, _Alloc >::end(), TDynamicFactorRelation::factor, and std::set< _Key, _Compare, _Alloc >::find().
Referenced by Cprocess_clients::process_data_stream(), and SpecialRelations::split_by_primefactor().
void select_sieve_method | ( | ) |
Definition at line 932 of file Sieving-inc.cc.
void(* do_sieving)() = select_sieve_method |
Referenced by main().
Definition at line 87 of file file-client.cc.
Definition at line 17 of file Sieving-inc.cc.
Definition at line 19 of file Sieving-inc.cc.