Home
last modified time | relevance | path

Searched refs:r_prop_empty_buckets (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A DBLI_ghash.c1333 double *r_prop_empty_buckets, in BLI_ghash_calc_quality_ex() argument
1347 if (r_prop_empty_buckets) { in BLI_ghash_calc_quality_ex()
1348 *r_prop_empty_buckets = 1.0; in BLI_ghash_calc_quality_ex()
1402 if (r_prop_empty_buckets && !count) { in BLI_ghash_calc_quality_ex()
1410 if (r_prop_empty_buckets) { in BLI_ghash_calc_quality_ex()
1411 *r_prop_empty_buckets = (double)sum_empty / (double)gh->nbuckets; in BLI_ghash_calc_quality_ex()
1420 double *r_prop_empty_buckets, in BLI_gset_calc_quality_ex() argument
1427 r_prop_empty_buckets, in BLI_gset_calc_quality_ex()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_ghash.h286 double *r_prop_empty_buckets,
292 double *r_prop_empty_buckets,