Home
last modified time | relevance | path

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

/dports/mail/p5-FuzzyOcr-devel/FuzzyOcr-3.6.0/FuzzyOcr/
H A DHashing.pm35 sub within_threshold { subroutine
132 if (within_threshold($digest,$hash2)) {
184 if (within_threshold($digest,$hash)) {
222 if (within_threshold($digest,$hash)) {
/dports/mail/geary/geary-40.0/test/engine/imap-db/
H A Dimap-db-folder-test.vala337 GLib.DateTime within_threshold = new GLib.DateTime.local(2021, 1, 1, 0, 0, 0);
345 within_threshold.to_unix().to_string())
351 within_threshold.to_unix().to_string())
/dports/devel/py-game/pygame-2.1.0/src_c/
H A Dtransform.c1630 int within_threshold; in get_threshold() local
1666 within_threshold = in get_threshold()
1676 within_threshold = in get_threshold()
1684 if (within_threshold) in get_threshold()
1686 if (set_behavior && ((within_threshold && inverse_set) || in get_threshold()
1687 (!within_threshold && !inverse_set))) { in get_threshold()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dimgproc.c133 int *within_threshold; member
365 ptfri->within_threshold = (int*)malloc(maxColors*sizeof(int));
366 if (ptfri->within_threshold == NULL) FailAllocMessage();
367 memset(ptfri->within_threshold, 0, maxColors*sizeof(int));
396 ptfri->within_threshold[i] =
8687 if (gThreshFillReplaceInfo.within_threshold != NULL) {
8688 free(gThreshFillReplaceInfo.within_threshold);
8689 gThreshFillReplaceInfo.within_threshold = NULL;
9397 if (gThreshFillReplaceInfo.within_threshold != NULL) {
9398 free(gThreshFillReplaceInfo.within_threshold);
[all …]