Home
last modified time | relevance | path

Searched refs:zexp (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/science/helfem/HelFEM-21461e9/src/atomic/
H A Dbasis.cpp53 arma::vec normal_grid(int num_el, double rmax, int igrid, double zexp) { in normal_grid() argument
54 return utils::get_grid(rmax,num_el,igrid,zexp); in normal_grid()
62 arma::vec belec(utils::get_grid(rmax-rnuc,num_el,igrid,zexp)); in finite_nuclear_grid()
67 return utils::get_grid(rmax,num_el,igrid,zexp); in finite_nuclear_grid()
71 …grid(int num_el0, int Zm, int Zlr, double Rhalf, int num_el, double rmax, int igrid, double zexp) { in offcenter_nuclear_grid() argument
89 bval0=utils::get_grid(b0,num_el0,igrid,zexp); in offcenter_nuclear_grid()
95 bval1=-arma::reverse(utils::get_grid(b1-b0,num_el0,igrid,zexp)); in offcenter_nuclear_grid()
101 arma::vec bval2=utils::get_grid(b2-b1,num_el,igrid,zexp); in offcenter_nuclear_grid()
139 bval=atomic::basis::finite_nuclear_grid(Nelem,Rmax,igrid,zexp,Nelem0,rnuc,igrid0,zexp0); in form_grid()
143 … bval=atomic::basis::offcenter_nuclear_grid(Nelem0,Z,std::max(Zl,Zr),Rhalf,Nelem,Rmax,igrid,zexp); in form_grid()
[all …]
H A Dbasis.h30 arma::vec normal_grid(int num_el, double rmax, int igrid, double zexp);
32 …arma::vec finite_nuclear_grid(int num_el, double rmax, int igrid, double zexp, int num_el_nuc, dou…
34 …_grid(int num_el0, int Zm, int Zlr, double Rhalf, int num_el, double rmax, int igrid, double zexp);
36 …ear_model_t model, double Rrms, int Nelem, double Rmax, int igrid, double zexp, int Nelem0, int ig…
/dports/science/helfem/HelFEM-21461e9/libhelfem/src/
H A Dgrid.cpp18 arma::vec helfem::utils::get_grid(double rmax, int num_el, int igrid, double zexp) { in get_grid() argument
43 printf("Using generalized polynomial grid, zexp = %e\n", zexp); in get_grid()
46 bval(i) = rmax * std::pow(i * 1.0 / num_el, zexp); in get_grid()
52 printf("Using generalized exponential grid, zexp = %e\n", zexp); in get_grid()
54 0, std::pow(log(rmax + 1), 1.0 / zexp), num_el + 1), in get_grid()
55 zexp)) - in get_grid()
/dports/www/phalcon/cphalcon-3.4.5/ext/kernel/
H A Dmath.c195 void zephir_pow_function_ex(zval *return_value, zval *zbase, zval *zexp TSRMLS_DC) in zephir_pow_function_ex()
199 convert_scalar_to_number(zexp TSRMLS_CC); in zephir_pow_function_ex()
202 if (Z_TYPE_P(zbase) == IS_LONG && Z_TYPE_P(zexp) == IS_LONG && Z_LVAL_P(zexp) >= 0) { in zephir_pow_function_ex()
203 long l1 = 1, l2 = Z_LVAL_P(zbase), i = Z_LVAL_P(zexp); in zephir_pow_function_ex()
231 convert_to_double(zexp); in zephir_pow_function_ex()
233 RETURN_DOUBLE(pow(Z_DVAL_P(zbase), Z_DVAL_P(zexp))); in zephir_pow_function_ex()
/dports/math/R-cran-Zelig/Zelig/R/
H A Dmodel-exp.R73 zexp <- setRefClass("Zelig-exp", globalVar
78 zexp$methods(
95 zexp$methods(
116 zexp$methods(
125 zexp$methods(
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/data/model/test/
H A DTestZoomConstraints.h46 ZoomLevel zexp) { in compare() argument
47 if (zexp.level == 1) { in compare()
50 zexp.zone = ZoomLevel::FramesPerPixel; in compare()
52 if (zobt == zexp) { in compare()
57 << ", expected output " << zexp << " but obtained " in compare()
59 QCOMPARE(zobt, zexp); in compare()
68 ZoomLevel zexp(ZoomLevel::FramesPerPixel, expected); in checkFpp()
70 compare(zin, dir, zobt, zexp); in checkFpp()
78 ZoomLevel zexp(ZoomLevel::PixelsPerFrame, expected); in checkPpf()
80 compare(zin, dir, zobt, zexp); in checkPpf()
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/exporter/zipkinexporter/
H A Dzipkin_test.go66zexp, err := NewFactory().CreateTracesExporter(context.Background(), componenttest.NewNopExporterC…
68 require.NotNil(t, zexp)
70 require.NoError(t, zexp.Start(context.Background(), componenttest.NewNopHost()))
84 zi, err := zipkinreceiver.New(recvCfg, zexp)
314zexp, err := NewFactory().CreateTracesExporter(context.Background(), componenttest.NewNopExporterC…
317 require.NoError(t, zexp.Start(context.Background(), componenttest.NewNopHost()))
333 zi, err := zipkinreceiver.New(recvCfg, zexp)
/dports/math/arb/arb-2.21.1/arb_poly/
H A Dmullow_block.c334 fmpz_t zexp; in _arb_poly_addmullow_rad() local
337 fmpz_init(zexp); in _arb_poly_addmullow_rad()
353 fmpz_add_inline(zexp, xexps + i, yexps + j); in _arb_poly_addmullow_rad()
358 fmpz_add_ui(zexp, zexp, 2 * DOUBLE_BLOCK_SHIFT); in _arb_poly_addmullow_rad()
374 mag_set_d_2exp_fmpz(t, ss, zexp); in _arb_poly_addmullow_rad()
388 mag_set_fmpz_2exp_fmpz(t, zz + k, zexp); in _arb_poly_addmullow_rad()
396 fmpz_clear(zexp); in _arb_poly_addmullow_rad()
407 fmpz_t zexp; in _arb_poly_addmullow_block() local
409 fmpz_init(zexp); in _arb_poly_addmullow_block()
423 _fmpz_add2_fast(zexp, xexps + i, xexps + i, 0); in _arb_poly_addmullow_block()
[all …]
/dports/science/erkale/erkale-8297aefe5aac9dbbb291e04c07661f3cff94a99a/src/
H A Dsolidharmonics.cpp89 int zexp=2*b-2*k+l-m; in calcYlm_coeff() local
125 ret[getind(xexp+p,yexp+m-p,zexp)]+=cosfac*choose(m,p)*fac; in calcYlm_coeff()
130 ret[getind(xexp,yexp,zexp)]+=fac; in calcYlm_coeff()
163 ret[getind(xexp+p,yexp+m-p,zexp)]+=sinfac*choose(m,p)*fac; in calcYlm_coeff()
/dports/science/erkale-pseudopotentials/erkale-870e772f09631b3dbdd99a18e4f3d4786d684a01/src/
H A Dsolidharmonics.cpp89 int zexp=2*b-2*k+l-m; in calcYlm_coeff() local
125 ret[getind(xexp+p,yexp+m-p,zexp)]+=cosfac*choose(m,p)*fac; in calcYlm_coeff()
130 ret[getind(xexp,yexp,zexp)]+=fac; in calcYlm_coeff()
163 ret[getind(xexp+p,yexp+m-p,zexp)]+=sinfac*choose(m,p)*fac; in calcYlm_coeff()
/dports/science/helfem/HelFEM-21461e9/src/diatomic/
H A Dcorebasis.cpp30 …quad, int Nelem, double Rmax, const arma::ivec & lmmax, int igrid, double zexp, double Ez, double … in eval() argument
37 arma::vec bval(atomic::basis::normal_grid(Nelem, mumax, igrid, zexp)); in eval()
142 double zexp(parser.get<double>("zexp")); in main() local
235 …eval(Z1, Z2, Rrms1, Rrms2, Rbond, poly, Nquad, Nelem, Rmax, lmmax, igrid, zexp, Ez, Qzz, Bz, norbs… in main()
256 …eval(Z1, Z2, Rrms1, Rrms2, Rbond, poly, Nquad, Nelem, Rmax, lmtr, igrid, zexp, Ez, Qzz, Bz, norbs[… in main()
260 …eval(Z1, Z2, Rrms1, Rrms2, Rbond, poly, Nquad, Nelem+nadd, Rmax, lmmax, igrid, zexp, Ez, Qzz, Bz, … in main()
296 …_str(), parser.get<double>("Rbond"), parser.get<bool>("angstrom"), igrid, zexp, primbas, Nnodes, (… in main()
H A Dqtest.cpp29 double zexp=2.0; in main() local
35 basis::TwoDBasis basis(Z, Nnodes, der_order, nquad, Nelem, Rmax, lmax, mmax, igrid, zexp); in main()
/dports/lang/gforth/gforth-0.7.3/
H A Dcomplex.fs71 \ zexp zln 02mar05py
73 : zexp ( z -- exp[z] ) fsincos fswap frot fexp zscale ;
80 zln z2/ zexp THEN ;
81 : z** ( z1 z2 -- z1**z2 ) zswap zln z* zexp ;
90 : zsinh ( z -- sinh[z] ) zexp zdup 1/z z- z2/ ;
91 : zcosh ( z -- cosh[z] ) zexp zdup 1/z z+ z2/ ;
92 : ztanh ( z -- tanh[z] ) z2* zexp zdup 1e 0e z- zswap 1e 0e z+ z/ ;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dspecifics_2.f908 tanh,zabs,zcos,zexp,zlog,zsin,zsqrt
77 call foo(zexp)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dspecifics_2.f908 tanh,zabs,zcos,zexp,zlog,zsin,zsqrt
77 call foo(zexp)
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dspecifics_2.f908 tanh,zabs,zcos,zexp,zlog,zsin,zsqrt
77 call foo(zexp)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dspecifics_2.f908 tanh,zabs,zcos,zexp,zlog,zsin,zsqrt
77 call foo(zexp)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dspecifics_2.f908 tanh,zabs,zcos,zexp,zlog,zsin,zsqrt
77 call foo(zexp)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dspecifics_2.f908 tanh,zabs,zcos,zexp,zlog,zsin,zsqrt
77 call foo(zexp)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dspecifics_2.f908 tanh,zabs,zcos,zexp,zlog,zsin,zsqrt
77 call foo(zexp)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dspecifics_2.f908 tanh,zabs,zcos,zexp,zlog,zsin,zsqrt
77 call foo(zexp)
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dspecifics_2.f908 tanh,zabs,zcos,zexp,zlog,zsin,zsqrt
77 call foo(zexp)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dspecifics_2.f908 tanh,zabs,zcos,zexp,zlog,zsin,zsqrt
77 call foo(zexp)
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dspecifics_2.f908 tanh,zabs,zcos,zexp,zlog,zsin,zsqrt
77 call foo(zexp)
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dspecifics_2.f908 tanh,zabs,zcos,zexp,zlog,zsin,zsqrt
77 call foo(zexp)

12345678