Home
last modified time | relevance | path

Searched refs:lfu (Results 1 – 25 of 118) sorted by relevance

12345

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/unit/
H A Dunit_form.cpp115 LinearForm lfu = intg(Omega, VecBasis | grad(u)); in unit_form() local
116 out << "test intg(Omega,SCn|grad(u)) : " << lfu; in unit_form()
119 lfu = 2 * intg(Omega, VecBasis | grad(u)); in unit_form()
120 out << "test 2*intg(Omega,SCn|grad(u)) : " << lfu; in unit_form()
121 lfu = intg( Omega, f * (grad(u) | _n)) * i_; in unit_form()
123 lfu = intg(Omega, u) / 4; in unit_form()
124 out << "test intg(u)/4 : " << lfu; in unit_form()
132 lfu += intg(Omega, w) / 4; in unit_form()
133 out << "test lfu+=intg(Omega,w)/4 : " << lfu; in unit_form()
134 lfu = lfu + intg(Omega, f * (grad(u) | _n)) * i_; in unit_form()
[all …]
/dports/databases/redis6/redis-6.0.16/tests/unit/moduleapi/
H A Dmisc.tcl57 test {test modle lfu api} {
60 set lfu [r test.getlfu x]
61 assert { $lfu >= 1 }
66 set lfu [r test.getlfu x]
67 assert { $lfu <= 100 }
69 set lfu [r test.getlfu x]
70 assert { $lfu == -1 }
/dports/databases/redis-devel/redis-0e5b813/tests/unit/moduleapi/
H A Dmisc.tcl69 test {test module lfu api} {
72 set lfu [r test.getlfu x]
73 assert { $lfu >= 1 }
78 set lfu [r test.getlfu x]
79 assert { $lfu <= 100 }
81 set lfu [r test.getlfu x]
82 assert { $lfu == -1 }
/dports/databases/redis6/redis-6.0.16/tests/modules/
H A Dmisc.c173 mstime_t lfu; in test_getlfu() local
174 RedisModule_GetLFU(key, &lfu); in test_getlfu()
175 RedisModule_ReplyWithLongLong(ctx, lfu); in test_getlfu()
187 mstime_t lfu; in test_setlfu() local
188 if (RedisModule_StringToLongLong(argv[2], &lfu) != REDISMODULE_OK) { in test_setlfu()
192 int was_set = RedisModule_SetLFU(key, lfu)==REDISMODULE_OK; in test_setlfu()
/dports/databases/redis-devel/redis-0e5b813/tests/modules/
H A Dmisc.c180 mstime_t lfu; in test_getlfu() local
181 RedisModule_GetLFU(key, &lfu); in test_getlfu()
182 RedisModule_ReplyWithLongLong(ctx, lfu); in test_getlfu()
194 mstime_t lfu; in test_setlfu() local
195 if (RedisModule_StringToLongLong(argv[2], &lfu) != REDISMODULE_OK) { in test_setlfu()
199 int was_set = RedisModule_SetLFU(key, lfu)==REDISMODULE_OK; in test_setlfu()
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/
H A DREADME-GCONF77 export-folder-uri = file:///home/pierre.. [nact] export-assistant-lfu
80 icommand-folder-uri [nact] command-command-chooser-lfu
83 icommand-working-dir-uri = file:///home.. [nact] command-working-dir-chooser-lfu
87 ienvironment-show-if-running-uri = file.. [nact] environment-show-if-running-lfu
89 ienvironment-try-exec-uri = file:///bin [nact] environment-try-exec-lfu
91 ifolders-path = /home/pierre/data/Pictures [nact] folder-chooser-lfu
95 import-folder-uri [nact] import-assistant-lfu
/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/src/fortran/
H A Dicse.f337 lfu=lfy+ny*ny
338 ludep=lfu+ny*(nuc+nuv)
565 &dtv(lfy),dtv(lfu),itv(lipv1),dtv(ldm),dtv(lyold),dtv(lsmold),
754 &dtv(lobs),dtv(lob),dtv(lytot),dtv(lf),dtv(lb),dtv(lfy),dtv(lfu),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/cachetools-1.1.6.dist-info/
H A DRECORD8 cachetools/lfu.py,sha256=JGMIDapg7EHe9jfDk6nRx_Wv6fcmsnsocia9fAMAMIc,1056
17 cachetools/lfu.pyc,,
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/cachetools/cachetools/
H A D__init__.pyi3 from .lfu import LFUCache as LFUCache
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/JoshUGens/sc/HelpSource/Classes/
H A DFMHDecode1.schelp131 lfu, rfu, rru, lru, lfd, rfd, rrd, lrd
134 lfu, rfu, ru, rru, lru, lu, lfd, rfd, rd, rrd, lrd, ld
137 top, fu, rfu, rru, lru, lfu, fd, rfd, rrd, lrd, lfd, bottom
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/cachetools/
H A Dfunc.py16 from .lfu import LFUCache
H A D__init__.py9 from .lfu import LFUCache
/dports/devel/py-cachetools/cachetools-4.2.4/tests/
H A Dtest_deprecated.py27 from cachetools.lfu import LFUCache
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/cachetools/
H A D__init__.py9 from .lfu import LFUCache
H A Dfunc.py20 from .lfu import LFUCache
/dports/devel/py-cachetools3/cachetools-3.1.1/cachetools/
H A D__init__.py9 from .lfu import LFUCache
H A Dfunc.py20 from .lfu import LFUCache
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/cachetools/cachetools/
H A D__init__.py9 from .lfu import LFUCache
H A Dfunc.py20 from .lfu import LFUCache
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/redis/instances/
H A Dcreate.yaml89 Redis version 4.0 and newer: activedefrag, lfu-decay-time, lfu-log-factor, maxmemory-gb.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/cachetools/
H A Dfunc.py93 from .lfu import LFUCache
H A D__init__.py9 from .lfu import LFUCache
/dports/devel/awscli/awscli-1.20.61/awscli/examples/elasticache/
H A Ddescribe-engine-default-parameters.rst322 "ParameterName": "lfu-decay-time",
333 "ParameterName": "lfu-log-factor",
404 …"AllowedValues": "volatile-lru,allkeys-lru,volatile-lfu,allkeys-lfu,volatile-random,allkeys-random…
H A Ddescribe-cache-parameters.rst321 "ParameterName": "lfu-decay-time",
332 "ParameterName": "lfu-log-factor",
403 …"AllowedValues": "volatile-lru,allkeys-lru,volatile-lfu,allkeys-lfu,volatile-random,allkeys-random…
/dports/games/frozen-bubble/frozen-bubble-d6a0291/
H A DAUTHORS116 Svetoslav Stefanov <lfu.project gmail.com>

12345