Home
last modified time | relevance | path

Searched refs:boundChange (Results 1 – 7 of 7) sorted by relevance

/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/contrib/adaptive-compression/
H A Dadapt.c434 unsigned const boundChange = MIN(change, prevCompressionLevel - g_minCLevel); in adaptCompressionLevel() local
435 if (ctx->convergenceCounter >= CONVERGENCE_LOWER_BOUND && boundChange != 0) { in adaptCompressionLevel()
440 else if (boundChange != 0) { in adaptCompressionLevel()
442 ctx->compressionLevel -= boundChange; in adaptCompressionLevel()
447 …write threads waiting on compression, tried to decrease compression level by %u\n\n", boundChange); in adaptCompressionLevel()
454 unsigned const boundChange = MIN(change, g_maxCLevel - prevCompressionLevel); in adaptCompressionLevel() local
455 if (ctx->convergenceCounter >= CONVERGENCE_LOWER_BOUND && boundChange != 0) { in adaptCompressionLevel()
460 else if (boundChange != 0) { in adaptCompressionLevel()
462 ctx->compressionLevel += boundChange; in adaptCompressionLevel()
467 …"compress waiting on write or create, tried to increase compression level by %u\n\n", boundChange); in adaptCompressionLevel()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/zstd/contrib/adaptive-compression/
H A Dadapt.c434 unsigned const boundChange = MIN(change, prevCompressionLevel - g_minCLevel); in adaptCompressionLevel() local
435 if (ctx->convergenceCounter >= CONVERGENCE_LOWER_BOUND && boundChange != 0) { in adaptCompressionLevel()
440 else if (boundChange != 0) { in adaptCompressionLevel()
442 ctx->compressionLevel -= boundChange; in adaptCompressionLevel()
447 …write threads waiting on compression, tried to decrease compression level by %u\n\n", boundChange); in adaptCompressionLevel()
454 unsigned const boundChange = MIN(change, g_maxCLevel - prevCompressionLevel); in adaptCompressionLevel() local
455 if (ctx->convergenceCounter >= CONVERGENCE_LOWER_BOUND && boundChange != 0) { in adaptCompressionLevel()
460 else if (boundChange != 0) { in adaptCompressionLevel()
462 ctx->compressionLevel += boundChange; in adaptCompressionLevel()
467 …"compress waiting on write or create, tried to increase compression level by %u\n\n", boundChange); in adaptCompressionLevel()
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/zstd/contrib/adaptive-compression/
H A Dadapt.c433 unsigned const boundChange = MIN(change, prevCompressionLevel - g_minCLevel); in adaptCompressionLevel() local
434 if (ctx->convergenceCounter >= CONVERGENCE_LOWER_BOUND && boundChange != 0) { in adaptCompressionLevel()
439 else if (boundChange != 0) { in adaptCompressionLevel()
441 ctx->compressionLevel -= boundChange; in adaptCompressionLevel()
446 …write threads waiting on compression, tried to decrease compression level by %u\n\n", boundChange); in adaptCompressionLevel()
453 unsigned const boundChange = MIN(change, g_maxCLevel - prevCompressionLevel); in adaptCompressionLevel() local
454 if (ctx->convergenceCounter >= CONVERGENCE_LOWER_BOUND && boundChange != 0) { in adaptCompressionLevel()
459 else if (boundChange != 0) { in adaptCompressionLevel()
461 ctx->compressionLevel += boundChange; in adaptCompressionLevel()
466 …"compress waiting on write or create, tried to increase compression level by %u\n\n", boundChange); in adaptCompressionLevel()
/dports/math/chuffed/chuffed-e04bedd/chuffed/mip/
H A Dmip.cpp127 simplex.boundChange(bc.v, -bc.d); in btToLevel()
276 if (simplex.shift[v] == 0) simplex.boundChange(v, min-simplex.lb[v]); in updateBounds()
283 if (simplex.shift[v] == 1) simplex.boundChange(v, max-simplex.ub[v]); in updateBounds()
H A Dsimplex.cpp156 for (int i = 0; i < n+m; i++) boundChange(i, lb[i]); in init()
210 void Simplex::boundChange(int v, int d) { in boundChange() function in Simplex
217 boundChange(v, shift[v] ? -gap(v) : gap(v)); in boundSwap()
H A Dsimplex.h136 void boundChange(int v, int d);
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglProbing/
H A DCglProbing.cpp4741 double boundChange; in probe() local
4778 boundChange; in probe()
4808 boundChange; in probe()
5356 double boundChange; in probe() local
5382 boundChange; in probe()
6808 double boundChange; in probeCliques() local
6876 boundChange; in probeCliques()
6907 boundChange; in probeCliques()
7190 double boundChange; in probeCliques() local
7247 boundChange; in probeCliques()
[all …]