Home
last modified time | relevance | path

Searched refs:cumul (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/
H A Dtest_qromo.pro27 pro TEST_QROMO_ON_AGNESI, cumul=cumul, no_exit=no_exit, test=test, verbose=verbose
66 if KEYWORD_SET(cumul) then cumul=cumul+nb_errors else cumul=nb_errors
107 pro TEST_QROMO_RANGE, function_name=function_name, range=range, cumul=cumul, $
141 if KEYWORD_SET(cumeul) then cumul=cumul+nb_errors else cumul=nb_errors
150 pro TEST_QROMO_DIM, function_name=function_name, cumul=cumul, $
206 if KEYWORD_SET(cumul) then cumul=cumul+nb_errors else cumul=nb_errors
217 cumul=0
219 TEST_QROMO_DIM, function_name='EXPON', cumul=cumul, /no_exit
220 TEST_QROMO_DIM, function_name='INV', cumul=cumul, /no_exit
223 cumul=cumul, /no_exit
[all …]
H A Dtest_total.pro25 ; help, total(a), total(a, /NaN), total(a, /cumul), total(a, /cumul, /NaN), output = output
27 ; help, total(a, /double), total(a, /NaN, /double), total(a, /cumul, /double), total(a, /cumul, /Na…
29 ; help, total(a, 1), total(a, 1, /NaN), total(a, 1, /cumul), total(a, 1, /cumul, /NaN), output=outp…
33 ; help, total(a, 2), total(a, 2, /NaN), total(a, 2, /cumul), total(a, 2, /cumul, /NaN), output=outp…
37 ; help, total(a, 3), total(a, 3, /NaN), total(a, 3, /cumul), total(a, 3, /cumul, /NaN), output=outp…
44 print, '-- 3' & print, total(a, /cumul)
54 print, '-- 11' & print, total(a, 1, /cumul)
65 print, '-- 19' & print, total(a, 2, /cumul)
76 print, '-- 27' & print, total(a, 3, /cumul)
191 tmp=TOTAL([a,-a],/int,/cumul)
[all …]
H A Dtest_product.pro13 print, PRODUCT(a,/cumul)
15 print, PRODUCT(a,/cumul,/int)
23 print, PRODUCT(a,/cumul,/nan)
25 print, PRODUCT(a,/cumul,/int,/nan)
48 txt1='cumul '
147 ref3=PRODUCT(a,/cumul)
148 ref4=PRODUCT(a,/cumul,/int)
162 if (ABS(tref3-TOTAL(PRODUCT(a,/cumul))) GT 1e-6) then err=err+'Erreur 2, '
164 if (ABS(tref4-TOTAL(PRODUCT(a,/int, /cumul))) GT 1e-6) then err=err+'Erreur 4, '
180 print, '/cumul :', PRODUCT(a,/cumul)
[all …]
/dports/net/openradius/openradius-0.9.12c/build/
H A Dinstall99 cumul=
102 if [ -n "$cumul" ]
104 cumul="$cumul/$comp"
106 cumul="$comp"
109 [ -d "$root$cumul" ] || make_dir "$root$cumul"
112 dest=$root$cumul
/dports/math/creme/Creme-ab42f19/Creme/src/Base/
H A Dcmdline.c70 char *cumul; in readargs() local
88 cumul = *argv + 1; in readargs()
90 if (*cumul == '-') { /** long option ("--something [val]") */ in readargs()
92 cumul++; in readargs()
96 if (!strcmp (cumul, p2->longopt)) { in readargs()
117 printf ("%s: unrecognized option \"--%s\"\n", pname, cumul); in readargs()
122 for (; *cumul; cumul++) { in readargs()
126 if (*cumul == p2->shortopt) { in readargs()
137 printf ("%s: unrecognized option \"-%c\"\n", pname, *cumul); in readargs()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/graphs/
H A DDAG.cpp106 NodeSet cumul{Z}; in dSeparation() local
107 cumul << X << Y; in dSeparation()
108 auto g = moralizedAncestralGraph(cumul); in dSeparation()
118 NodeSet cumul{Z}; in dSeparation()
119 cumul += X; in dSeparation()
120 cumul += Y; in dSeparation()
121 auto g = moralizedAncestralGraph(cumul); in dSeparation()
/dports/cad/sumo/sumo-1.2.0/src/activitygen/city/
H A DAGWorkPosition.cpp76 double cumul = 0; in generateOpeningTime() local
80 cumul += it->second; in generateOpeningTime()
81 if (cumul >= choice) { in generateOpeningTime()
93 double cumul = 0; in generateClosingTime() local
96 cumul += it->second; in generateClosingTime()
97 if (cumul >= choice) { in generateClosingTime()
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/
H A DProfileItem.java60 short type = Profile.cumul;
140 int v = (type == Profile.cumul) ? v = a.value + value // cumulative in overlap()
150 int v = (type == Profile.cumul) ? v = a.value + value // cumulative is in overlap()
162 int v = (type == Profile.cumul) ? v = a.value + value // cumulative in overlap()
172 int v = (type == Profile.cumul) ? v = a.value + value // cumulative in overlap()
183 int v = (type == Profile.cumul) ? v = a.value + value // cumulative in overlap()
198 int v = (type == Profile.cumul) ? v = a.value + value // cumulative in overlap()
207 int v = (type == Profile.cumul) ? v = a.value + value // cumulative in overlap()
217 int v = (type == Profile.cumul) ? v = a.value + value // cumulative in overlap()
/dports/devel/R-cran-Rcpp/Rcpp/inst/examples/SugarPerformance/
H A DTimer.h38 cumul += elapsed; in Stop()
40 void Reset() { end_t = start_t = elapsed = cumul = 0.0; } in Reset()
42 double CumulativeTime() { return cumul; } in CumulativeTime()
47 double start_t, end_t, elapsed, cumul; variable
/dports/finance/ledgersmb12/ledgersmb/sql/
H A DCanada-Quebec-gifi.sql72 INSERT INTO gifi (accno,description) VALUES ('1621','Amortissement cumulé des biens épuisables');
76 INSERT INTO gifi (accno,description) VALUES ('1625','Amortissement cumulé des biens miniers');
80 INSERT INTO gifi (accno,description) VALUES ('1629','Amortissement cumulé des carrières');
86 INSERT INTO gifi (accno,description) VALUES ('1681','Amortissement cumulé des bâtiments');
117 INSERT INTO gifi (accno,description) VALUES ('1767','Amortissement cumulé des aéronefs');
121 INSERT INTO gifi (accno,description) VALUES ('1771','Amortissement cumulé des petits outils');
129 INSERT INTO gifi (accno,description) VALUES ('1779','Amortissement cumulé des satellites');
169 INSERT INTO gifi (accno,description) VALUES ('2015','Amortissement cumulé des contingents');
171 INSERT INTO gifi (accno,description) VALUES ('2017','Amortissement cumulé des permis');
179 INSERT INTO gifi (accno,description) VALUES ('2025','Amortissement cumulé des droits');
[all …]
/dports/mail/spamassassin-devel/spamassassin-1ea352210/masses/
H A Dlog-grep-recent81 my $cumul = 0;
83 $cumul += $buckets{$m};
85 $cumul, int(($cumul / ($numtotal||0.001)) * 100),
/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_stencils.py2342 cumul = 0
2353 cumul = 0
2363 cumul = 0
2374 cumul = 0
2395 cumul = 0
2407 cumul = 0
2418 cumul = 0
2431 cumul = 0
2444 cumul = 0
2454 cumul = 0
[all …]
/dports/net-mgmt/netmagis-metro/netmagis-2.3.4/www/cgi/
H A Deq86 proc init-cumul-wifi {_tab} {
96 set tab(:$k:cumul) {}
117 proc cumul-wifi {sensors _tab} {
120 init-cumul-wifi tab
141 lappend tab(:$k:cumul) $id
147 set tab(:$k:cumul) [join $tab(:$k:cumul) "+"]
221 set tr(:$k:cumul) $t1(:$k:cumul)
286 if {$cumul} then {
377 init-cumul-wifi twa
439 set hid $twa(:$k:cumul)
[all …]
/dports/net-mgmt/netmagis-topo/netmagis-2.3.4/www/cgi/
H A Deq86 proc init-cumul-wifi {_tab} {
96 set tab(:$k:cumul) {}
117 proc cumul-wifi {sensors _tab} {
120 init-cumul-wifi tab
141 lappend tab(:$k:cumul) $id
147 set tab(:$k:cumul) [join $tab(:$k:cumul) "+"]
221 set tr(:$k:cumul) $t1(:$k:cumul)
286 if {$cumul} then {
377 init-cumul-wifi twa
439 set hid $twa(:$k:cumul)
[all …]
/dports/net-mgmt/netmagis-detecteq/netmagis-2.3.4/www/cgi/
H A Deq86 proc init-cumul-wifi {_tab} {
96 set tab(:$k:cumul) {}
117 proc cumul-wifi {sensors _tab} {
120 init-cumul-wifi tab
141 lappend tab(:$k:cumul) $id
147 set tab(:$k:cumul) [join $tab(:$k:cumul) "+"]
221 set tr(:$k:cumul) $t1(:$k:cumul)
286 if {$cumul} then {
377 init-cumul-wifi twa
439 set hid $twa(:$k:cumul)
[all …]
/dports/net-mgmt/netmagis-utils/netmagis-2.3.4/www/cgi/
H A Deq86 proc init-cumul-wifi {_tab} {
96 set tab(:$k:cumul) {}
117 proc cumul-wifi {sensors _tab} {
120 init-cumul-wifi tab
141 lappend tab(:$k:cumul) $id
147 set tab(:$k:cumul) [join $tab(:$k:cumul) "+"]
221 set tr(:$k:cumul) $t1(:$k:cumul)
286 if {$cumul} then {
377 init-cumul-wifi twa
439 set hid $twa(:$k:cumul)
[all …]
/dports/net-mgmt/netmagis-www/netmagis-2.3.4/www/cgi/
H A Deq86 proc init-cumul-wifi {_tab} {
96 set tab(:$k:cumul) {}
117 proc cumul-wifi {sensors _tab} {
120 init-cumul-wifi tab
141 lappend tab(:$k:cumul) $id
147 set tab(:$k:cumul) [join $tab(:$k:cumul) "+"]
221 set tr(:$k:cumul) $t1(:$k:cumul)
286 if {$cumul} then {
377 init-cumul-wifi twa
439 set hid $twa(:$k:cumul)
[all …]
/dports/net-mgmt/netmagis-common/netmagis-2.3.4/www/cgi/
H A Deq86 proc init-cumul-wifi {_tab} {
96 set tab(:$k:cumul) {}
117 proc cumul-wifi {sensors _tab} {
120 init-cumul-wifi tab
141 lappend tab(:$k:cumul) $id
147 set tab(:$k:cumul) [join $tab(:$k:cumul) "+"]
221 set tr(:$k:cumul) $t1(:$k:cumul)
286 if {$cumul} then {
377 init-cumul-wifi twa
439 set hid $twa(:$k:cumul)
[all …]
/dports/net-mgmt/netmagis-database/netmagis-2.3.4/www/cgi/
H A Deq86 proc init-cumul-wifi {_tab} {
96 set tab(:$k:cumul) {}
117 proc cumul-wifi {sensors _tab} {
120 init-cumul-wifi tab
141 lappend tab(:$k:cumul) $id
147 set tab(:$k:cumul) [join $tab(:$k:cumul) "+"]
221 set tr(:$k:cumul) $t1(:$k:cumul)
286 if {$cumul} then {
377 init-cumul-wifi twa
439 set hid $twa(:$k:cumul)
[all …]
/dports/net-mgmt/netmagis-servers/netmagis-2.3.4/www/cgi/
H A Deq86 proc init-cumul-wifi {_tab} {
96 set tab(:$k:cumul) {}
117 proc cumul-wifi {sensors _tab} {
120 init-cumul-wifi tab
141 lappend tab(:$k:cumul) $id
147 set tab(:$k:cumul) [join $tab(:$k:cumul) "+"]
221 set tr(:$k:cumul) $t1(:$k:cumul)
286 if {$cumul} then {
377 init-cumul-wifi twa
439 set hid $twa(:$k:cumul)
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/klauspost/compress/compress-1.10.10/zstd/
H A Dfse_encoder.go121 var cumul [256]int16
127 cumul[0] = 0
132 cumul[u+1] = cumul[u] + 1
136 cumul[u+1] = cumul[u] + v
144 cumul[u+1] = cumul[u] + 1
148 cumul[u+1] = cumul[u] + v
150 if uint32(cumul[s.symbolLen]) != tableSize {
151 …return fmt.Errorf("internal error: expected cumul[s.symbolLen] (%d) == tableSize (%d)", cumul[s.sy…
153 cumul[s.symbolLen] = int16(tableSize) + 1
189 table[cumul[v]] = uint16(tsi + u)
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/klauspost/compress/zstd/
H A Dfse_encoder.go121 var cumul [256]int16
127 cumul[0] = 0
132 cumul[u+1] = cumul[u] + 1
136 cumul[u+1] = cumul[u] + v
144 cumul[u+1] = cumul[u] + 1
148 cumul[u+1] = cumul[u] + v
150 if uint32(cumul[s.symbolLen]) != tableSize {
151 …return fmt.Errorf("internal error: expected cumul[s.symbolLen] (%d) == tableSize (%d)", cumul[s.sy…
153 cumul[s.symbolLen] = int16(tableSize) + 1
189 table[cumul[v]] = uint16(tsi + u)
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/klauspost/compress/zstd/
H A Dfse_encoder.go121 var cumul [256]int16
127 cumul[0] = 0
132 cumul[u+1] = cumul[u] + 1
136 cumul[u+1] = cumul[u] + v
144 cumul[u+1] = cumul[u] + 1
148 cumul[u+1] = cumul[u] + v
150 if uint32(cumul[s.symbolLen]) != tableSize {
151 …return fmt.Errorf("internal error: expected cumul[s.symbolLen] (%d) == tableSize (%d)", cumul[s.sy…
153 cumul[s.symbolLen] = int16(tableSize) + 1
189 table[cumul[v]] = uint16(tsi + u)
[all …]
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/klauspost/compress/zstd/
H A Dfse_encoder.go121 var cumul [256]int16
127 cumul[0] = 0
132 cumul[u+1] = cumul[u] + 1
136 cumul[u+1] = cumul[u] + v
144 cumul[u+1] = cumul[u] + 1
148 cumul[u+1] = cumul[u] + v
150 if uint32(cumul[s.symbolLen]) != tableSize {
151 …return fmt.Errorf("internal error: expected cumul[s.symbolLen] (%d) == tableSize (%d)", cumul[s.sy…
153 cumul[s.symbolLen] = int16(tableSize) + 1
189 table[cumul[v]] = uint16(tsi + u)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/klauspost/compress/zstd/
H A Dfse_encoder.go121 var cumul [256]int16
127 cumul[0] = 0
132 cumul[u+1] = cumul[u] + 1
136 cumul[u+1] = cumul[u] + v
144 cumul[u+1] = cumul[u] + 1
148 cumul[u+1] = cumul[u] + v
150 if uint32(cumul[s.symbolLen]) != tableSize {
151 …return fmt.Errorf("internal error: expected cumul[s.symbolLen] (%d) == tableSize (%d)", cumul[s.sy…
153 cumul[s.symbolLen] = int16(tableSize) + 1
189 table[cumul[v]] = uint16(tsi + u)
[all …]

12345678910>>...20