Searched defs:cutoff (Results 1 – 5 of 5) sorted by relevance
63 intmax_t acc, cutoff; in __weak_alias() local
72 uintmax_t acc, cutoff; in __weak_alias() local
65 __wUINT acc, cutoff; in _FUNCNAME() local
63 __wINT acc, cutoff; in _FUNCNAME() local
703 def get_close_matches(word, possibilities, n=3, cutoff=0.6): argument