Home
last modified time | relevance | path

Searched refs:estimate2 (Results 1 – 25 of 29) sorted by relevance

12

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dnodesel_bfs.c254 SCIP_Real estimate2; in SCIP_DECL_NODESELCOMP() local
257 estimate2 = SCIPnodeGetEstimate(node2); in SCIP_DECL_NODESELCOMP()
258 if( (SCIPisInfinity(scip, estimate1) && SCIPisInfinity(scip, estimate2)) || in SCIP_DECL_NODESELCOMP()
259 (SCIPisInfinity(scip, -estimate1) && SCIPisInfinity(scip, -estimate2)) || in SCIP_DECL_NODESELCOMP()
260 SCIPisEQ(scip, estimate1, estimate2) ) in SCIP_DECL_NODESELCOMP()
291 if( SCIPisLT(scip, estimate1, estimate2) ) in SCIP_DECL_NODESELCOMP()
294 assert(SCIPisGT(scip, estimate1, estimate2)); in SCIP_DECL_NODESELCOMP()
H A Dnodesel_estimate.c289 SCIP_Real estimate2; in SCIP_DECL_NODESELCOMP() local
296 estimate2 = SCIPnodeGetEstimate(node2); in SCIP_DECL_NODESELCOMP()
297 if( (SCIPisInfinity(scip, estimate1) && SCIPisInfinity(scip, estimate2)) || in SCIP_DECL_NODESELCOMP()
298 (SCIPisInfinity(scip, -estimate1) && SCIPisInfinity(scip, -estimate2)) || in SCIP_DECL_NODESELCOMP()
299 SCIPisEQ(scip, estimate1, estimate2) ) in SCIP_DECL_NODESELCOMP()
342 if( SCIPisLT(scip, estimate1, estimate2) ) in SCIP_DECL_NODESELCOMP()
345 assert(SCIPisGT(scip, estimate1, estimate2)); in SCIP_DECL_NODESELCOMP()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/regress/tests/
H A Dallowed-jobcommand-test99 @$out ${cwd}/tmp/estimate2.log
127 grep "2000 OK estimate files=1 bytes=" ${tmp}/estimate2.log 2>&1 >/dev/null
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/regress/tests/
H A Dallowed-jobcommand-test99 @$out ${cwd}/tmp/estimate2.log
127 grep "2000 OK estimate files=1 bytes=" ${tmp}/estimate2.log 2>&1 >/dev/null
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/regress/tests/
H A Dallowed-jobcommand-test99 @$out ${cwd}/tmp/estimate2.log
127 grep "2000 OK estimate files=1 bytes=" ${tmp}/estimate2.log 2>&1 >/dev/null
/dports/sysutils/bareos-client/bareos-Release-20.0.3/regress/tests/
H A Dallowed-jobcommand-test99 @$out ${cwd}/tmp/estimate2.log
127 grep "2000 OK estimate files=1 bytes=" ${tmp}/estimate2.log 2>&1 >/dev/null
/dports/sysutils/bareos-server/bareos-Release-20.0.3/regress/tests/
H A Dallowed-jobcommand-test99 @$out ${cwd}/tmp/estimate2.log
127 grep "2000 OK estimate files=1 bytes=" ${tmp}/estimate2.log 2>&1 >/dev/null
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/regress/tests/
H A Dallowed-jobcommand-test99 @$out ${cwd}/tmp/estimate2.log
127 grep "2000 OK estimate files=1 bytes=" ${tmp}/estimate2.log 2>&1 >/dev/null
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/regress/tests/
H A Dallowed-jobcommand-test99 @$out ${cwd}/tmp/estimate2.log
127 grep "2000 OK estimate files=1 bytes=" ${tmp}/estimate2.log 2>&1 >/dev/null
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/regress/tests/
H A Dallowed-jobcommand-test99 @$out ${cwd}/tmp/estimate2.log
127 grep "2000 OK estimate files=1 bytes=" ${tmp}/estimate2.log 2>&1 >/dev/null
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/regress/tests/
H A Dallowed-jobcommand-test99 @$out ${cwd}/tmp/estimate2.log
127 grep "2000 OK estimate files=1 bytes=" ${tmp}/estimate2.log 2>&1 >/dev/null
/dports/www/bareos18-webui/bareos-Release-18.2.12/regress/tests/
H A Dallowed-jobcommand-test99 @$out ${cwd}/tmp/estimate2.log
127 grep "2000 OK estimate files=1 bytes=" ${tmp}/estimate2.log 2>&1 >/dev/null
/dports/www/bareos-webui/bareos-Release-20.0.3/regress/tests/
H A Dallowed-jobcommand-test99 @$out ${cwd}/tmp/estimate2.log
127 grep "2000 OK estimate files=1 bytes=" ${tmp}/estimate2.log 2>&1 >/dev/null
/dports/www/bareos19-webui/bareos-Release-19.2.11/regress/tests/
H A Dallowed-jobcommand-test99 @$out ${cwd}/tmp/estimate2.log
127 grep "2000 OK estimate files=1 bytes=" ${tmp}/estimate2.log 2>&1 >/dev/null
/dports/devel/tcllib/tcllib-1.20/modules/math/
H A Dprimes.test186 set estimate2 [::math::numtheory::numberPrimesLegendre 1000]
188 set result [list [expr {int($estimate1)}] [expr {int($estimate2)}] [expr {int($estimate3)}]]
/dports/devel/tcllibc/tcllib-1.20/modules/math/
H A Dprimes.test186 set estimate2 [::math::numtheory::numberPrimesLegendre 1000]
188 set result [list [expr {int($estimate1)}] [expr {int($estimate2)}] [expr {int($estimate3)}]]
/dports/devel/R-cran-broom/broom/R/
H A Dstats-htest-tidiers.R55 ret <- c(estimate = ret$estimate1 - ret$estimate2, ret)
/dports/math/R-cran-lava/lava/R/
H A Dtwostage.R258 res$estimate2 <- model2
365 pred <- predict(object$estimate2,x=x,p=p,data=newdata,...)
383 m0 <- Model(object$estimate2)
/dports/devel/R-cran-broom/broom/man/
H A Dtidy.htest.Rd68 \item{estimate2}{Sometimes two estimates are computed, such as in a two-sample t-test.}
/dports/science/py-dlib/dlib-19.22/dlib/simd/
H A Dsimd4f.h540 simd4f estimate2 = vmulq_f32(estimate, item); in reciprocal_sqrt()
541 estimate = vmulq_f32(estimate, vrsqrtsq_f32(estimate2, estimate)); in reciprocal_sqrt()
/dports/science/dlib-cpp/dlib-19.22/dlib/simd/
H A Dsimd4f.h540 simd4f estimate2 = vmulq_f32(estimate, item); in reciprocal_sqrt()
541 estimate = vmulq_f32(estimate, vrsqrtsq_f32(estimate2, estimate)); in reciprocal_sqrt()
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/math/
H A DSimd_AltiVec.cpp522 register float estimate1, estimate2, estimate3; in FastScalarInvSqrt_x3() local
527 estimate2 = __frsqrte ( *arg2 + kSmallestFloat ); in FastScalarInvSqrt_x3()
532 estimate2 = estimate2 + 0.5f * estimate2 * ( 1.0f - *arg2 * estimate2 * estimate2 ); in FastScalarInvSqrt_x3()
535 estimate2 = estimate2 + 0.5f * estimate2 * ( 1.0f - *arg2 * estimate2 * estimate2 ); in FastScalarInvSqrt_x3()
539 *arg2 = estimate2; in FastScalarInvSqrt_x3()
564 register float estimate1, estimate2, estimate3, estimate4, estimate5, estimate6; in FastScalarInvSqrt_x6() local
569 estimate2 = __frsqrte ( *arg2 + kSmallestFloat ); in FastScalarInvSqrt_x6()
577 estimate2 = estimate2 + 0.5f * estimate2 * ( 1.0f - *arg2 * estimate2 * estimate2 ); in FastScalarInvSqrt_x6()
584 estimate2 = estimate2 + 0.5f * estimate2 * ( 1.0f - *arg2 * estimate2 * estimate2 ); in FastScalarInvSqrt_x6()
591 *arg2 = estimate2; in FastScalarInvSqrt_x6()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/axis/
H A DDateAxis.java1396 double estimate2 in selectVerticalAutoTickUnit() local
1399 = (DateTickUnit) tickUnits.getCeilingTickUnit(estimate2); in selectVerticalAutoTickUnit()
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dhfx_load_balance_methods.F1775 REAL(KIND=dp) :: estimate1, estimate2, estimate, ratio, switch, mu, sigma local
1782 estimate2 = estimate_basic(p2)
1786 estimate = estimate1*(1.0_dp - switch) + estimate2*switch
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dhfx_load_balance_methods.F1772 REAL(KIND=dp) :: estimate1, estimate2, estimate, ratio, switch, mu, sigma local
1779 estimate2 = estimate_basic(p2)
1783 estimate = estimate1*(1.0_dp - switch) + estimate2*switch

12