Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dannotate.c78 int annotate_margin, annotate_score[100], player_score, best_moves, in Annotate() local
320 annotate_score[searches_done] = Iterate(wtm, annotate, 1); in Annotate()
322 player_score = annotate_score[searches_done]; in Annotate()
337 annotate_score[searches_done] in Annotate()
375 player_score + annotate_margin < annotate_score[0] in Annotate()
406 DisplayEvaluationKibitz(annotate_score[move_num], wtm)); in Annotate()
410 DisplayEvaluationKibitz(annotate_score[move_num], wtm)); in Annotate()
416 AnnotateVtoNAG(annotate_score[move_num], wtm, html_mode, in Annotate()
453 annotate_score[0] = Iterate(wtm, annotate, 0); in Annotate()
466 tree->pv[0].pathd, DisplayEvaluationKibitz(annotate_score[0], in Annotate()
[all …]
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/search/tests/
H A Dtest_backends.py89 results = self.backend.search("JavaScript", models.Book).annotate_score('_score')
96 results = self.backend.search("JavaScript", models.Book).annotate_score('_score')[:10]
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/search/backends/
H A Dbase.py263 def annotate_score(self, field_name): member in BaseSearchResults
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/core/tests/
H A Dtest_page_queryset.py768 results = Page.objects.live().specific().search(MATCH_ALL).annotate_score('_score')