Home
last modified time | relevance | path

Searched +defs:Z +defs:mm +defs:g +defs:s (Results 1 – 25 of 107) sorted by relevance

12345

/dports/math/givaro/givaro-4.1.1/src/kernel/integer/
H A Dgivintfactor.inl38 Rep nn,g,r,u; local
89 Rep nn,g,r,u; local
181 Rep nn,g,r,u; local
251 …RandIter>::Rep& IntFactorDom<MyRandIter>::Pollard(const MyRandIter& gen, Rep& g, const Rep& n, con…
317 …inline void one_Mul_Curve( const Integer& n, const Integer A, const Integer& mm, const Integer& nn…
398 …inline void one_Mul_Curve2( const Integer& n, const Integer A, const Integer& mm, const Integer& n…
442 …inline void Mul_Curve( const Integer& n, Integer& Ai, const Integer& mm, const Integer& nn, const …
463 …RandIter>::Rep& IntFactorDom<MyRandIter>::Lenstra(const MyRandIter& gen, Rep& g, const Rep& n, con…
472 , * Z = new Rep[curves]; local
518 Rep s(618033988U); local
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dlngamma.c34 mpfr_gamma_alpha (mpfr_ptr s, mpfr_prec_t p) in mpfr_gamma_alpha()
173 mpfr_t s, t, u, v, z; in GAMMA_FUNC() local
244 mpfr_t l, h, g; in GAMMA_FUNC() local
571 mpfr_t *Z; in GAMMA_FUNC() local
663 unsigned long mm = (1 + m / 5) * 3; /* 0.6*m <= mm */ in GAMMA_FUNC() local
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DGTF.c63 static gdouble Theta(int i,int r,int l1,int l2, gdouble A, gdouble B, gdouble g) in Theta()
114 static gdouble A(int i,int r, int u,int l1,int l2, gdouble A, gdouble B, gdouble C,gdouble g) in A()
342 gdouble overlap4GTF(GTF* p,GTF* q, GTF* r, GTF* s) in overlap4GTF()
424 gdouble ionicPotentialGTF(GTF* left, GTF* right,gdouble* C,gdouble Z) in ionicPotentialGTF()
428 gint j,s,n; in ionicPotentialGTF() local
486 gdouble ERIGTF(GTF* p,GTF* q, GTF* r, GTF* s) in ERIGTF()
598 gint mm; in ERITABLES() local
709 gdouble ERICGTF(CGTF* p, CGTF* q, CGTF* r, CGTF*s) in ERICGTF()
829 gdouble ionicPotentialCGTF(CGTF* left, CGTF* right, gdouble* C, gdouble Z) in ionicPotentialCGTF()
/dports/math/palp/palp-2.20/
H A DLG.c59 { int j, k, s; if((c[i]!='/')||(c[i+1]!='Z')) break; in Read_WZ_PP() local
77 for(j=0;j<WZ->M;j++) {Long s=0; for(n=0;n<a;n++) s+=WZ->z[j][n]; in Read_WZ_PP() local
90 { Long g=WZ->m[i]; X=0; for(j=0;j<d;j++){Za[j]=0; local
136 { Long *PB[W_Nmax], Z[POLY_Dmax][VERT_Nmax], M[POLY_Dmax], D[POLY_Dmax]; local
521 { int i, j, s=A->n+B->n-1; AB->n=0; assert(s<AB->A); in PolyProd() local
557 void PoincarePoly(int N, int *w, int d, PoCoLi *P, PoCoLi *Z,PoCoLi *R) in PoincarePoly()
820 if(N==1) {int w=W->w[*n], r=0,g=X; Long A,B; s=0; in LGO_VaHo() local
839 { int u,b,l,L[POLY_Dmax],w[W_Nmax],o[W_Nmax],io[W_Nmax],mm=1; in LGO_VaHo() local
850 for(j=0;j<J;j++){int g=W->z[j][n[0]]; in LGO_VaHo() local
945 PoCoLi A,B,C, *Z=&A, *R=&B, *P=&C; in Calc_VaHo() local
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
185 } s; variable
272 struct S { int x, y; } s; variable
940 constexpr int f(const S &s) { in f()
1267 constexpr S s = {x()}; variable
1310 constexpr S s = { 0.5 }; variable
1407 } constexpr mm = { 4 }; variable
1898 int &s; member
2116 struct Z : Y { constexpr Z() {} }; in Z() struct
2175 struct Z : Y { using Y::Y; int z = 4; }; argument
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
185 } s; variable
272 struct S { int x, y; } s; variable
940 constexpr int f(const S &s) { in f()
1267 constexpr S s = {x()}; variable
1310 constexpr S s = { 0.5 }; variable
1407 } constexpr mm = { 4 }; variable
1898 int &s; member
2116 struct Z : Y { constexpr Z() {} }; in Z() argument
2175 struct Z : Y { using Y::Y; int z = 4; }; argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
185 } s; variable
205 S s; member
291 struct S { int x, y; } s; variable
979 constexpr int f(const S &s) { in f()
1352 constexpr S s = { 0.5 }; variable
1449 } constexpr mm = { 4 }; variable
1937 int &s; member
2210 struct Z : Y { constexpr Z() {} }; in Z() argument
2269 struct Z : Y { using Y::Y; int z = 4; }; argument
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp69 struct Z : Y1, Y2 {}; struct
188 } s; variable
208 S s; member
294 struct S { int x, y; } s; variable
983 constexpr int f(const S &s) { in f()
1356 constexpr S s = { 0.5 }; variable
1453 } constexpr mm = { 4 }; variable
1946 int &s; member
2222 struct Z : Y { constexpr Z() {} }; in Z() function
2283 struct Z : Y { using Y::Y; int z = 4; }; struct
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
185 } s; variable
205 S s; member
291 struct S { int x, y; } s; variable
979 constexpr int f(const S &s) { in f()
1352 constexpr S s = { 0.5 }; variable
1449 } constexpr mm = { 4 }; variable
1936 int &s; member
2209 struct Z : Y { constexpr Z() {} }; in Z() argument
2268 struct Z : Y { using Y::Y; int z = 4; }; argument
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
185 } s; variable
205 S s; member
291 struct S { int x, y; } s; variable
966 constexpr int f(const S &s) { in f()
1339 constexpr S s = { 0.5 }; variable
1436 } constexpr mm = { 4 }; variable
1919 int &s; member
2182 struct Z : Y { constexpr Z() {} }; in Z() struct
2241 struct Z : Y { using Y::Y; int z = 4; }; argument
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
185 } s; variable
205 S s; member
291 struct S { int x, y; } s; variable
966 constexpr int f(const S &s) { in f()
1339 constexpr S s = { 0.5 }; variable
1436 } constexpr mm = { 4 }; variable
1919 int &s; member
2182 struct Z : Y { constexpr Z() {} }; in Z() struct
2241 struct Z : Y { using Y::Y; int z = 4; }; argument
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp69 struct Z : Y1, Y2 {}; struct
188 } s; variable
208 S s; member
294 struct S { int x, y; } s; variable
983 constexpr int f(const S &s) { in f()
1356 constexpr S s = { 0.5 }; variable
1453 } constexpr mm = { 4 }; variable
1946 int &s; member
2222 struct Z : Y { constexpr Z() {} }; in Z() function
2283 struct Z : Y { using Y::Y; int z = 4; }; argument
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp69 struct Z : Y1, Y2 {}; struct
188 } s; variable
208 S s; member
294 struct S { int x, y; } s; variable
983 constexpr int f(const S &s) { in f()
1356 constexpr S s = { 0.5 }; variable
1453 } constexpr mm = { 4 }; variable
1946 int &s; member
2222 struct Z : Y { constexpr Z() {} }; in Z() function
2283 struct Z : Y { using Y::Y; int z = 4; }; struct
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp69 struct Z : Y1, Y2 {}; struct
188 } s; variable
208 S s; member
294 struct S { int x, y; } s; variable
983 constexpr int f(const S &s) { in f()
1356 constexpr S s = { 0.5 }; variable
1453 } constexpr mm = { 4 }; variable
1946 int &s; member
2222 struct Z : Y { constexpr Z() {} }; in Z() struct
2283 struct Z : Y { using Y::Y; int z = 4; }; struct
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
185 } s; variable
205 S s; member
291 struct S { int x, y; } s; variable
979 constexpr int f(const S &s) { in f()
1352 constexpr S s = { 0.5 }; variable
1449 } constexpr mm = { 4 }; variable
1936 int &s; member
2209 struct Z : Y { constexpr Z() {} }; in Z() function
2268 struct Z : Y { using Y::Y; int z = 4; }; struct
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp69 struct Z : Y1, Y2 {}; struct
188 } s; variable
208 S s; member
294 struct S { int x, y; } s; variable
983 constexpr int f(const S &s) { in f()
1356 constexpr S s = { 0.5 }; variable
1453 } constexpr mm = { 4 }; variable
1946 int &s; member
2222 struct Z : Y { constexpr Z() {} }; in Z() argument
2283 struct Z : Y { using Y::Y; int z = 4; }; struct
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp69 struct Z : Y1, Y2 {}; struct
188 } s; variable
208 S s; member
294 struct S { int x, y; } s; variable
983 constexpr int f(const S &s) { in f()
1356 constexpr S s = { 0.5 }; variable
1453 } constexpr mm = { 4 }; variable
1946 int &s; member
2222 struct Z : Y { constexpr Z() {} }; in Z() struct
2283 struct Z : Y { using Y::Y; int z = 4; }; struct
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
185 } s; variable
205 S s; member
291 struct S { int x, y; } s; variable
1290 constexpr S s = {x()}; variable
1333 constexpr S s = { 0.5 }; variable
1430 } constexpr mm = { 4 }; variable
1913 int &s; member
2177 struct Z : Y { constexpr Z() {} }; in Z() struct
2236 struct Z : Y { using Y::Y; int z = 4; }; argument
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
185 } s; variable
205 S s; member
291 struct S { int x, y; } s; variable
1285 constexpr S s = {x()}; variable
1328 constexpr S s = { 0.5 }; variable
1425 } constexpr mm = { 4 }; variable
1907 int &s; member
2171 struct Z : Y { constexpr Z() {} }; in Z() function
2230 struct Z : Y { using Y::Y; int z = 4; }; argument
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
185 } s; variable
205 S s; member
291 struct S { int x, y; } s; variable
1290 constexpr S s = {x()}; variable
1333 constexpr S s = { 0.5 }; variable
1430 } constexpr mm = { 4 }; variable
1913 int &s; member
2177 struct Z : Y { constexpr Z() {} }; in Z() function
2236 struct Z : Y { using Y::Y; int z = 4; }; struct
[all …]
/dports/math/primme/primme-3.2/R/src/primme/
H A Dzhegv.c133 integer1 g; member
172 #define c_cos(R,Z) { pCf(R)=ccos(Cf(Z)); } argument
175 #define c_exp(R, Z) {pCf(R) = cexpf(Cf(Z));} argument
176 #define c_log(R, Z) {pCf(R) = clogf(Cf(Z));} argument
205 #define i_len(s, n) (n) argument
217 #define sig_die(s, kill) { exit(1); } argument
218 #define s_stop(s, n) {exit(0);} argument
6029 doublereal b, c__, f, g; in zsteqr_() local
6031 doublereal p, r__, s; in zsteqr_() local
6032 integer l1, ii, mm, lm1, mm1, nm1; in zsteqr_() local
[all …]
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_stat.c195 double gold = 0.0, g, fac = 1.0, b1 = 1.0; in gmtstat_gamma_cf() local
537 double theta, s, c, csq, term, sum; in gmtstat_student_t_a() local
1136 int l, m, lm, mm; in gmt_plm_bar_all() local
1521 double g = 0.0, y; in gmt_chi2_pdf() local
2349 double a[2], v[2], vp1[2], G[2], g[2], u[2], t[2], f[2]; in gmt_PvQv() local
2350 double R[2], r[2], z[2], s[2], c[2], w[2], tmp[2], X[2], A[2], B[2]; in gmt_PvQv() local
2599 struct GMT_GRID *Z = (overwrite) ? G : gmt_duplicate_grid (GMT, G, GMT_DUPLICATE_DATA); in gmt_grd_median() local
2649 struct GMT_GRID *Z = (overwrite) ? G : gmt_duplicate_grid (GMT, G, GMT_DUPLICATE_DATA); in gmt_grd_mad() local
2691 struct GMT_GRID *Z = (overwrite) ? G : gmt_duplicate_grid (GMT, G, GMT_DUPLICATE_DATA); in gmt_grd_mode() local
2743 struct GMT_GRID *Z = (overwrite) ? G : gmt_duplicate_grid (GMT, G, GMT_DUPLICATE_DATA); in gmt_grd_lmsscl() local
[all …]
/dports/math/gretl/gretl-2021d/lib/src/
H A Dvar.c971 int i, j, s; in VAR_add_fcast_variance() local
1361 int t, s; in VAR_dw_rho() local
1425 int g = gretl_matrix_rows(S); in gretl_VAR_do_error_decomp() local
2388 int g = var->ncoeff - var->neqns; in VAR_short_residuals() local
2472 int g = var->neqns; in VAR_add_stats() local
3070 const double **Z = (const double **) dset->Z; in johansen_degenerate_stage_1() local
3685 char *s; in gretl_VAR_do_irf() local
3970 int s, t, T; in alt_VECM_get_EC_matrix() local
4754 int g = var->neqns; in gretl_VAR_serialize() local
4857 gretl_matrix **mm[] = { in destroy_VAR_from_bundle() local
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/numerics/src/
H A DTeuchos_LAPACK.cpp315 …(const char& JOBZ, const char& UPLO, const int& n, float* AP, float* W, float* Z, const int& ldz, … in SPEV()
335 …void LAPACK<int,float>::STEQR(const char& COMPZ, const int& n, float* D, float* E, float* Z, const… in STEQR()
339 …void LAPACK<int,float>::PTEQR(const char& COMPZ, const int& n, float* D, float* E, float* Z, const… in PTEQR()
460 …void LAPACK<int, float>::LARTG( const float& f, const float& g, float* c, float* s, float* r ) con… in LARTG() argument
715 …onst char& JOBZ, const char& UPLO, const int& n, double* AP, double* W, double* Z, const int& ldz,… in SPEV()
743 …void LAPACK<int,double>::STEQR(const char& COMPZ, const int& n, double* D, double* E, double* Z, c… in STEQR()
747 …void LAPACK<int,double>::PTEQR(const char& COMPZ, const int& n, double* D, double* E, double* Z, c… in PTEQR()
894 …void LAPACK<int, double>::LARTG( const double& f, const double& g, double* c, double* s, double* r… in LARTG() argument
1213 …t> >::STEQR(const char& COMPZ, const int& n, float* D, float* E, std::complex<float>* Z, const int… in STEQR()
1333 …float> >::LARTG( const std::complex<float> f, const std::complex<float> g, float* c, std::complex<… in LARTG() argument
[all …]
H A DTeuchos_LAPACK.hpp1144 …onst char& UPLO, const OrdinalType& n, ScalarType* AP, ScalarType* W, ScalarType* Z, const Ordinal… in SPEV()
1174 …har& COMPZ, const OrdinalType& n, MagnitudeType* D, MagnitudeType* E, ScalarType* Z, const Ordinal… in STEQR()
1180 …har& COMPZ, const OrdinalType& n, MagnitudeType* D, MagnitudeType* E, ScalarType* Z, const Ordinal… in PTEQR()
1186 …calarType* H, const OrdinalType& ldh, ScalarType* WR, ScalarType* WI, ScalarType* Z, const Ordinal… in HSEQR()
1248 … *ALPHAI, MagnitudeType *BETA, ScalarType* Q, const OrdinalType& ldq, ScalarType* Z, const Ordinal… in TGSEN()
1309 …const OrdinalType& ldvl, ScalarType* VR, const OrdinalType& ldvr, const OrdinalType& mm, OrdinalTy… in TREVC() argument
1315 …const OrdinalType& ldvl, ScalarType* VR, const OrdinalType& ldvr, const OrdinalType& mm, OrdinalTy… in TREVC() argument
1328 …const OrdinalType& ldvl, ScalarType* VR, const OrdinalType& ldvr, const OrdinalType& mm, OrdinalTy… in TGEVC() argument
1353 …nalType, ScalarType>::LARTG( const ScalarType& f, const ScalarType& g, MagnitudeType* c, ScalarTyp… in LARTG() argument

12345