Home
last modified time | relevance | path

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

/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-query.c371 gint idx, nonexact_malus; in nautilus_query_matches_string() local
389 nonexact_malus = 0; in nautilus_query_matches_string()
399 nonexact_malus += strlen (ptr) - strlen (query->prepared_words[idx]); in nautilus_query_matches_string()
414 …retval = MAX (MIN_RANK, MAX_RANK - (gdouble) (ptr - prepared_string) - (gdouble) nonexact_malus / … in nautilus_query_matches_string()