Searched refs:min_score (Results 1 – 1 of 1) sorted by relevance
296 float min_score = MAX_INT32; in nn_match_score() local301 if (score < min_score) in nn_match_score()302 min_score = score; in nn_match_score()305 return min_score; in nn_match_score()