Home
last modified time | relevance | path

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

/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dcollect.c112 static GHashTable *single_floats_cache; variable
125 g_hash_table_destroy (single_floats_cache); in clear_caches()
126 single_floats_cache = NULL; in clear_caches()
143 single_floats_cache = g_hash_table_new_full in create_caches()
171 g_hash_table_foreach_remove (single_floats_cache, in prune_caches()
193 return g_hash_table_lookup (single_floats_cache, &key); in get_single_floats_cache_entry()
543 ce2 = g_hash_table_lookup (single_floats_cache, ce); in collect_floats()
547 g_hash_table_replace (single_floats_cache, ce, ce); in collect_floats()