Home
last modified time | relevance | path

Searched +defs:eps +defs:power (Results 1 – 25 of 87) sorted by relevance

1234

/dports/science/plumed/plumed2-2.7.2/src/manyrestraints/
H A DUWalls.cpp67 double eps; member in PLMD::manyrestraints::UWalls
101 double power = pow( uscale, exp ); in calcPotential() local
H A DLWalls.cpp63 double eps; member in PLMD::manyrestraints::LWalls
97 double power = pow( uscale, exp ); in calcPotential() local
/dports/science/chemps2/CheMPS2-1.8.10/PyCheMPS2/tests/
H A Dtest12.py33 eps = np.array([ -3.5, -2.5, -1.5, -0.5, 0.5, 1.5, 2.5, 3.5 ], dtype=ctypes.c_double) variable
36 power = 0.0 variable
/dports/science/chemps2/CheMPS2-1.8.10/tests/
H A Dtest12.cpp.in38 double eps[] = { -3.5, -2.5, -1.5, -0.5, 0.5, 1.5, 2.5, 3.5 }; local
40 const double power = 0.0; local
/dports/science/plumed/plumed2-2.7.2/src/bias/
H A DLWalls.cpp72 std::vector<double> eps; member in PLMD::bias::LWalls
140 double power = pow( lscale, exponent ); in calculate() local
H A DUWalls.cpp71 std::vector<double> eps; member in PLMD::bias::UWalls
139 double power = pow( uscale, exponent ); in calculate() local
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/draw/utils/
H A Daxis.c34 int i,power; in PetscADefTicks() local
35 PetscReal x = 0.0,base=0.0,eps; in PetscADefTicks() local
112 PetscErrorCode PetscAGetBase(PetscReal vmin,PetscReal vmax,int num,PetscReal *Base,int *power) in PetscAGetBase()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/physics/
H A DUnits.h186 static UnitDimensions power() { in power() function
341 friend Unit pow(const Unit& u, const int power) { in pow()
348 friend bool almostEqual(const Unit& u1, const Unit& u2, const Float eps) { in almostEqual()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/funcs/
H A DSquareRoot.hpp32 Real power; member
213 const Real eps = lapack::MachineEpsilon<Real>(); in HPSDSquareRoot() local
264 const Real eps = lapack::MachineEpsilon<Real>(); in HPSDSquareRoot() local
/dports/science/madness/madness-ebb3fd7/src/madness/mra/tools/
H A Dlongfloat.py627 def __pow__(self,power): argument
677 def __rpow__(self,power): argument
1237 def eps(self): member in longfloat
1352 def nbits(eps): argument
/dports/math/py-jax/jax-0.2.9/jax/experimental/
H A Doptimizers.py322 def rmsprop(step_size, gamma=0.9, eps=1e-8): argument
350 def rmsprop_momentum(step_size, gamma=0.9, eps=1e-8, momentum=0.9): argument
384 def adam(step_size, b1=0.9, b2=0.999, eps=1e-8): argument
420 def adamax(step_size, b1=0.9, b2=0.999, eps=1e-8): argument
522 def polynomial_decay(step_size, decay_steps, final_step_size, power=1.0): argument
/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.hpp118 KLDivergence(const Real eps = 1.e-2) in KLDivergence()
289 Real power(const Real arg, const Real pow) const { in power() function in ROL::KLDivergence
/dports/science/openkim-models/openkim-models-2021-01-28/model-drivers/hNN__MD_435082866799_001/
H A Ddescriptor.cpp332 double power = fast_pow(base, (int) zeta); in sym_d_g4() local
579 double power = p2 * fast_pow(base, (int) zeta); in precompute_g4() local
606 double eps; in create_g4_lookup() local
676 void add_distinct_value(double v, std::vector<double> & v_vec, double eps) in add_distinct_value()
693 int find_index(double v, std::vector<double> & v_vec, double eps) in find_index()
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/include/opencv2/dnn/
H A Dall_layers.hpp287 float eps; member in cv::dnn::MVNLayer
498 float power, scale, shift; member in cv::dnn::PowerLayer
/dports/games/xonotic/Xonotic/source/gmqcc/
H A Dintrin.cpp1166 ast_value *eps = new ast_value(ctx(), "eps", TYPE_FLOAT); in epsilon_() local
1383 ast_value *power = new ast_value(ctx(), "power", TYPE_FLOAT); in ln_() local
1395 ast_value *eps = new ast_value(ctx(), "eps", TYPE_FLOAT); in ln_() local
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/
H A Dctx_fp.py44 eps = math2.EPS variable in FPContext
116 power = staticmethod(math2.pow) variable in FPContext
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/onnx/
H A Donnx_graph_simplifier.cpp243 int power = addNodeToMatch("Constant"); in NormalizeSubgraph3() local
247 int eps = addNodeToMatch("Constant"); in NormalizeSubgraph3() local
263 int eps = addNodeToMatch(""); in NormalizeSubgraph4() local
/dports/math/amgcl/amgcl-1.4.2/examples/mpi/
H A Dmba.hpp56 struct power : std::integral_constant<size_t, N * power<N, M-1>::value> {}; struct
59 struct power<N, 0> : std::integral_constant<size_t, 1> {}; struct
640 double res, eps = 0.0; in init() local
/dports/devel/vexcl/vexcl-1.4.3/vexcl/
H A Dmba.hpp79 struct power : std::integral_constant<size_t, N * power<N, M-1>::value> {}; struct
82 struct power<N, 0> : std::integral_constant<size_t, 1> {}; struct
469 static const real eps = 1e-12; in contained() local
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/simple_classes/bigfloat/
H A Dbigfloat.cc1110 power(bigfloat & z, const bigfloat & x, long y) in power() function
1151 power(bigfloat & z, const bigfloat & x, const bigfloat & y) in power() function
1194 long eps, ex, i, n, l1, l0, l2, l02; in sqrt() local
/dports/lang/gcc6-aux/gcc-6-20180516/libgfortran/intrinsics/
H A Dc99_functions.c1028 cpowf (float complex base, float complex power) in cpowf()
1039 cpow (double complex base, double complex power) in cpow()
1050 cpowl (long double complex base, long double complex power) in cpowl()
1825 static double eps = 0; in tgamma() local
1986 static double xbig = 2.55e305, xinf = __builtin_inf (), eps = 0, in lgamma() local
/dports/lang/gcc8/gcc-8.5.0/libgfortran/intrinsics/
H A Dc99_functions.c1028 cpowf (float complex base, float complex power) in cpowf()
1039 cpow (double complex base, double complex power) in cpow()
1050 cpowl (long double complex base, long double complex power) in cpowl()
1825 static double eps = 0; in tgamma() local
1986 static double xbig = 2.55e305, xinf = __builtin_inf (), eps = 0, in lgamma() local
/dports/lang/gcc48/gcc-4.8.5/libgfortran/intrinsics/
H A Dc99_functions.c1021 cpowf (float complex base, float complex power) in cpowf()
1032 cpow (double complex base, double complex power) in cpow()
1043 cpowl (long double complex base, long double complex power) in cpowl()
1818 static double eps = 0; in tgamma() local
1979 static double xbig = 2.55e305, xinf = __builtin_inf (), eps = 0, in lgamma() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgfortran/intrinsics/
H A Dc99_functions.c1028 cpowf (float complex base, float complex power) in cpowf()
1039 cpow (double complex base, double complex power) in cpow()
1050 cpowl (long double complex base, long double complex power) in cpowl()
1825 static double eps = 0; in tgamma() local
1986 static double xbig = 2.55e305, xinf = __builtin_inf (), eps = 0, in lgamma() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgfortran/intrinsics/
H A Dc99_functions.c1028 cpowf (float complex base, float complex power) in cpowf()
1039 cpow (double complex base, double complex power) in cpow()
1050 cpowl (long double complex base, long double complex power) in cpowl()
1825 static double eps = 0; in tgamma() local
1986 static double xbig = 2.55e305, xinf = __builtin_inf (), eps = 0, in lgamma() local

1234