Home
last modified time | relevance | path

Searched refs:real_type (Results 1 – 25 of 1648) sorted by relevance

12345678910>>...66

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/Jastrow/
H A DPadeFunctors.h86 inline real_type evaluate(real_type r, real_type& dudr, real_type& d2udr2) const in evaluate()
94 …inline real_type evaluate(real_type r, real_type& dudr, real_type& d2udr2, real_type& d3udr3) const in evaluate()
305 inline real_type evaluate(real_type r, real_type& dudr, real_type& d2udr2) in evaluate()
315 inline real_type evaluate(real_type r, real_type& dudr, real_type& d2udr2, real_type& d3udr3) in evaluate()
329 real_type df(real_type r) in df()
550 inline real_type evaluate(real_type r, real_type& dudr, real_type& d2udr2) in evaluate()
563 inline real_type evaluate(real_type r, real_type& dudr, real_type& d2udr2, real_type& d3udr3) in evaluate()
572 real_type df(real_type r) in df()
824 inline real_type evaluate(real_type r, real_type& dudr, real_type& d2udr2) in evaluate()
836 inline real_type evaluate(real_type r, real_type& dudr, real_type& d2udr2, real_type d3udr3) in evaluate()
[all …]
H A DSplineFunctors.h53 real_type Y;
54 real_type dY;
55 real_type d2Y;
87 inline real_type evaluate(real_type r, real_type& dudr, real_type& d2udr2, real_type& d3udr3) in evaluate()
96 …inline real_type evaluate(real_type r, real_type& dudr, real_type& d2udr2) { return OutFunc.splint… in evaluate()
106 inline real_type evaluate(real_type r, real_type rinv) { return Y = OutFunc.splint(r); } in evaluate()
112 …inline real_type evaluateAll(real_type r, real_type rinv) { return Y = OutFunc.splint(r, dY, d2Y);… in evaluateAll()
118 inline real_type df(real_type r) in df()
263 inline real_type evaluate(real_type r, real_type& dudr, real_type& d2udr2) in evaluate()
273 real_type f(real_type r) { return OutFunc->splint(r); } in f()
[all …]
H A DShortRangeCuspFunctor.h69 real_type A;
71 real_type R0;
112 inline real_type evaluate(real_type r) const in evaluate()
124 real_type n = 2.0; in evaluate()
138 inline real_type evaluate(real_type r, real_type& dudr, real_type& d2udr2) const in evaluate()
158 real_type n = 2.0; in evaluate()
192 …inline real_type evaluate(real_type r, real_type& dudr, real_type& d2udr2, real_type& d3udr3) const in evaluate()
206 real_type sum(0); in evaluateV()
234 inline real_type f(real_type r) in f()
242 inline real_type df(real_type r) in df()
[all …]
H A DPolynomialFunctor3D.h54 real_type scale;
58 PolynomialFunctor3D(real_type ee_cusp = 0.0, real_type eI_cusp = 0.0)
163 real_type max_abs; in resize()
320 inline real_type evaluate(real_type r_12, real_type r_1I, real_type r_2I) const in evaluate()
330 real_type r2l(cone); in evaluate()
396 inline real_type evaluate(real_type r_12, in evaluate()
598 inline real_type evaluate(const real_type r_12, in evaluate()
709 inline real_type evaluate(const real_type r, const real_type rinv) { return 0.0; } in evaluate()
910 inline real_type f(real_type r) { return 0.0; } in f()
911 inline real_type df(real_type r) { return 0.0; } in df()
[all …]
H A DBsplineFunctor.h43 real_type CuspValue;
156 inline real_type evaluate(real_type r) in evaluate()
164 real_type tp[4]; in evaluate()
174 inline real_type evaluate(real_type r, real_type rinv) { return Y = evaluate(r, dY, d2Y); } in evaluate()
178 inline real_type evaluate(real_type r, real_type& dudr, real_type& d2udr2) in evaluate()
220 inline real_type evaluate(real_type r, real_type& dudr, real_type& d2udr2, real_type& d3udr3) in evaluate()
369 inline real_type f(real_type r) in f()
375 inline real_type df(real_type r) in df()
468 real_type r = (real_type)i / (real_type)numPoints * cutoff_radius; in put()
652 real_type t = r - real_type(i); in evaluateV()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/Numerics/
H A DGaussianBasisSet.h47 inline void reset(real_type sig, real_type c) in reset()
70 …inline real_type df(real_type r, real_type rr) const { return CoeffP * r * std::exp(MinusSigma * r… in df()
71 inline real_type evaluate(real_type r, real_type rr, real_type& du, real_type& d2u) in evaluate()
78 …inline real_type evaluate(real_type r, real_type rr, real_type& du, real_type& d2u, real_type& d3u) in evaluate()
90 real_type L;
91 real_type NormL;
110 inline real_type f(real_type r) in f()
123 inline real_type df(real_type r) in df()
137 inline real_type evaluate(real_type r, real_type rinv) in evaluate()
150 inline void evaluateAll(real_type r, real_type rinv) in evaluateAll()
[all …]
H A DGaussianTimesRN.h29 real_type Sigma;
30 real_type Coeff;
34 real_type CoeffP;
44 inline void resetGaussian(real_type sig, real_type c, int p) in resetGaussian()
62 inline real_type f(real_type r, real_type rr) in f()
72 inline real_type df(real_type r, real_type rr) in df()
84 inline real_type evaluate(real_type r, real_type rr, real_type& du, real_type& d2u) in evaluate()
132 inline real_type f(real_type r) in f()
146 inline real_type df(real_type r) in df()
160 inline real_type evaluate(real_type r, real_type rinv) in evaluate()
[all …]
H A DSlaterTypeOrbital.h60 typedef T real_type; typedef
67 real_type Z;
68 real_type Norm;
69 real_type Y, dY, d2Y, d3Y;
98 inline real_type f(real_type r) { return exp(-Z * r) * Norm * pow(r, Power); } in f()
100 inline real_type df(real_type r) in df()
117 …inline real_type evaluate(real_type r, real_type rinv) { return Y = Norm * pow(r, Power) * exp(-Z … in evaluate()
119 inline void evaluateAll(real_type r, real_type rinv) { Y = evaluate(r, rinv, dY, d2Y); } in evaluateAll()
121 inline real_type evaluate(real_type r, real_type rinv, real_type& drnl, real_type& d2rnl) in evaluate()
139 …inline real_type evaluate(real_type r, real_type rinv, real_type& drnl, real_type& d2rnl, real_typ… in evaluate()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dsna_kokkos.h104 SNAKokkos(real_type, int, real_type, int, int, int, int, int, int);
169real_type evaluate_duidrj_jbend(const WignerWrapper<real_type, vector_length>&, const complex&, co…
193 real_type compute_sfac(real_type, real_type); // add_uarraytot, compute_duarray
196 real_type compute_dsfac(real_type, real_type); // compute_duarray
199 …void compute_s_dsfac(const real_type, const real_type, real_type&, real_type&); // compute_cayley_…
257 real_type rmin0, rfac0;
302 const real_type&, const real_type&, const real_type&,
303 const real_type&, const real_type&); // compute_ui_cpu
313 const real_type&, const real_type&, const real_type&, // compute_duidrj_cpu
314 … const real_type&, const real_type&, const real_type&, const real_type&, const real_type&);
[all …]
H A Dsna_kokkos_impl.h464 real_type re_part = static_cast<real_type>(0.); in pre_ui()
905 const real_type scale = static_cast<real_type>(1) / static_cast<real_type>(j + 1); in evaluate_zi()
942 const real_type scale = static_cast<real_type>(j1 + 1) / static_cast<real_type>(j + 1); in evaluate_beta_scaled()
1304 const real_type scale = static_cast<real_type>(1) / static_cast<real_type>(j + 1); in compute_zi_cpu()
1477 const real_type scale = static_cast<real_type>(1) / static_cast<real_type>(j + 1); in compute_yi_cpu()
1656 …const real_type& x, const real_type& y, const real_type& z, const real_type& z0, const real_type& … in compute_uarray_cpu()
1747 const real_type& x, const real_type& y, const real_type& z, in compute_duarray_cpu()
1748 const real_type& z0, const real_type& r, const real_type& dz0dr, in compute_duarray_cpu()
2227 real_type SNAKokkos<DeviceType, real_type, vector_length>::compute_sfac(real_type r, real_type rcut) in compute_sfac()
2248 real_type SNAKokkos<DeviceType, real_type, vector_length>::compute_dsfac(real_type r, real_type rcu… in compute_dsfac()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/scripts/bind_gen/
H A Dblink_v8_bridge.py84 if real_type.is_boolean or real_type.is_numeric:
103 if real_type.is_string:
140 if real_type.is_symbol:
143 if real_type.is_any or real_type.is_object:
150 if real_type.is_void:
167 if (real_type.is_sequence or real_type.is_frozen_array
185 if real_type.is_record:
198 if real_type.is_union:
230 if (real_type.is_boolean or real_type.is_numeric or real_type.is_any
248 if real_type.is_void:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/scripts/bind_gen/
H A Dblink_v8_bridge.py100 if real_type.is_boolean or real_type.is_numeric:
119 if real_type.is_string:
155 if real_type.is_symbol:
158 if real_type.is_any or real_type.is_object:
165 if real_type.is_void:
180 if (real_type.is_sequence or real_type.is_frozen_array
186 if real_type.is_record:
196 if real_type.is_union:
228 if (real_type.is_boolean or real_type.is_numeric or real_type.is_any
246 if real_type.is_void:
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/LCAO/
H A DNGFunctor.h29 typedef T real_type; typedef
32 typedef OneDimGridBase<real_type> grid_type;
33 typedef OneDimQuinticSpline<real_type> functor_type;
35 real_type Y, dY, d2Y, d3Y;
55 inline real_type f(real_type r) { return myFunc.f(r); } in f()
56 inline real_type df(real_type r) { return myFunc.df(r); } in df()
72 inline real_type evaluate(real_type r) { return myFunc.splint(r); } in evaluate()
74 …inline real_type evaluate(real_type r, real_type& du, real_type& d2u) { return myFunc.splint(r, du… in evaluate()
76 inline real_type evaluate(real_type r, real_type& du, real_type& d2u, real_type& d3u) in evaluate()
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lsl/networking/
H A Dfunction_templates.h26 const typename BT::element<1,Tuple>::type::real_type&,
27 const typename BT::element<2,Tuple>::type::real_type&,
28 const typename BT::element<3,Tuple>::type::real_type&,
29 const typename BT::element<4,Tuple>::type::real_type&,
30 const typename BT::element<5,Tuple>::type::real_type&,
31 const typename BT::element<6,Tuple>::type::real_type&,
32 const typename BT::element<7,Tuple>::type::real_type&,
54 const typename BT::element<1,Tuple>::type::real_type&,
55 const typename BT::element<2,Tuple>::type::real_type&,
56 const typename BT::element<3,Tuple>::type::real_type&,
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/multiprecision/performance/
H A Dlinpack-benchmark.cpp113 int dmxpy_(integer*, real_type*, integer*, integer*, real_type*, real_type*);
114 int matgen_(real_type*, integer*, integer*, real_type*, real_type*);
115 real_type epslon_(real_type*);
117 int dscal_(integer*, real_type*, real_type*, integer*);
118 int daxpy_(integer*, real_type*, real_type*, integer*, real_type*, integer*);
120 real_type ddot_(integer*, real_type*, integer*, real_type*, integer*);
121 int daxpy_(integer*, real_type*, real_type*, integer*, real_type*, integer*);
122 int dmxpy_(integer*, real_type*, integer*, integer*, real_type*, real_type*);
303 real_type* b, real_type* norma) in matgen_()
746 real_type ddot_(integer* n, real_type* dx, integer* incx, real_type* dy, in ddot_()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/multiprecision/performance/
H A Dlinpack-benchmark.cpp113 int dmxpy_(integer*, real_type*, integer*, integer*, real_type*, real_type*);
114 int matgen_(real_type*, integer*, integer*, real_type*, real_type*);
115 real_type epslon_(real_type*);
117 int dscal_(integer*, real_type*, real_type*, integer*);
118 int daxpy_(integer*, real_type*, real_type*, integer*, real_type*, integer*);
120 real_type ddot_(integer*, real_type*, integer*, real_type*, integer*);
121 int daxpy_(integer*, real_type*, real_type*, integer*, real_type*, integer*);
122 int dmxpy_(integer*, real_type*, integer*, integer*, real_type*, real_type*);
303 real_type* b, real_type* norma) in matgen_()
746 real_type ddot_(integer* n, real_type* dx, integer* incx, real_type* dy, in ddot_()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/multiprecision/performance/
H A Dlinpack-benchmark.cpp113 int dmxpy_(integer*, real_type*, integer*, integer*, real_type*, real_type*);
114 int matgen_(real_type*, integer*, integer*, real_type*, real_type*);
115 real_type epslon_(real_type*);
117 int dscal_(integer*, real_type*, real_type*, integer*);
118 int daxpy_(integer*, real_type*, real_type*, integer*, real_type*, integer*);
120 real_type ddot_(integer*, real_type*, integer*, real_type*, integer*);
121 int daxpy_(integer*, real_type*, real_type*, integer*, real_type*, integer*);
122 int dmxpy_(integer*, real_type*, integer*, integer*, real_type*, real_type*);
303 real_type* b, real_type* norma) in matgen_()
746 real_type ddot_(integer* n, real_type* dx, integer* incx, real_type* dy, in ddot_()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/multiprecision/performance/
H A Dlinpack-benchmark.cpp113 int dmxpy_(integer*, real_type*, integer*, integer*, real_type*, real_type*);
114 int matgen_(real_type*, integer*, integer*, real_type*, real_type*);
115 real_type epslon_(real_type*);
117 int dscal_(integer*, real_type*, real_type*, integer*);
118 int daxpy_(integer*, real_type*, real_type*, integer*, real_type*, integer*);
120 real_type ddot_(integer*, real_type*, integer*, real_type*, integer*);
121 int daxpy_(integer*, real_type*, real_type*, integer*, real_type*, integer*);
122 int dmxpy_(integer*, real_type*, integer*, integer*, real_type*, real_type*);
303 real_type* b, real_type* norma) in matgen_()
746 real_type ddot_(integer* n, real_type* dx, integer* incx, real_type* dy, in ddot_()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/multiprecision/performance/
H A Dlinpack-benchmark.cpp113 int dmxpy_(integer*, real_type*, integer*, integer*, real_type*, real_type*);
114 int matgen_(real_type*, integer*, integer*, real_type*, real_type*);
115 real_type epslon_(real_type*);
117 int dscal_(integer*, real_type*, real_type*, integer*);
118 int daxpy_(integer*, real_type*, real_type*, integer*, real_type*, integer*);
120 real_type ddot_(integer*, real_type*, integer*, real_type*, integer*);
121 int daxpy_(integer*, real_type*, real_type*, integer*, real_type*, integer*);
122 int dmxpy_(integer*, real_type*, integer*, integer*, real_type*, real_type*);
303 real_type* b, real_type* norma) in matgen_()
746 real_type ddot_(integer* n, real_type* dx, integer* incx, real_type* dy, in ddot_()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/multiprecision/performance/
H A Dlinpack-benchmark.cpp105 int dmxpy_(integer *, real_type *, integer *, integer *, real_type *, real_type *);
106 int matgen_(real_type *, integer *, integer *, real_type *, real_type *);
107 real_type epslon_(real_type *);
110 int daxpy_(integer *, real_type *, real_type *, integer *, real_type *, integer *);
112 real_type ddot_(integer *, real_type *, integer *, real_type *, integer *);
113 int daxpy_(integer *, real_type *, real_type *, integer *, real_type *, integer *);
294 real_type *b, real_type *norma) in matgen_()
718 real_type ddot_(integer *n, real_type *dx, integer *incx, real_type *dy, in ddot_()
937 real_type epslon_(real_type *x) in epslon_()
1015 ldm, real_type *x, real_type *m) in dmxpy_()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/multiprecision/performance/
H A Dlinpack-benchmark.cpp105 int dmxpy_(integer *, real_type *, integer *, integer *, real_type *, real_type *);
106 int matgen_(real_type *, integer *, integer *, real_type *, real_type *);
107 real_type epslon_(real_type *);
110 int daxpy_(integer *, real_type *, real_type *, integer *, real_type *, integer *);
112 real_type ddot_(integer *, real_type *, integer *, real_type *, integer *);
113 int daxpy_(integer *, real_type *, real_type *, integer *, real_type *, integer *);
294 real_type *b, real_type *norma) in matgen_()
718 real_type ddot_(integer *n, real_type *dx, integer *incx, real_type *dy, in ddot_()
937 real_type epslon_(real_type *x) in epslon_()
1015 ldm, real_type *x, real_type *m) in dmxpy_()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/multiprecision/performance/
H A Dlinpack-benchmark.cpp105 int dmxpy_(integer *, real_type *, integer *, integer *, real_type *, real_type *);
106 int matgen_(real_type *, integer *, integer *, real_type *, real_type *);
107 real_type epslon_(real_type *);
110 int daxpy_(integer *, real_type *, real_type *, integer *, real_type *, integer *);
112 real_type ddot_(integer *, real_type *, integer *, real_type *, integer *);
113 int daxpy_(integer *, real_type *, real_type *, integer *, real_type *, integer *);
294 real_type *b, real_type *norma) in matgen_()
718 real_type ddot_(integer *n, real_type *dx, integer *incx, real_type *dy, in ddot_()
937 real_type epslon_(real_type *x) in epslon_()
1015 ldm, real_type *x, real_type *m) in dmxpy_()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/multiprecision/performance/
H A Dlinpack-benchmark.cpp105 int dmxpy_(integer *, real_type *, integer *, integer *, real_type *, real_type *);
106 int matgen_(real_type *, integer *, integer *, real_type *, real_type *);
107 real_type epslon_(real_type *);
110 int daxpy_(integer *, real_type *, real_type *, integer *, real_type *, integer *);
112 real_type ddot_(integer *, real_type *, integer *, real_type *, integer *);
113 int daxpy_(integer *, real_type *, real_type *, integer *, real_type *, integer *);
294 real_type *b, real_type *norma) in matgen_()
718 real_type ddot_(integer *n, real_type *dx, integer *incx, real_type *dy, in ddot_()
937 real_type epslon_(real_type *x) in epslon_()
1015 ldm, real_type *x, real_type *m) in dmxpy_()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/multiprecision/performance/
H A Dlinpack-benchmark.cpp105 int dmxpy_(integer *, real_type *, integer *, integer *, real_type *, real_type *);
106 int matgen_(real_type *, integer *, integer *, real_type *, real_type *);
107 real_type epslon_(real_type *);
110 int daxpy_(integer *, real_type *, real_type *, integer *, real_type *, integer *);
112 real_type ddot_(integer *, real_type *, integer *, real_type *, integer *);
113 int daxpy_(integer *, real_type *, real_type *, integer *, real_type *, integer *);
294 real_type *b, real_type *norma) in matgen_()
718 real_type ddot_(integer *n, real_type *dx, integer *incx, real_type *dy, in ddot_()
937 real_type epslon_(real_type *x) in epslon_()
1015 ldm, real_type *x, real_type *m) in dmxpy_()
[all …]
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/
H A Dbvector.hh254 using real_type = typename FieldTraits<ft>::real_type; in infinity_norm() typedef
257 real_type norm = 0; in infinity_norm()
269 using real_type = typename FieldTraits<ft>::real_type; in infinity_norm_real() typedef
272 real_type norm = 0; in infinity_norm_real()
284 using real_type = typename FieldTraits<ft>::real_type; in infinity_norm() typedef
303 using real_type = typename FieldTraits<ft>::real_type; in infinity_norm_real() typedef
580 typedef typename FieldTraits<B>::real_type real_type; typedef
891 using real_type = typename FieldTraits<ft>::real_type; in infinity_norm() typedef
906 using real_type = typename FieldTraits<ft>::real_type; in infinity_norm_real() typedef
921 using real_type = typename FieldTraits<ft>::real_type; in infinity_norm() typedef
[all …]

12345678910>>...66