Home
last modified time | relevance | path

Searched refs:thres1 (Results 1 – 19 of 19) sorted by relevance

/dports/math/R-cran-igraph/igraph/src/
H A Ddseupd.f259 & bnorm2, rnorm, temp, thres1, thres2, tempbnd, eps23
474 thres1 = workl(ritz)
477 call igraphdvout(logfil, 1, [thres1], ndigit,
492 thres1 = workl(ism)
496 kv(1) = thres1
529 if (abs(workl(irz+j)) .ge. abs(thres1)) then
536 if (abs(workl(irz+j)) .le. abs(thres1)) then
543 if (workl(irz+j) .ge. thres1) then
550 if (workl(irz+j) .le. thres1) then
557 if ( workl(irz+j) .le. thres1 .or.
/dports/science/elmerfem/elmerfem-release-9.0/mathlibs/src/arpack/
H A Ddseupd.f259 & bnorm2, rnorm, temp, thres1, thres2, tempbnd, eps23
473 thres1 = workl(ritz)
476 call dvout(logfil, 1, thres1, ndigit,
491 thres1 = workl(ism)
495 kv(1) = thres1
528 if (abs(workl(irz+j)) .ge. abs(thres1)) then
535 if (abs(workl(irz+j)) .le. abs(thres1)) then
542 if (workl(irz+j) .ge. thres1) then
549 if (workl(irz+j) .le. thres1) then
556 if ( workl(irz+j) .le. thres1 .or.
H A Dsseupd.f259 & bnorm2, rnorm, temp, thres1, thres2, tempbnd, eps23
473 thres1 = workl(ritz)
476 call svout(logfil, 1, thres1, ndigit,
491 thres1 = workl(ism)
495 kv(1) = thres1
528 if (abs(workl(irz+j)) .ge. abs(thres1)) then
535 if (abs(workl(irz+j)) .le. abs(thres1)) then
542 if (workl(irz+j) .ge. thres1) then
549 if (workl(irz+j) .le. thres1) then
556 if ( workl(irz+j) .le. thres1 .or.
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/arpack/
H A Ddseupd.f257 & bnorm2, rnorm, temp, thres1, thres2, tempbnd, eps23
471 thres1 = workl(ritz)
489 thres1 = workl(ism)
493 kv(1) = thres1
526 if (abs(workl(irz+j)) .ge. abs(thres1)) then
533 if (abs(workl(irz+j)) .le. abs(thres1)) then
540 if (workl(irz+j) .ge. thres1) then
547 if (workl(irz+j) .le. thres1) then
554 if ( workl(irz+j) .le. thres1 .or.
H A Ddseupd.c289 doublereal thres1, thres2; in dseupd_() local
670 thres1 = workl[ritz]; in dseupd_()
692 thres1 = workl[ism]; in dseupd_()
742 if ((d__1 = workl[irz + j], abs(d__1)) >= abs(thres1)) { in dseupd_()
758 if ((d__1 = workl[irz + j], abs(d__1)) <= abs(thres1)) { in dseupd_()
774 if (workl[irz + j] >= thres1) { in dseupd_()
790 if (workl[irz + j] <= thres1) { in dseupd_()
806 if (workl[irz + j] <= thres1 || workl[irz + j] >= thres2) { in dseupd_()
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/arpack/
H A Ddseupd.f257 & bnorm2, rnorm, temp, thres1, thres2, tempbnd, eps23
471 thres1 = workl(ritz)
489 thres1 = workl(ism)
493 kv(1) = thres1
526 if (abs(workl(irz+j)) .ge. abs(thres1)) then
533 if (abs(workl(irz+j)) .le. abs(thres1)) then
540 if (workl(irz+j) .ge. thres1) then
547 if (workl(irz+j) .le. thres1) then
554 if ( workl(irz+j) .le. thres1 .or.
H A Ddseupd.c289 doublereal thres1, thres2; in dseupd_() local
670 thres1 = workl[ritz]; in dseupd_()
692 thres1 = workl[ism]; in dseupd_()
742 if ((d__1 = workl[irz + j], abs(d__1)) >= abs(thres1)) { in dseupd_()
758 if ((d__1 = workl[irz + j], abs(d__1)) <= abs(thres1)) { in dseupd_()
774 if (workl[irz + j] >= thres1) { in dseupd_()
790 if (workl[irz + j] <= thres1) { in dseupd_()
806 if (workl[irz + j] <= thres1 || workl[irz + j] >= thres2) { in dseupd_()
/dports/math/igraph/igraph-0.9.5/vendor/lapack/
H A Ddseupd.c279 doublereal thres1, thres2; in igraphdseupd_() local
563 thres1 = workl[ritz]; in igraphdseupd_()
566 igraphdvout_(&logfil, &c__1, &thres1, &ndigit, "_seupd: Threshold " in igraphdseupd_()
581 thres1 = workl[ism]; in igraphdseupd_()
585 kv[0] = thres1; in igraphdseupd_()
619 if ((d__1 = workl[irz + j], abs(d__1)) >= abs(thres1)) { in igraphdseupd_()
628 if ((d__1 = workl[irz + j], abs(d__1)) <= abs(thres1)) { in igraphdseupd_()
637 if (workl[irz + j] >= thres1) { in igraphdseupd_()
646 if (workl[irz + j] <= thres1) { in igraphdseupd_()
655 if (workl[irz + j] <= thres1 || workl[irz + j] >= thres2) { in igraphdseupd_()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/SPP+CUTS/src/LP/
H A Dspp_lp_functions.c342 double thres1, thres2, thres, gap, ub; in lift_cut_in_lp() local
356 thres1 = gap * par->lp_dj_threshold_frac; in lift_cut_in_lp()
358 if (thres1 > 0 && thres2 > 0) in lift_cut_in_lp()
359 thres = MIN(thres1, thres2); in lift_cut_in_lp()
360 else if (thres1 <= 0 && thres2 <= 0) in lift_cut_in_lp()
363 thres = MAX(thres1, thres2); in lift_cut_in_lp()
/dports/science/py-obspy/obspy-1.2.2/obspy/signal/
H A Dtrigger.py301 def trigger_onset(charfct, thres1, thres2, max_len=9e99, max_len_delete=False): argument
343 ind1 = np.where(charfct > thres1)[0]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/linearalgebra/
H A Dgmx_arpack.cpp2310 double thres1 = 0, thres2 = 0; in F77_FUNC() local
2460 thres1 = workl[ism]; in F77_FUNC()
2472 if (std::abs(workl[irz + j]) >= std::abs(thres1)) in F77_FUNC()
2485 if (std::abs(workl[irz + j]) <= std::abs(thres1)) in F77_FUNC()
2498 if (workl[irz + j] >= thres1) in F77_FUNC()
2511 if (workl[irz + j] <= thres1) in F77_FUNC()
5027 float thres1 = 0, thres2 = 0; in F77_FUNC() local
5177 thres1 = workl[ism]; in F77_FUNC()
5189 if (std::abs(workl[irz + j]) >= std::abs(thres1)) in F77_FUNC()
5215 if (workl[irz + j] >= thres1) in F77_FUNC()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dsnowenc.c1252 int x,y, thres1, thres2; in quantize() local
1262 thres1= ((qmul - bias)>>QEXPSHIFT) - 1; in quantize()
1263 thres2= 2*thres1; in quantize()
1270 if((unsigned)(i+thres1) > thres2){ in quantize()
1290 if((unsigned)(i+thres1) > thres2){ in quantize()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dsnowenc.c1252 int x,y, thres1, thres2; in quantize() local
1262 thres1= ((qmul - bias)>>QEXPSHIFT) - 1; in quantize()
1263 thres2= 2*thres1; in quantize()
1270 if((unsigned)(i+thres1) > thres2){ in quantize()
1290 if((unsigned)(i+thres1) > thres2){ in quantize()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dsnowenc.c1250 int x,y, thres1, thres2; in quantize() local
1260 thres1= ((qmul - bias)>>QEXPSHIFT) - 1; in quantize()
1261 thres2= 2*thres1; in quantize()
1268 if((unsigned)(i+thres1) > thres2){ in quantize()
1288 if((unsigned)(i+thres1) > thres2){ in quantize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dsnowenc.c1251 int x,y, thres1, thres2; in quantize() local
1261 thres1= ((qmul - bias)>>QEXPSHIFT) - 1; in quantize()
1262 thres2= 2*thres1; in quantize()
1269 if((unsigned)(i+thres1) > thres2){ in quantize()
1289 if((unsigned)(i+thres1) > thres2){ in quantize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dsnowenc.c1252 int x,y, thres1, thres2; in quantize() local
1262 thres1= ((qmul - bias)>>QEXPSHIFT) - 1; in quantize()
1263 thres2= 2*thres1; in quantize()
1270 if((unsigned)(i+thres1) > thres2){ in quantize()
1290 if((unsigned)(i+thres1) > thres2){ in quantize()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dsnowenc.c1231 int x,y, thres1, thres2; in quantize() local
1241 thres1= ((qmul - bias)>>QEXPSHIFT) - 1; in quantize()
1242 thres2= 2*thres1; in quantize()
1249 if((unsigned)(i+thres1) > thres2){ in quantize()
1269 if((unsigned)(i+thres1) > thres2){ in quantize()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dsnowenc.c1231 int x,y, thres1, thres2; in quantize() local
1241 thres1= ((qmul - bias)>>QEXPSHIFT) - 1; in quantize()
1242 thres2= 2*thres1; in quantize()
1249 if((unsigned)(i+thres1) > thres2){ in quantize()
1269 if((unsigned)(i+thres1) > thres2){ in quantize()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dsnow.c3254 int x,y, thres1, thres2; in quantize() local
3264 thres1= ((qmul - bias)>>QEXPSHIFT) - 1; in quantize()
3265 thres2= 2*thres1; in quantize()
3272 if((unsigned)(i+thres1) > thres2){ in quantize()
3292 if((unsigned)(i+thres1) > thres2){ in quantize()