Home
last modified time | relevance | path

Searched +refs:basic +refs:stats (Results 76 – 100 of 8409) sorted by relevance

12345678910>>...337

/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_get_inputs.m37 % stats a struct (stats.flag, and optionally stats.time_normest)
50 stats = struct ; variable
137 % 0: basic statistics (the default)
138 % 1: detailed statistics: basic stats, plus input options, time taken by
141 % 2: basic statistics and a few additional statistics. Used internally
269 % initialize stats
287 stats.rank_spqr = -1 ;
289 stats.tol = opts.tol ;
306 stats.iters = 0 ;
308 stats.time = 0 ;
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_get_inputs.m37 % stats a struct (stats.flag, and optionally stats.time_normest)
50 stats = struct ; variable
137 % 0: basic statistics (the default)
138 % 1: detailed statistics: basic stats, plus input options, time taken by
141 % 2: basic statistics and a few additional statistics. Used internally
269 % initialize stats
287 stats.rank_spqr = -1 ;
289 stats.tol = opts.tol ;
306 stats.iters = 0 ;
308 stats.time = 0 ;
[all …]
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_get_inputs.m37 % stats a struct (stats.flag, and optionally stats.time_normest)
50 stats = struct ; variable
137 % 0: basic statistics (the default)
138 % 1: detailed statistics: basic stats, plus input options, time taken by
141 % 2: basic statistics and a few additional statistics. Used internally
269 % initialize stats
287 stats.rank_spqr = -1 ;
289 stats.tol = opts.tol ;
306 stats.iters = 0 ;
308 stats.time = 0 ;
[all …]
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_get_inputs.m37 % stats a struct (stats.flag, and optionally stats.time_normest)
50 stats = struct ; variable
137 % 0: basic statistics (the default)
138 % 1: detailed statistics: basic stats, plus input options, time taken by
141 % 2: basic statistics and a few additional statistics. Used internally
269 % initialize stats
287 stats.rank_spqr = -1 ;
289 stats.tol = opts.tol ;
306 stats.iters = 0 ;
308 stats.time = 0 ;
[all …]
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_get_inputs.m37 % stats a struct (stats.flag, and optionally stats.time_normest)
50 stats = struct ; variable
137 % 0: basic statistics (the default)
138 % 1: detailed statistics: basic stats, plus input options, time taken by
141 % 2: basic statistics and a few additional statistics. Used internally
269 % initialize stats
287 stats.rank_spqr = -1 ;
289 stats.tol = opts.tol ;
306 stats.iters = 0 ;
308 stats.time = 0 ;
[all …]
/dports/www/osticket/upload/include/
H A Dclass.client.php263 $stats = $this->getTicketStats();
266 foreach ($stats[$section] as $row) {
283 $stats = $this->getTicketStats();
287 foreach ($stats[$section] as $row) {
295 $stats = $this->getTicketStats();
298 foreach ($stats[$section] as $row) {
340 $basic = Ticket::objects()
346 $mine = clone $basic;
347 $collab = clone $basic;
367 $myorg = clone $basic;
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/streaming-stats-0.2.0/
H A DCargo.toml14 name = "streaming-stats"
17 description = "Experimental crate for computing basic statistics on streams."
18 homepage = "https://github.com/BurntSushi/rust-stats"
19 documentation = "http://burntsushi.net/rustdoc/stats/"
21 keywords = ["statistics", "stats", "median", "mean", "stddev"]
23 repository = "https://github.com/BurntSushi/rust-stats"
26 name = "stats"
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/base/tests/
H A Dtest_prediction.py4 from scipy import stats
35 @pytest.mark.parametrize("dist", [None, "norm", "t", stats.norm()])
39 basic = PredictionResults(data[0], data[1])
41 basic_ci = basic.conf_int()
/dports/lang/php81/php-8.1.1/ext/standard/tests/file/
H A Dlstat_stat_basic.phpt2 Test lstat() & stat() functions: basic functionality
15 echo "*** Testing lstat() & stat() : basic functionality ***\n";
63 // creating files and link, also dump the value of stats
64 echo "*** Testing stat() and lstat() : comparing stats (recorded before and after file/link creatio…
65 echo "-- comparing difference in dir stats before and after creating file in it --\n";
69 echo "-- comparing difference in file stats before and after creating link to it --\n";
82 *** Testing lstat() & stat() : basic functionality ***
89 *** Testing stat() and lstat() : comparing stats (recorded before and after file/link creation) ***
90 -- comparing difference in dir stats before and after creating file in it --
200 -- comparing difference in file stats before and after creating link to it --
/dports/lang/php80/php-8.0.15/ext/standard/tests/file/
H A Dlstat_stat_basic.phpt2 Test lstat() & stat() functions: basic functionality
15 echo "*** Testing lstat() & stat() : basic functionality ***\n";
63 // creating files and link, also dump the value of stats
64 echo "*** Testing stat() and lstat() : comparing stats (recorded before and after file/link creatio…
65 echo "-- comparing difference in dir stats before and after creating file in it --\n";
69 echo "-- comparing difference in file stats before and after creating link to it --\n";
82 *** Testing lstat() & stat() : basic functionality ***
89 *** Testing stat() and lstat() : comparing stats (recorded before and after file/link creation) ***
90 -- comparing difference in dir stats before and after creating file in it --
200 -- comparing difference in file stats before and after creating link to it --
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/file/
H A Dlstat_stat_basic.phpt2 Test lstat() & stat() functions: basic functionality
15 echo "*** Testing lstat() & stat() : basic functionality ***\n";
63 // creating files and link, also dump the value of stats
64 echo "*** Testing stat() and lstat() : comparing stats (recorded before and after file/link creatio…
65 echo "-- comparing difference in dir stats before and after creating file in it --\n";
69 echo "-- comparing difference in file stats before and after creating link to it --\n";
82 *** Testing lstat() & stat() : basic functionality ***
89 *** Testing stat() and lstat() : comparing stats (recorded before and after file/link creation) ***
90 -- comparing difference in dir stats before and after creating file in it --
200 -- comparing difference in file stats before and after creating link to it --
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/file/
H A Dlstat_stat_basic.phpt2 Test lstat() & stat() functions: basic functionality
15 echo "*** Testing lstat() & stat() : basic functionality ***\n";
63 // creating files and link, also dump the value of stats
64 echo "*** Testing stat() and lstat() : comparing stats (recorded before and after file/link creatio…
65 echo "-- comparing difference in dir stats before and after creating file in it --\n";
69 echo "-- comparing difference in file stats before and after creating link to it --\n";
82 *** Testing lstat() & stat() : basic functionality ***
89 *** Testing stat() and lstat() : comparing stats (recorded before and after file/link creation) ***
90 -- comparing difference in dir stats before and after creating file in it --
200 -- comparing difference in file stats before and after creating link to it --
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/stats/
H A Dwscript11 conf.report_optional_feature("SQLiteStats", "SQLite stats support",
16 obj = bld.create_ns3_module('stats', ['core'])
41 module_test = bld.create_ns3_module_test_library('stats')
43 'test/basic-data-calculators-test-suite.cc',
52 # 'test/stats-examples-test-suite.cc',
56 headers.module = 'stats'
62 'model/basic-data-calculators.h',
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_str/
H A D.dmallocrc9 # basic debugging
10 debug1 log-stats, log-non-free, check-fence
13 debug2 log-stats, log-non-free, log-trans, \
17 debug3 log-stats, log-non-free, log-trans, \
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/test/ScopInfo/
H A DAlias-4.ll1 ; RUN: opt %loadPolly -disable-basic-aa -polly-scops -analyze < %s -stats 2>&1 | FileCheck %s --che…
2 ; RUN: opt %loadPolly -disable-basic-aa -polly-scops -polly-use-runtime-alias-checks=false -analyze…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/test/ScopInfo/
H A DAlias-4.ll1 ; RUN: opt %loadPolly -disable-basic-aa -polly-scops -analyze < %s -stats 2>&1 | FileCheck %s --che…
2 ; RUN: opt %loadPolly -disable-basic-aa -polly-scops -polly-use-runtime-alias-checks=false -analyze…
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/test/ScopInfo/
H A DAlias-4.ll1 ; RUN: opt %loadPolly -disable-basic-aa -polly-scops -analyze < %s -stats 2>&1 | FileCheck %s --che…
2 ; RUN: opt %loadPolly -disable-basic-aa -polly-scops -polly-use-runtime-alias-checks=false -analyze…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/test/ScopInfo/
H A DAlias-4.ll1 ; RUN: opt %loadPolly -disable-basic-aa -polly-scops -analyze < %s -stats 2>&1 | FileCheck %s --che…
2 ; RUN: opt %loadPolly -disable-basic-aa -polly-scops -polly-use-runtime-alias-checks=false -analyze…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/test/ScopInfo/
H A DAlias-4.ll1 ; RUN: opt %loadPolly -disable-basic-aa -polly-scops -analyze < %s -stats 2>&1 | FileCheck %s --che…
2 ; RUN: opt %loadPolly -disable-basic-aa -polly-scops -polly-use-runtime-alias-checks=false -analyze…
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/test/ScopInfo/
H A DAlias-4.ll1 ; RUN: opt %loadPolly -disable-basic-aa -polly-scops -analyze < %s -stats 2>&1 | FileCheck %s --che…
2 ; RUN: opt %loadPolly -disable-basic-aa -polly-scops -polly-use-runtime-alias-checks=false -analyze…
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/test/ScopInfo/
H A DAlias-4.ll1 ; RUN: opt %loadPolly -disable-basic-aa -polly-scops -analyze < %s -stats 2>&1 | FileCheck %s --che…
2 ; RUN: opt %loadPolly -disable-basic-aa -polly-scops -polly-use-runtime-alias-checks=false -analyze…
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/test/ScopInfo/
H A DAlias-4.ll1 ; RUN: opt %loadPolly -disable-basic-aa -polly-scops -analyze < %s -stats 2>&1 | FileCheck %s --che…
2 ; RUN: opt %loadPolly -disable-basic-aa -polly-scops -polly-use-runtime-alias-checks=false -analyze…
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/Inline/
H A Dinline_stats.ll2 ; RUN: opt -S -inline -inliner-function-import-stats=basic < %s 2>&1 | FileCheck %s -check-prefix=C…
3 ; RUN: opt -S -inline -inliner-function-import-stats=verbose < %s 2>&1 | FileCheck %s -check-prefix…
6 ; RUN: opt -S -passes=inline -inliner-function-import-stats=basic < %s 2>&1 | FileCheck %s -check-p…
7 ; RUN: opt -S -passes=inline -inliner-function-import-stats=verbose < %s 2>&1 | FileCheck %s -check…
9 ; CHECK: ------- Dumping inliner stats for [<stdin>] -------
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/Inline/
H A Dinline_stats.ll2 ; RUN: opt -S -inline -inliner-function-import-stats=basic < %s 2>&1 | FileCheck %s -check-prefix=C…
3 ; RUN: opt -S -inline -inliner-function-import-stats=verbose < %s 2>&1 | FileCheck %s -check-prefix…
6 ; RUN: opt -S -passes=inline -inliner-function-import-stats=basic < %s 2>&1 | FileCheck %s -check-p…
7 ; RUN: opt -S -passes=inline -inliner-function-import-stats=verbose < %s 2>&1 | FileCheck %s -check…
9 ; CHECK: ------- Dumping inliner stats for [<stdin>] -------
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/Inline/
H A Dinline_stats.ll2 ; RUN: opt -S -inline -inliner-function-import-stats=basic < %s 2>&1 | FileCheck %s -check-prefix=C…
3 ; RUN: opt -S -inline -inliner-function-import-stats=verbose < %s 2>&1 | FileCheck %s -check-prefix…
6 ; RUN: opt -S -passes=inline -inliner-function-import-stats=basic < %s 2>&1 | FileCheck %s -check-p…
7 ; RUN: opt -S -passes=inline -inliner-function-import-stats=verbose < %s 2>&1 | FileCheck %s -check…
9 ; CHECK: ------- Dumping inliner stats for [<stdin>] -------

12345678910>>...337