Home
last modified time | relevance | path

Searched refs:pthresh (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dbinarize.c225 l_int32 *pthresh) in pixOtsuThreshOnBackgroundNorm() argument
233 if (pthresh) *pthresh = 0; in pixOtsuThreshOnBackgroundNorm()
256 if (pixt && pthresh) { in pixOtsuThreshOnBackgroundNorm()
258 *pthresh = val; in pixOtsuThreshOnBackgroundNorm()
320 l_int32 *pthresh) in pixMaskedThreshOnBackgroundNorm() argument
328 if (pthresh) *pthresh = 0; in pixMaskedThreshOnBackgroundNorm()
363 if (pixt3 && pthresh) { in pixMaskedThreshOnBackgroundNorm()
365 *pthresh = val; in pixMaskedThreshOnBackgroundNorm()
/dports/biology/infernal/infernal-1.1.3/src/
H A Dsub_cm-test.c66 double pthresh; /* psi threshold for calling violations */ in main() local
117 pthresh = esl_opt_GetReal (go, "-t"); in main()
205 …if((status = check_orig_psi_vs_sub_psi(cm, sub_cm, errbuf, submap, pthresh, print_flag)) != eslOK)… in main()
214 … if((status = check_sub_cm(cm, sub_cm, errbuf, submap, subinfo, pthresh, print_flag)) != eslOK) { in main()
279 …if((status = check_orig_psi_vs_sub_psi(cm, sub_cm, errbuf, submap, pthresh, print_flag)) != eslOK)… in main()
288 if((status = check_sub_cm(cm, sub_cm, errbuf, submap, subinfo, pthresh, print_flag)) != eslOK) { in main()
H A Dcp9-test.c53 double pthresh; /* psi threshold for calling violations */ in main() local
68 pthresh = esl_opt_GetReal (go, "-t"); in main()
86 …if((status = build_cp9_hmm(cm, errbuf, TRUE, pthresh, debug_level, &hmm, &cp9map)) != eslOK) cm_Fa… in main()
H A Dcm_submodel.c3122 if((diff > 0 && diff > pthresh) || (diff < 0 && diff < (-1. * pthresh))) in check_sub_cm()
3131 if((diff > 0 && diff > pthresh) || (diff < 0 && diff < (-1. * pthresh))) in check_sub_cm()
3140 if((diff > 0 && diff > pthresh) || (diff < 0 && diff < (-1. * pthresh))) in check_sub_cm()
3149 if((diff > 0 && diff > pthresh) || (diff < 0 && diff < (-1. * pthresh))) in check_sub_cm()
3158 if((diff > 0 && diff > pthresh) || (diff < 0 && diff < (-1. * pthresh))) in check_sub_cm()
3167 if((diff > 0 && diff > pthresh) || (diff < 0 && diff < (-1. * pthresh))) in check_sub_cm()
3176 if((diff > 0 && diff > pthresh) || (diff < 0 && diff < (-1. * pthresh))) in check_sub_cm()
3185 if((diff > 0 && diff > pthresh) || (diff < 0 && diff < (-1. * pthresh))) in check_sub_cm()
3194 if((diff > 0 && diff > pthresh) || (diff < 0 && diff < (-1. * pthresh))) in check_sub_cm()
3214 if((diff > 0 && diff > pthresh) || (diff < 0 && diff < (-1. * pthresh))) in check_sub_cm()
[all …]
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dbinarize.c266 l_int32 *pthresh) in pixOtsuThreshOnBackgroundNorm() argument
274 if (pthresh) *pthresh = 0; in pixOtsuThreshOnBackgroundNorm()
297 if (pixt && pthresh) { in pixOtsuThreshOnBackgroundNorm()
299 *pthresh = val; in pixOtsuThreshOnBackgroundNorm()
363 l_int32 *pthresh) in pixMaskedThreshOnBackgroundNorm() argument
371 if (pthresh) *pthresh = 0; in pixMaskedThreshOnBackgroundNorm()
407 if (pthresh) *pthresh = val; in pixMaskedThreshOnBackgroundNorm()
H A Dpix4.c3375 l_int32 *pthresh, in pixSplitDistributionFgBg() argument
3389 if (pthresh) *pthresh = 0; in pixSplitDistributionFgBg()
3393 if (!pthresh && !pfgval && !pbgval) in pixSplitDistributionFgBg()
3412 if (pthresh) *pthresh = thresh; in pixSplitDistributionFgBg()
/dports/math/jags/JAGS-4.3.0/src/modules/glm/distributions/
H A Dtestglmdist.h43 unsigned int N=10000, double pthresh=0.001);
47 unsigned int N=10000, double pthresh=0.001);
H A Dtestglmdist.cc318 unsigned int N, double pthresh) in dkwtest() argument
332 if (s >= qdkwbound(N, pthresh)) { in dkwtest()
399 unsigned int N, double pthresh) in dkw_swish() argument
466 if (delta >= qdkwbound(N, pthresh)) { in dkw_swish()
/dports/math/py-deap/deap-1.3.1/deap/
H A Dcma.py276 self.pthresh = params.get("pthresh", 0.44)
306 if self.psucc < self.pthresh:
381 self.pthresh = params.get("pthresh", 0.44)
497 d, ptarg, pthresh = self.d, self.ptarg, self.pthresh
517 if psucc[i] < pthresh:
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/proximity/
H A Dsx9310.c614 unsigned int regval, pthresh; in sx9310_read_hysteresis() local
617 ret = sx9310_read_thresh(data, chan, &pthresh); in sx9310_read_hysteresis()
630 *val = pthresh >> (5 - regval); in sx9310_read_hysteresis()
735 int ret, pthresh; in sx9310_write_hysteresis() local
737 ret = sx9310_read_thresh(data, chan, &pthresh); in sx9310_write_hysteresis()
743 else if (val == pthresh >> 2) in sx9310_write_hysteresis()
745 else if (val == pthresh >> 3) in sx9310_write_hysteresis()
747 else if (val == pthresh >> 4) in sx9310_write_hysteresis()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/proximity/
H A Dsx9310.c614 unsigned int regval, pthresh; in sx9310_read_hysteresis() local
617 ret = sx9310_read_thresh(data, chan, &pthresh); in sx9310_read_hysteresis()
630 *val = pthresh >> (5 - regval); in sx9310_read_hysteresis()
735 int ret, pthresh; in sx9310_write_hysteresis() local
737 ret = sx9310_read_thresh(data, chan, &pthresh); in sx9310_write_hysteresis()
743 else if (val == pthresh >> 2) in sx9310_write_hysteresis()
745 else if (val == pthresh >> 3) in sx9310_write_hysteresis()
747 else if (val == pthresh >> 4) in sx9310_write_hysteresis()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iio/proximity/
H A Dsx9310.c614 unsigned int regval, pthresh; in sx9310_read_hysteresis() local
617 ret = sx9310_read_thresh(data, chan, &pthresh); in sx9310_read_hysteresis()
630 *val = pthresh >> (5 - regval); in sx9310_read_hysteresis()
735 int ret, pthresh; in sx9310_write_hysteresis() local
737 ret = sx9310_read_thresh(data, chan, &pthresh); in sx9310_write_hysteresis()
743 else if (val == pthresh >> 2) in sx9310_write_hysteresis()
745 else if (val == pthresh >> 3) in sx9310_write_hysteresis()
747 else if (val == pthresh >> 4) in sx9310_write_hysteresis()
/dports/math/jags/JAGS-4.3.0/src/modules/mix/distributions/
H A Dtestmixdist.h37 unsigned int N=10000, double pthresh=0.001);
H A Dtestmixdist.cc232 unsigned int N, double pthresh) in dkwtest() argument
246 if (s >= qdkwbound(N, pthresh)) { in dkwtest()
/dports/science/py-pyscf/pyscf-2.0.1/examples/local_orb/
H A Dulocal.py52 pthresh = 0.05
57 idx = list(numpy.argwhere(vec>pthresh))
/dports/math/jags/JAGS-4.3.0/src/modules/bugs/distributions/
H A Dtestbugsdist.h74 unsigned int N=10000, double pthresh=0.001);
/dports/math/py-seaborn/seaborn-0.11.0/seaborn/
H A Ddistributions.py719 thresh, pthresh, pmax, argument
756 if pthresh is not None and common_color_norm:
757 thresh = self._quantile_to_level(full_heights, pthresh)
819 if not common_color_norm and pthresh:
820 thresh = self._quantile_to_level(heights, pthresh)
1381 thresh=0, pthresh=None, pmax=None, cbar=False, cbar_ax=None, cbar_kws=None, argument
1444 pthresh=pthresh,
/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/mvec/
H A D__vcosbig_ultra3.c73 int stridey, int pthresh ) in __vlibm_vcos_big_ultra3() argument
111 if ( hx <= pthresh || hx > 0x413921fb ) in __vlibm_vcos_big_ultra3()
134 if ( hx <= pthresh || hx > 0x413921fb ) in __vlibm_vcos_big_ultra3()
157 if ( hx <= pthresh || hx > 0x413921fb ) in __vlibm_vcos_big_ultra3()
H A D__vsinbig_ultra3.c73 int stridey, int pthresh ) in __vlibm_vsin_big_ultra3() argument
111 if ( hx <= pthresh || hx > 0x413921fb ) in __vlibm_vsin_big_ultra3()
134 if ( hx <= pthresh || hx > 0x413921fb ) in __vlibm_vsin_big_ultra3()
157 if ( hx <= pthresh || hx > 0x413921fb ) in __vlibm_vsin_big_ultra3()
/dports/science/madness/madness-ebb3fd7/src/examples/
H A Dnavstokes_cosines.cc100 const double pthresh = 1.e-9; // Precision variable
102 const double uthresh = pthresh; // Precision
233 FunctionDefaults<3>::set_thresh(pthresh); in testNavierStokes()
/dports/math/py-seaborn/seaborn-0.11.0/seaborn/tests/
H A Dtest_distributions.py1771 pthresh = .1
1774 histplot(**kws, pmax=pmax, pthresh=pthresh, ax=ax3)
1780 (counts <= f(counts, pthresh)).T.flat,
1798 pthresh = .05
1809 histplot(**kws, common_norm=True, pmax=pmax, pthresh=pthresh, ax=ax3)
1814 (sub_counts[i] <= f(full_counts, pthresh)).T.flat,
1817 histplot(**kws, common_norm=False, pmax=pmax, pthresh=pthresh, ax=ax4)
1822 (sub_counts[i] <= f(sub_counts[i], pthresh)).T.flat,
/dports/devel/ga/ga-5.8/tcgmsg/examples/
H A Dgrid.c647 void ParseArguments(argc, argv, pngrid, pniter, pnprint, pnlevel, pthresh) in ParseArguments() argument
649 double *pthresh;
664 (void) sscanf(*++argv, "%lf", pthresh);
/dports/biology/infernal/infernal-1.1.3/easel/miniapps/
H A Desl-alimask.c34 static int mask_based_on_postprobs(double **pp_ct, int64_t alen, int nseq, float pthresh, float pfr…
999 static int mask_based_on_postprobs(double **pp_ct, int64_t alen, int nseq, float pthresh, float pfr… in mask_based_on_postprobs() argument
1051 … if((esl_FCompare(pthresh, ppminA[ppidx], eslSMALLX1) == eslOK) || pthresh < ppminA[ppidx]) break; in mask_based_on_postprobs()
/dports/biology/hmmer/hmmer-3.3/easel/miniapps/
H A Desl-alimask.c34 static int mask_based_on_postprobs(double **pp_ct, int64_t alen, int nseq, float pthresh, float pfr…
999 static int mask_based_on_postprobs(double **pp_ct, int64_t alen, int nseq, float pthresh, float pfr… in mask_based_on_postprobs() argument
1051 … if((esl_FCompare(pthresh, ppminA[ppidx], eslSMALLX1) == eslOK) || pthresh < ppminA[ppidx]) break; in mask_based_on_postprobs()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/algo/
H A Dboxm2_ocl_change_detection.cxx561 std::stringstream pthresh; in get_kernels() local
562 pthresh<<" -D PROB_THRESH="<<PROB_THRESH<<" "; in get_kernels()
563 opts += pthresh.str(); in get_kernels()
1111 std::stringstream pthresh; in get_kernels()
1112 pthresh<<" -D PROB_THRESH="<<PROB_THRESH<<" "; in get_kernels()
1113 opts += pthresh.str(); in get_kernels()

12