Home
last modified time | relevance | path

Searched refs:eps_ (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dgrowth_curve.cpp48 , eps_( 0.7 ) in GrowthCurveLinear()
56 def< double >( d, names::eps, eps_ ); in get()
62 updateValue< double >( d, names::eps, eps_ ); in set()
86 , eps_( 0.7 ) in GrowthCurveGaussian()
94 def< double >( d, names::eps, eps_ ); in get()
101 updateValue< double >( d, names::eps, eps_ ); in set()
116 const double zeta = ( eta_ - eps_ ) / ( 2.0 * sqrt( log( 2.0 ) ) ); in update()
117 const double xi = ( eta_ + eps_ ) / 2.0; in update()
138 , eps_( 0.7 ) in GrowthCurveSigmoid()
147 def< double >( d, names::eps, eps_ ); in get()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/zoo/
H A DROL_HelperFunctions.hpp258 Real eps_; member in ROL::ProjectedObjective
343 con_->pruneActive(Hv,d,p,eps_); in reducedHessVec()
383 con_->pruneActive(Hv,p,eps_); in reducedHessVec()
424 con_->pruneActive(Hv,d,p,eps_); in reducedInvHessVec()
464 con_->pruneActive(Hv,p,eps_); in reducedInvHessVec()
505 con_->pruneActive(Mv,d,p,eps_); in reducedPrecond()
545 con_->pruneActive(Mv,p,eps_); in reducedPrecond()
565 con_->pruneActive(v,g,x,eps_); in pruneActive()
569 con_->pruneActive(v,x,eps_); in pruneActive()
573 con_->pruneInactive(v,g,x,eps_); in pruneInactive()
[all …]
/dports/misc/ompl/ompl-1.5.2/tests/base/
H A DStateSpaceTest.h63 space_(space), n_(n), eps_(eps) in space_()
80 BOOST_OMPL_EXPECT_NEAR(s1.distance(s1), 0.0, eps_); in testDistance()
87 BOOST_OMPL_EXPECT_NEAR(d12, d21, eps_); in testDistance()
104 BOOST_OMPL_EXPECT_NEAR(s1.distance(s3), 0.0, eps_); in testInterpolation()
107 BOOST_OMPL_EXPECT_NEAR(s2.distance(s3), 0.0, eps_); in testInterpolation()
110 BOOST_OMPL_EXPECT_NEAR(s1.distance(s3) + s3.distance(s2), s1.distance(s2), eps_); in testInterpolation()
114 BOOST_OMPL_EXPECT_NEAR(s2.distance(s3), 0.0, eps_); in testInterpolation()
144 double eps_; variable
/dports/biology/diamond/diamond-2.0.13/src/lib/alp/
H A Dsls_basic.cpp109 double eps_) in normal_probability() argument
118 eps_=Tmin(1.0,eps_); in normal_probability()
120 double x_max=10*eps_+sqrt(Tmax(0.0,-2*log(eps_))); in normal_probability()
141 long int N=(long int)round(fabs(x_)/eps_)+1; in normal_probability()
174 double eps_) in normal_probability() argument
178 return normal_probability(x_,eps_); in normal_probability()
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/alp/
H A Dsls_basic.cpp109 double eps_) in normal_probability() argument
118 eps_=Tmin(1.0,eps_); in normal_probability()
120 double x_max=10*eps_+sqrt(Tmax(0.0,-2*log(eps_))); in normal_probability()
141 long int N=(long int)round(fabs(x_)/eps_)+1; in normal_probability()
174 double eps_) in normal_probability() argument
178 return normal_probability(x_,eps_); in normal_probability()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/sol/function/randvarfunctional/risk/
H A DROL_KLDivergence.hpp83 Real eps_; member in ROL::KLDivergence
109 ROL_TEST_FOR_EXCEPTION((eps_ <= zero), std::invalid_argument, in checkInputs()
119 : RandVarFunctional<Real>(), eps_(eps), firstResetKLD_(true) { in KLDivergence()
135 eps_ = list.get<Real>("Threshold"); in KLDivergence()
156 Real ev = exponential(val,xstat[0]*eps_); in updateValue()
168 return (static_cast<Real>(1) + std::log(ev)/eps_)/xstat[0]; in getValue()
176 Real ev = exponential(val,xstat[0]*eps_); in updateGradient()
213 Real ev = exponential(val,xstat[0]*eps_); in updateHessVec()
248 hv.axpy(xstat[0]*eps_,*dualVector_); in getHessVec()
265 + (c3*ehval - eps_*c1*c1)/xstat[0]; in getHessVec()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/adapters/tpetra/src/function/
H A DROL_TpetraBoundConstraint.hpp167 Real eps_; member
170 Y_(Y), X_(X), L_(L), eps_(eps) {} in PruneLowerActive()
176 if(X_(i,j)<=L_(i,j)+eps_) { in operator ()()
192 Real eps_; member
195 Y_(Y), X_(X), U_(U), eps_(eps) {} in PruneUpperActive()
201 if(X_(i,j)>=U_(i,j)-eps_) { in operator ()()
218 Real eps_; member
227 if(X_(i,j)<=L_(i,j)+eps_) { in operator ()()
248 Real eps_; member
275 Real eps_; member
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/odeint/test_external/gmp/
H A Dcheck_gmp.cpp100 mpf_t eps_ , unity; in operator ()() local
101 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
103 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
104 value_type eps( eps_ ); in operator ()()
141 mpf_t eps_ , unity; in operator ()() local
142 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
144 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
145 value_type eps( eps_ ); in operator ()()
H A Dgmp_integrate.cpp97 mpf_t eps_ , unity; in operator ()() local
98 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
100 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
101 value_type eps( eps_ ); in operator ()()
146 mpf_t eps_ , unity; in operator ()() local
147 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
149 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
150 value_type eps( eps_ ); in operator ()()
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/odeint/test_external/gmp/
H A Dcheck_gmp.cpp100 mpf_t eps_ , unity; in operator ()() local
101 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
103 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
104 value_type eps( eps_ ); in operator ()()
141 mpf_t eps_ , unity; in operator ()() local
142 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
144 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
145 value_type eps( eps_ ); in operator ()()
H A Dgmp_integrate.cpp97 mpf_t eps_ , unity; in operator ()() local
98 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
100 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
101 value_type eps( eps_ ); in operator ()()
146 mpf_t eps_ , unity; in operator ()() local
147 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
149 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
150 value_type eps( eps_ ); in operator ()()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/numeric/odeint/test_external/gmp/
H A Dcheck_gmp.cpp100 mpf_t eps_ , unity; in operator ()() local
101 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
103 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
104 value_type eps( eps_ ); in operator ()()
141 mpf_t eps_ , unity; in operator ()() local
142 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
144 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
145 value_type eps( eps_ ); in operator ()()
H A Dgmp_integrate.cpp97 mpf_t eps_ , unity; in operator ()() local
98 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
100 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
101 value_type eps( eps_ ); in operator ()()
146 mpf_t eps_ , unity; in operator ()() local
147 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
149 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
150 value_type eps( eps_ ); in operator ()()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/numeric/odeint/test_external/gmp/
H A Dcheck_gmp.cpp100 mpf_t eps_ , unity; in operator ()() local
101 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
103 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
104 value_type eps( eps_ ); in operator ()()
141 mpf_t eps_ , unity; in operator ()() local
142 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
144 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
145 value_type eps( eps_ ); in operator ()()
H A Dgmp_integrate.cpp97 mpf_t eps_ , unity; in operator ()() local
98 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
100 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
101 value_type eps( eps_ ); in operator ()()
146 mpf_t eps_ , unity; in operator ()() local
147 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
149 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
150 value_type eps( eps_ ); in operator ()()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/numeric/odeint/test_external/gmp/
H A Dcheck_gmp.cpp100 mpf_t eps_ , unity; in operator ()() local
101 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
103 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
104 value_type eps( eps_ ); in operator ()()
141 mpf_t eps_ , unity; in operator ()() local
142 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
144 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
145 value_type eps( eps_ ); in operator ()()
H A Dgmp_integrate.cpp97 mpf_t eps_ , unity; in operator ()() local
98 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
100 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
101 value_type eps( eps_ ); in operator ()()
146 mpf_t eps_ , unity; in operator ()() local
147 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
149 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
150 value_type eps( eps_ ); in operator ()()
/dports/databases/percona57-server/boost_1_59_0/libs/numeric/odeint/test_external/gmp/
H A Dcheck_gmp.cpp100 mpf_t eps_ , unity; in operator ()() local
101 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
103 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
104 value_type eps( eps_ ); in operator ()()
141 mpf_t eps_ , unity; in operator ()() local
142 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
144 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
145 value_type eps( eps_ ); in operator ()()
H A Dgmp_integrate.cpp97 mpf_t eps_ , unity; in operator ()() local
98 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
100 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
101 value_type eps( eps_ ); in operator ()()
146 mpf_t eps_ , unity; in operator ()() local
147 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
149 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
150 value_type eps( eps_ ); in operator ()()
/dports/databases/xtrabackup/boost_1_59_0/libs/numeric/odeint/test_external/gmp/
H A Dcheck_gmp.cpp100 mpf_t eps_ , unity; in operator ()() local
101 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
103 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
104 value_type eps( eps_ ); in operator ()()
141 mpf_t eps_ , unity; in operator ()() local
142 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
144 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
145 value_type eps( eps_ ); in operator ()()
H A Dgmp_integrate.cpp97 mpf_t eps_ , unity; in operator ()() local
98 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
100 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
101 value_type eps( eps_ ); in operator ()()
146 mpf_t eps_ , unity; in operator ()() local
147 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
149 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
150 value_type eps( eps_ ); in operator ()()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/common/
H A Dautomaticdifferenceoperator.hh67 RangeFieldType eps_; member in Dune::Fem::AutomaticDifferenceLinearOperator
102 …: eps_( parameter.getValue< RangeFieldType >( "fem.differenceoperator.eps", RangeFieldType( 0 ) ) ) in AutomaticDifferenceOperator()
106 : eps_( eps ) in AutomaticDifferenceOperator()
111 jOp.set( u, *this, eps_ ); in jacobian()
115 const RealType eps_; member in Dune::Fem::AutomaticDifferenceOperator
135 RealType eps = eps_; in operator ()()
162 eps_ = eps; in set()
163 if( eps_ <= RealType( 0 ) ) in set()
/dports/databases/percona57-client/boost_1_59_0/libs/numeric/odeint/test_external/gmp/
H A Dcheck_gmp.cpp100 mpf_t eps_ , unity; in operator ()() local
101 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
103 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
104 value_type eps( eps_ ); in operator ()()
141 mpf_t eps_ , unity; in operator ()() local
142 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
144 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
145 value_type eps( eps_ ); in operator ()()
/dports/devel/boost-libs/boost_1_72_0/libs/numeric/odeint/test_external/gmp/
H A Dcheck_gmp.cpp100 mpf_t eps_ , unity; in operator ()() local
101 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
103 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
104 value_type eps( eps_ ); in operator ()()
141 mpf_t eps_ , unity; in operator ()() local
142 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
144 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
145 value_type eps( eps_ ); in operator ()()
/dports/devel/hyperscan/boost_1_75_0/libs/numeric/odeint/test_external/gmp/
H A Dcheck_gmp.cpp100 mpf_t eps_ , unity; in operator ()() local
101 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
103 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
104 value_type eps( eps_ ); in operator ()()
141 mpf_t eps_ , unity; in operator ()() local
142 mpf_init( eps_ ); mpf_init( unity ); in operator ()()
144 …mpf_div_2exp( eps_ , unity , precision-1 ); // 2^(-precision+1) : smallest number that can be repr… in operator ()()
145 value_type eps( eps_ ); in operator ()()

12345678910>>...12