Home
last modified time | relevance | path

Searched defs:total_ncalls (Results 1 – 3 of 3) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dtree_stats.cpp54 unsigned int total_ncalls, in recursively_print_substeps_at_depth()
253 void tree_stats::enter(std::string const & func, unsigned int inputsize, int total_ncalls, bool lea… in enter()
H A Dlingen_call_companion.hpp38 size_t total_ncalls = 0; member
H A Dtree_stats.hpp108 unsigned int total_ncalls() const { return std::abs(_total_ncalls); } in total_ncalls() function