Searched refs:cp_which (Results 1 – 2 of 2) sorted by relevance
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/ |
H A D | lingen_checkpoints.hpp | 12 enum cp_which { enum 18 int load_checkpoint_file(bmstatus & bm, cp_which which, matpoly_type &, unsigned int t0, unsigned i… 20 int save_checkpoint_file(bmstatus & bm, cp_which which, matpoly_type const &, unsigned int t0, unsi… 23 int load_checkpoint_file<matpoly>(bmstatus & bm, cp_which which, matpoly &, unsigned int t0, unsign… 25 int save_checkpoint_file<matpoly>(bmstatus & bm, cp_which which, matpoly const &, unsigned int t0, … 28 int load_checkpoint_file<bigmatpoly>(bmstatus & bm, cp_which which, bigmatpoly &, unsigned int t0, … 30 int save_checkpoint_file<bigmatpoly>(bmstatus & bm, cp_which which, bigmatpoly const &, unsigned in… 46 …static std::string get_cp_basename(bmstatus & bm, cp_which which, unsigned int t0, unsigned int t1… 48 …lingen_checkpoint(bmstatus & bm, cp_which which, unsigned int t0, unsigned int t1, int mpi) : ling… in lingen_checkpoint()
|
H A D | lingen_checkpoints.cpp | 112 std::string lingen_checkpoint::get_cp_basename(bmstatus & bm, cp_which which, unsigned int t0, unsi… in get_cp_basename() 316 int load_checkpoint_file<matpoly>(bmstatus & bm, cp_which which, matpoly & X, unsigned int t0, unsi… in load_checkpoint_file() 360 int save_checkpoint_file<matpoly>(bmstatus & bm, cp_which which, matpoly const & X, unsigned int t0… in save_checkpoint_file() 393 int load_mpi_checkpoint_file_scattered(bmstatus & bm, cp_which which, bigmatpoly & X, unsigned int … in load_mpi_checkpoint_file_scattered() 451 int save_mpi_checkpoint_file_scattered(bmstatus & bm, cp_which which, bigmatpoly const & X, unsigne… in save_mpi_checkpoint_file_scattered() 483 int load_mpi_checkpoint_file_gathered(bmstatus & bm, cp_which which, bigmatpoly & X, unsigned int t… in load_mpi_checkpoint_file_gathered() 569 int save_mpi_checkpoint_file_gathered(bmstatus & bm, cp_which which, bigmatpoly const & X, unsigned… in save_mpi_checkpoint_file_gathered() 633 int load_checkpoint_file<bigmatpoly>(bmstatus & bm, cp_which which, bigmatpoly & X, unsigned int t0… in load_checkpoint_file() 663 int save_checkpoint_file<bigmatpoly>(bmstatus & bm, cp_which which, bigmatpoly const & X, unsigned … in save_checkpoint_file()
|