Home
last modified time | relevance | path

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

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp_eseries/santricity/tests/unit/modules/
H A Dtest_na_santricity_auditlog.py62 threshold_set = (60, 75, 90)
64 for threshold in threshold_set:
77 threshold_set = (59, 91)
79 for threshold in threshold_set:
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/storage/netapp/
H A Dtest_netapp_e_auditlog.py61 threshold_set = (60, 75, 90)
63 for threshold in threshold_set:
76 threshold_set = (59, 91)
78 for threshold in threshold_set:
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c24 bool threshold_set; member
34 t->threshold_set = false; in threshold_init()
41 t->threshold_set = true; in set_threshold()
49 return t->threshold_set && value <= t->threshold; in below_threshold()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c24 bool threshold_set; member
34 t->threshold_set = false; in threshold_init()
41 t->threshold_set = true; in set_threshold()
49 return t->threshold_set && value <= t->threshold; in below_threshold()
/dports/science/minc2/minc-release-2.2.00/progs/mincaverage/
H A Dmincaverage.c141 int threshold_set; member
522 norm_data.threshold_set = FALSE; in main()
637 if (!norm_data->threshold_set) { in do_normalization()
641 norm_data->threshold_set = TRUE; in do_normalization()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c24 bool threshold_set; member
34 t->threshold_set = false; in threshold_init()
41 t->threshold_set = true; in set_threshold()
49 return t->threshold_set && value <= t->threshold; in below_threshold()
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dblastdef.h1376 Boolean threshold_set, /*TRUE if threshold set on command-line*/ member
H A Dblastool.c1903 Boolean found_matrix=FALSE, threshold_set=FALSE; in BLASTOptionSetGapParams() local
1921 threshold_set = TRUE; in BLASTOptionSetGapParams()
1928 threshold_set = TRUE; in BLASTOptionSetGapParams()
1952 threshold_set = TRUE; in BLASTOptionSetGapParams()
1959 threshold_set = TRUE; in BLASTOptionSetGapParams()
1966 threshold_set = TRUE; in BLASTOptionSetGapParams()
2003 if (threshold_set) { in BLASTOptionSetGapParams()
H A Dmblast.c1681 search->pbp->threshold_set = TRUE; in MegaBlastSetUpSearchInternalByLoc()
H A Dblast.c5369 search->pbp->threshold_set = TRUE; in BLASTSetUpSearchInternalByLoc()
/dports/biology/ncbi-toolkit/ncbi/biostruc/cdd/
H A Dcddposutil.c1857 search->pbp->threshold_set = TRUE; in CddSetUpSearchInternalByLoc()