Home
last modified time | relevance | path

Searched defs:hit_rate (Results 1 – 25 of 69) sorted by relevance

123

/dports/games/leela-zero/leela-zero-0.17/src/
H A DNNCache.h86 std::pair<int, int> hit_rate() const { in hit_rate() function
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_expression_cache.cc284 double hit_rate= ((double)hit / ((double)hit + miss)); in put_value() local
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_expression_cache.cc284 double hit_rate= ((double)hit / ((double)hit + miss)); in put_value() local
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_expression_cache.cc284 double hit_rate= ((double)hit / ((double)hit + miss)); in put_value() local
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_expression_cache.cc284 double hit_rate= ((double)hit / ((double)hit + miss)); in put_value() local
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_expression_cache.cc284 double hit_rate= ((double)hit / ((double)hit + miss)); in put_value() local
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_expression_cache.cc284 double hit_rate= ((double)hit / ((double)hit + miss)); in put_value() local
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dcache_api.c521 double hit_rate; in check_file_mdc_api_calls() local
3188 double hit_rate; in check_file_mdc_api_errs() local
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dcache_api.c534 double hit_rate; in check_file_mdc_api_calls() local
1948 double hit_rate; in check_file_mdc_api_errs() local
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dcache.c251 double hit_rate = (100.0 * (double)info->hits) in svn_cache__format_info() local
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dcache.c251 double hit_rate = (100.0 * (double)info->hits) in svn_cache__format_info() local
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_subr/
H A Dcache.c251 double hit_rate = (100.0 * (double)info->hits) in svn_cache__format_info() local
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dcache.c251 double hit_rate = (100.0 * (double)info->hits) in svn_cache__format_info() local
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5C.c1198 double hit_rate, in H5C_def_auto_resize_rpt_fcn()
4385 double hit_rate; in H5C_stats() local
5747 double hit_rate; in H5C__auto_adjust_cache_size() local
6088 double hit_rate, in H5C__autoadjust__ageout()
6811 double hit_rate; in H5C__flash_increase_cache_size() local
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5C.c1200 double hit_rate, in H5C_def_auto_resize_rpt_fcn()
4387 double hit_rate; in H5C_stats() local
5749 double hit_rate; in H5C__auto_adjust_cache_size() local
6090 double hit_rate, in H5C__autoadjust__ageout()
6813 double hit_rate; in H5C__flash_increase_cache_size() local
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dranged_balance_test.cpp234 static void test_fast_shooting( npc &shooter, const int moves, float hit_rate ) in test_fast_shooting()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dranged_balance_test.cpp234 static void test_fast_shooting( npc &shooter, const int moves, float hit_rate ) in test_fast_shooting()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5C.c565double hit_rate, enum H5C_resize_status status, size_t old_max_cache_size, in H5C_def_auto_resize_rpt_fcn()
4267 double hit_rate; in H5C__auto_adjust_cache_size() local
4544 H5C__autoadjust__ageout(H5F_t *f, double hit_rate, enum H5C_resize_status *status_ptr, in H5C__autoadjust__ageout()
5143 double hit_rate; in H5C__flash_increase_cache_size() local
H A DH5Cdbg.c430 double hit_rate; in H5C_stats() local
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5C.c527 double hit_rate, in H5C_def_auto_resize_rpt_fcn()
3977 double hit_rate; local
4935 double hit_rate; local
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5C.c526 double hit_rate, in H5C_def_auto_resize_rpt_fcn()
3950 double hit_rate; local
4908 double hit_rate; local
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5C.c522 double hit_rate, in H5C_def_auto_resize_rpt_fcn()
4113 double hit_rate; local
5084 double hit_rate; local
/dports/databases/pecl-memcache/memcache-8.0/
H A Dmemcache.php702 $hit_rate = sprintf("%.2f",($hits)/($time-$startTime)); variable
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/debug/
H A Dmap.h80 typedef typename _Base::const_pointer const_pointer; in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dcuckoocache_tests.cpp80 double hit_rate = ((double)count) / ((double)n_insert); in test_cache() local

123