Home
last modified time | relevance | path

Searched refs:increase (Results 101 – 125 of 24340) sorted by relevance

12345678910>>...974

/dports/biology/emboss/EMBOSS-6.6.0/doc/programs/master/emboss/apps/inc/
H A Dlindna.ihelp30 >1.0 to decrease or increase the size,
33 >1.0 to decrease or increase the size,
38 <1.0 or >1.0 to decrease or increase the
41 or >1.0 to decrease or increase the size,
44 >1.0 to decrease or increase the size,
47 <1.0 or >1.0 to decrease or increase the
50 <1.0 or >1.0 to decrease or increase the
54 decrease or increase the size, respectively
/dports/games/crafty/crafty-25.2_1/
H A Dbench.c14 int Bench(int increase, int autotune) { in Bench() argument
105 if (increase) in Bench()
108 increase); in Bench()
127 search_depth = fen_depth + increase; in Bench()
179 search_depth = fen_depth + increase; in Bench()
/dports/databases/pecl-memcache/memcache-8.0/src/
H A Dmemcache_queue.c33 int increase = 1 + MMC_QUEUE_PREALLOC; in mmc_queue_push() local
34 queue->alloc += increase; in mmc_queue_push()
39 …memmove(queue->items + queue->tail + increase, queue->items + queue->tail, (queue->alloc - queue->… in mmc_queue_push()
40 queue->tail += increase; in mmc_queue_push()
/dports/games/simutrans/simutrans-121.0/simutrans/ai/sqai/
H A Dfactorysearcher.nut300 local needed = tree.increase
343 * @returns estimated consumption increase
356 local increase = max_c - est_c
357 dbgprint(indent + " potential increase of consumption of " + prod + " is " + increase)
391 tree.increase <- min(increase, supply)
410 dbgprint(indent + " potential increase of production of " + prod + " is " + increase)
415 if (increase <= 0) {
421 tree.supply = ( increase*fac)/100;
430 local con = c_tree.increase
433 increase = min(increase, est)
[all …]
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Dmm_mem_io.cpp26 std::size_t increase) in mm_mem_io_c() argument
27 : mm_io_c{*new mm_mem_io_private_c{mem, mem_size, increase}} in mm_mem_io_c()
99 if (p->increase) { in _write()
101 new_allocated = ((new_allocated / p->increase) + 1 ) * p->increase; in _write()
137 p->increase = 0; in close_mem_io()
/dports/comms/xastir/Xastir-Release-2.1.8/src/rtree/
H A Dnode.c201 RectReal increase, bestIncr=(RectReal)-1, area, bestArea=0.0; in Xastir_RTreePickBranch() local
213 increase = Xastir_RTreeRectSphericalVolume(&tmp_rect) - area; in Xastir_RTreePickBranch()
214 if (increase < bestIncr || first_time) in Xastir_RTreePickBranch()
218 bestIncr = increase; in Xastir_RTreePickBranch()
221 else if (increase == bestIncr && area < bestArea) in Xastir_RTreePickBranch()
225 bestIncr = increase; in Xastir_RTreePickBranch()
/dports/textproc/nux/nux/samples/xmark/
H A Dq02.xq4 return <increase> {$b/bidder[1]/increase/text()} </increase>
/dports/textproc/zorba/zorba-2.7.0/test/rbkt/Queries/zorba/xmark/
H A Dq2.xq4 return <increase>{$b/bidder[1]/increase/text()}</increase>
/dports/java/javahelp/javahelp-3ca862d/jhMaster/JSearch/indexer/com/sun/java/help/search/
H A DFullBtreeDict.java157 int increase = 0; in insert() local
160 increase = compr2 - entryCompression(entryPtr); in insert()
173 if (freeSpace + demand - increase <= limit)// 2 for sentinel in insert()
178 final int toMove = increase > 0 in insert()
179 ? entryPtr + ENTHEADERLEN + increase in insert()
183 data, toMove + demand - increase, in insert()
185 if (increase > 0) in insert()
188 data[entryPtr] -= increase; in insert()
189 data[entryPtr + 1] += increase; in insert()
204 setFree(freeSpace + demand - increase); in insert()
/dports/german/BBBike/BBBike-3.18/lib/Tk/
H A DSmoothShow.pm37 my $increase;
38 $increase = sub {
45 $f->after($wait, $increase);
51 $f->after($wait, $increase);
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/backupstore/
H A DBackupStoreInfo.cpp620 void BackupStoreInfo::AdjustNumFiles(int64_t increase) in AdjustNumFiles() argument
627 if((mNumFiles + increase) < 0) in AdjustNumFiles()
632 mNumFiles += increase; in AdjustNumFiles()
637 void BackupStoreInfo::AdjustNumOldFiles(int64_t increase) in AdjustNumOldFiles() argument
644 if((mNumOldFiles + increase) < 0) in AdjustNumOldFiles()
649 mNumOldFiles += increase; in AdjustNumOldFiles()
660 if((mNumDeletedFiles + increase) < 0) in AdjustNumDeletedFiles()
665 mNumDeletedFiles += increase; in AdjustNumDeletedFiles()
669 void BackupStoreInfo::AdjustNumDirectories(int64_t increase) in AdjustNumDirectories() argument
676 if((mNumDirectories + increase) < 0) in AdjustNumDirectories()
[all …]
/dports/science/dynare/dynare-4.6.4/matlab/
H A Dmarginal_density.m77 increase = 1; variable
88 deviation = ((x2(i,:)-MU)*invSIGMA*(x2(i,:)-MU)')/increase;
90 … lftheta = -log(p)-(npar*log(2*pi)+(npar*log(increase)+logdetSIGMA)+deviation)/2;
105 if increase == 1
107 disp('Estimation::marginal density: I increase the variance of this distribution.')
108 increase = 1.2*increase; variable
112 increase = 1.2*increase; variable
114 if increase > 20
116 clear invSIGMA detSIGMA increase;
122 clear invSIGMA detSIGMA increase;
/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/tests/nonreg_tests/
H A Dbug_9788.dia.ref30 - increase MaxFunEvals option.
36 - increase MaxFunEvals option.
39 - increase MaxFunEvals option.
45 - increase MaxIter option.
48 - increase MaxIter option.
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/binlog/r/
H A Dbinlog_mixed_cache_stat.result12 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
19 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
26 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
41 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
48 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
57 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
H A Dbinlog_row_cache_stat.result12 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
19 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
26 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
41 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
48 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
57 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
H A Dbinlog_stm_cache_stat.result12 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
19 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
26 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
41 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
48 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
57 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/binlog/r/
H A Dbinlog_row_cache_stat.result12 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
19 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
26 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
41 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
48 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
57 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/binlog/r/
H A Dbinlog_mixed_cache_stat.result12 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
19 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
26 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
41 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
48 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
57 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
H A Dbinlog_stm_cache_stat.result12 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
19 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
26 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
41 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
48 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
57 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
H A Dbinlog_row_cache_stat.result12 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
19 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
26 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
41 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
48 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
57 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/binlog_nogtid/r/
H A Dbinlog_row_cache_stat.result12 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
19 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
26 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
41 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
48 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
57 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
H A Dbinlog_mixed_cache_stat.result12 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
19 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
26 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
41 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
48 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
57 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
H A Dbinlog_stm_cache_stat.result12 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
19 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
26 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
41 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
48 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
57 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/binlog/r/
H A Dbinlog_stm_cache_stat.result12 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
19 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
26 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
41 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
48 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
57 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/binlog/r/
H A Dbinlog_mixed_cache_stat.result12 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
19 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
26 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
41 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
48 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.
57 **** increase either binlog_cache_disk_use or binlog_stmt_cache_disk_use.

12345678910>>...974