Home
last modified time | relevance | path

Searched refs:total_n (Results 1 – 25 of 36) sorted by relevance

12

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/base/
H A Ddescriptive_statistics.cc15 const int64_t total_n = n_ + other.n_; in Assimilate() local
16 if (total_n == 0) return; // Nothing to do; prevents div by zero. in Assimilate()
27 const double total_n2 = static_cast<double>(total_n) * total_n; in Assimilate()
28 const double total_n3 = static_cast<double>(total_n2) * total_n; in Assimilate()
30 const double inv_total_n = 1.0 / total_n; in Assimilate()
53 n_ = total_n; in Assimilate()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/base/
H A Ddescriptive_statistics.cc15 const int64_t total_n = n_ + other.n_; in Assimilate() local
16 if (total_n == 0) return; // Nothing to do; prevents div by zero. in Assimilate()
27 const double total_n2 = static_cast<double>(total_n) * total_n; in Assimilate()
28 const double total_n3 = static_cast<double>(total_n2) * total_n; in Assimilate()
30 const double inv_total_n = 1.0 / total_n; in Assimilate()
53 n_ = total_n; in Assimilate()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/base/
H A Ddescriptive_statistics.cc15 const int64_t total_n = n_ + other.n_; in Assimilate() local
16 if (total_n == 0) return; // Nothing to do; prevents div by zero. in Assimilate()
27 const double total_n2 = static_cast<double>(total_n) * total_n; in Assimilate()
28 const double total_n3 = static_cast<double>(total_n2) * total_n; in Assimilate()
30 const double inv_total_n = 1.0 / total_n; in Assimilate()
53 n_ = total_n; in Assimilate()
/dports/net/p5-Net-Server/Net-Server-2.010/lib/Net/Server/
H A DPreForkSimple.pm309 my $total_n = 0;
315 $total_n ++;
319 if( $prop->{'max_servers'} > $total_n ){
320 $self->run_n_children( $prop->{'max_servers'} - $total_n );
/dports/archivers/lzo2/lzo-2.10/examples/
H A Ddict.c57 static lzo_uint total_n = 0; variable
69 total_n++; in print_info()
265 if (total_n > 1) in main()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/lzo/2.03/examples/
H A Ddict.c69 static lzo_uint total_n = 0; variable
81 total_n++; in print_file()
267 if (total_n > 1) in main()
/dports/games/wesnoth/wesnoth-1.14.17/data/tools/unit_tree/
H A Doverview.py73 total_n = 0
90 total_n += n
168 w('<td>' + str(total_n) + '</td>')
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/src/
H A Dpseudodc.cpp116 int total_n=0; in pdcDrawPolyPolygonOp() local
122 total_n+=count[i]; in pdcDrawPolyPolygonOp()
125 if (total_n) in pdcDrawPolyPolygonOp()
127 m_points = new wxPoint[total_n]; in pdcDrawPolyPolygonOp()
128 for(int j=0; j<total_n; j++) in pdcDrawPolyPolygonOp()
138 m_totaln = total_n; in pdcDrawPolyPolygonOp()
/dports/math/lib2geom/lib2geom-1.1/src/toys/
H A Dmetro.cpp257 int total_n; member in build_bounds
261 if(total_n < 2) { in add_point()
262 starting[total_n] = P; in add_point()
263 total_n += 1; in add_point()
264 if(total_n == 2) in add_point()
268 total_n += 1; in add_point()
272 if(total_n > 1) in result()
276 build_bounds() : total_n(0) {} in build_bounds()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/toys/
H A Dmetro.cpp257 int total_n; member in build_bounds
261 if(total_n < 2) { in add_point()
262 starting[total_n] = P; in add_point()
263 total_n += 1; in add_point()
264 if(total_n == 2) in add_point()
268 total_n += 1; in add_point()
272 if(total_n > 1) in result()
276 build_bounds() : total_n(0) {} in build_bounds()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerWorkflows/Ansys2Elmer/
H A Delmer_ch.mac114 *GET,total_n,NODE,0,COUNT
116 *MSG,INFO,total_n
140 *VWRITE,total_e,total_n,tot_a
H A Delmer_au.mac114 *GET,total_n,NODE,0,COUNT
116 *MSG,INFO,total_n
122 *VWRITE,total_e,total_n,tot_a
/dports/math/combblas/CombBLAS_beta_16_2/include/CombBLAS/
H A DSemanticGraph.h34 …SemanticGraph(IT total_m, IT total_n, const FullyDistVec<IT,IT> & , const FullyDistVec<IT,IT> & , …
H A DSpParMat.cpp1903 IT total_n = getncol(); in SubsRef_SR() local
2168 IT total_n = getncol(); in Prune() local
2177 SpParMat<IT,NT,DER> T(total_n, total_n, ci, ci, 1); in Prune()
2484 IT n_perproc = total_n / s; in SparseCommon()
3577 IT total_m, total_n, total_nnz; in ReadDistribute() local
3626 total_n = 0; total_m = 0; in ReadDistribute()
3633 total_n = 0; total_m = 0; in ReadDistribute()
3652 total_n = 0; total_m = 0; in ReadDistribute()
3660 total_n = hfile.n; in ReadDistribute()
3664 n_perproc = total_n / rowneighs; in ReadDistribute()
[all …]
H A DSpParMat.h90 …SpParMat (IT total_m, IT total_n, const FullyDistVec<IT,IT> & , const FullyDistVec<IT,IT> & , cons…
91 …SpParMat (IT total_m, IT total_n, const FullyDistVec<IT,IT> & , const FullyDistVec<IT,IT> & , cons…
208 int Owner(IT total_m, IT total_n, IT grow, IT gcol, LIT & lrow, LIT & lcol) const;
283 …:vector < std::tuple<LIT,LIT,NT> > > & data, LIT locsize, IT total_m, IT total_n, _BinaryOperation…
393 void BcastEssentials(MPI_Comm & world, IT & total_m, IT & total_n, IT & total_nnz, int master);
/dports/devel/vexcl/vexcl-1.4.3/vexcl/fft/
H A Dplan.hpp225 size_t total_n = std::accumulate(sizes.begin(), sizes.end(), in plan() local
227 size_t current = bufs.size(); bufs.push_back(vex::vector<T2>(queues, total_n)); in plan()
228 size_t other = bufs.size(); bufs.push_back(vex::vector<T2>(queues, total_n)); in plan()
240 const size_t w = sizes[j], h = total_n / w; in plan()
/dports/science/py-scipy/scipy-1.7.1/scipy/stats/
H A D_qmc.py1113 total_n = self.num_generated + n
1114 if not (total_n & (total_n - 1) == 0):
1120 .format(self.num_generated, m, total_n))
/dports/databases/grass7/grass-7.8.6/vector/v.random/
H A Dmain.c67 unsigned long i, n, total_n; in main() local
439 total_n = n * nareas; in main()
440 cats_array = G_malloc(total_n * sizeof(dbCatValI)); in main()
562 total_n = n; in main()
756 for (i = 0; i < total_n; i++) { in main()
/dports/sysutils/htop/htop-3.1.2/dragonflybsd/
H A DDragonFlyBSDProcessList.c193 unsigned long long total_n = 0; in DragonFlyBSDProcessList_scanCPUTime() local
198 total_n += cp_time_n[s]; in DragonFlyBSDProcessList_scanCPUTime()
202 total_d = total_n - total_o; in DragonFlyBSDProcessList_scanCPUTime()
/dports/sysutils/htop/htop-3.1.2/freebsd/
H A DFreeBSDProcessList.c222 unsigned long long total_n = 0; in FreeBSDProcessList_scanCPU() local
227 total_n += cp_time_n[s]; in FreeBSDProcessList_scanCPU()
231 total_d = total_n - total_o; in FreeBSDProcessList_scanCPU()
/dports/astro/cfitsio/cfitsio-3.49/
H A Df77_wrap4.c52 void (*Fwork_fn)(PLONG_cfTYPE *total_n, ...);
115 int Cwork_fn( long total_n, long offset, long first_n, long n_values, in FCALLSCSUB11()
205 a1 = total_n; in FCALLSCSUB11()
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Df77_wrap4.c52 void (*Fwork_fn)(PLONG_cfTYPE *total_n, ...);
115 int Cwork_fn( long total_n, long offset, long first_n, long n_values, in FCALLSCSUB11()
205 a1 = total_n; in FCALLSCSUB11()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/lzo/2.03/lzotest/
H A Dlzotest.c270 static unsigned long total_n = 0; variable
898 total_n++; in print_stats()
960 if ((opt_verbose >= 1 && total_n > 1) || (opt_totals >= 2)) in print_totals()
962 unsigned long n = total_n > 0 ? total_n : 1; in print_totals()
/dports/archivers/lzo2/lzo-2.10/lzotest/
H A Dlzotest.c249 static unsigned long total_n = 0; variable
896 total_n++; in print_stats()
958 if ((opt_verbose >= 1 && total_n > 1) || (opt_totals >= 2)) in print_totals()
960 unsigned long n = total_n > 0 ? total_n : 1; in print_totals()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_advcmodule.cpp934 int total_n=0; in pdcDrawPolyPolygonOp() local
940 total_n+=count[i]; in pdcDrawPolyPolygonOp()
943 if (total_n) in pdcDrawPolyPolygonOp()
945 m_points = new wxPoint[total_n]; in pdcDrawPolyPolygonOp()
946 for(int j=0; j<total_n; j++) in pdcDrawPolyPolygonOp()
956 m_totaln = total_n; in pdcDrawPolyPolygonOp()

12