Home
last modified time | relevance | path

Searched +defs:Ge +defs:i (Results 1 – 25 of 125) sorted by relevance

12345

/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A DOperators_internal.h99 __hostanddev__ void D_calc(int i, const vector3<int>& iG, const complex* in, complex* out, in D_calc()
100 const vector3<>& Ge) in D_calc()
103 __hostanddev__ void DD_calc(int i, const vector3<int>& iG, const complex* in, complex* out, in DD_calc()
H A DOperators.cu140 void D_kernel(int zBlock, const vector3<int> S, const complex* in, complex* out, vector3<> Ge) in D_kernel()
144 void D_gpu(const vector3<int> S, const complex* in, complex* out, vector3<> Ge) in D_gpu()
270 { int i = kernelIndex1D(); if(i<N) X[i] = exp(prefac*X[i]); in exp_kernel() local
280 { int i = kernelIndex1D(); if(i<N) X[i] = log(prefac*X[i]); in log_kernel() local
290 { int i = kernelIndex1D(); if(i<N) X[i] = sqrt(prefac*X[i]); in sqrt_kernel() local
300 { int i = kernelIndex1D(); if(i<N) X[i] = prefac/X[i]; in inv_kernel() local
310 { int i = kernelIndex1D(); if(i<N) X[i] = pow(scale*X[i],alpha); in pow_kernel() local
/dports/biology/star/STAR-2.7.9a/source/opal/
H A Dopal.cpp149 for (int i = 0; i < SIMD::numSeqs; i++) in print_mmxxxi() local
247 for (int i = 0; i < queryLength; i++) { in searchDatabaseSW_() local
1032 for (int i = 1; i < length; i++) { in arrayMax() local
1057 static int calculateBottomBandBorderOV(int k, int Q, int T, int Go, int Ge, int M) { in calculateBottomBandBorderOV()
1072 static int calculateTopBandBorderHW(int k, int Q, int T, int Go, int Ge, int M) { in calculateTopBandBorderHW()
1087 static int calculateBottomBandBorderHW(int k, int Q, int T, int Go, int Ge, int M) { in calculateBottomBandBorderHW()
1104 static int calculateBottomBandBorderNW(int k, int Q, int T, int Go, int Ge, int M) { in calculateBottomBandBorderNW()
1151 static std::pair<int, int> calculateBandBorders(int k, int mode, int Q, int T, int Go, int Ge, int … in calculateBandBorders()
1188 for (int i = 0; i < length; i++) { in createReverseCopy() local
1196 for (int i = 0; i < length / 2; i++) { in revertArray() local
[all …]
/dports/science/jdftx/jdftx-1.6.0/jdftx/electronic/
H A DColumnBundleOperators_internal.h29 { for (int i=0; i < ncols; i++) in reducedL_calc() local
35 { for (int i=0; i < ncols; i++) in reducedLinv_calc() local
46 for (int i=0; i<ncols; i++) in reducedLstress_calc() local
60 for(int i=0; i < ncols; i++) in precond_inv_kinetic_calc() local
68 for(int i=0; i<ncols; i++) in precond_inv_kinetic_band_calc() local
77 for(int i=0; i<ncols; i++) in translate_calc() local
83 { for(int i=0; i<ncols; i++) in translateColumns_calc() local
88 const vector3<int>* iGarr, double kdotGe, const vector3<> Ge) in reducedD_calc()
91 for(int i=0; i < ncols; i++) in reducedD_calc() local
100 for(int i=0; i < ncols; i++) in reducedDD_calc() local
H A DColumnBundleOperators.cpp120 for(int i=0; i<d.nCols(); i++) in operator *() local
332 const vector3<> Ge = basis.gInfo->G.column(iDir); in D() local
484 for (int i=0; i < X.nCols(); i++) in traceinner() local
501 for(int i=colStart; i<colStop; i++) in diagouterI_sub() local
506 { for(int i=colStart; i<colStop; i++) in diagouterI_sub() local
526 for(size_t i=iStart; i<iStop; i++) in diagouterI_collect() local
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_SurfRetinoMap.c108 int i=0, i3=0, in=0, neigh3, in3, j; in SUMA_RetinoMap() local
110 float Gp[2]={0.0, 0.0}, Ge[2]={0.0, 0.0}; in SUMA_RetinoMap() local
351 int i; in usage_RetinoMap() local
/dports/science/madness/madness-ebb3fd7/src/apps/tdse/
H A Dtdse4.cc394 for (int i=-100; i<=100; i++) { in testbsh() local
438 complex_functionT APPLY(const complex_operatorT* Ge, const complex_operatorT* Gn, const complex_fun… in APPLY()
457 const complex_operatorT* Ge, in trotter()
614 complex_operatorT* Ge = qm_1d_free_particle_propagator(param.k, c, 0.5*time_step, 2.0*param.L); in propagate() local
724 for (int i=-100; i<=100; i++) { in doit() local
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tutorials/
H A Dex70.c76 PetscInt i; in EvaluateDerivatives() local
118 PetscInt i; in DMDAGetElementEqnums_up() local
147 PetscInt p,i,j,k,ngp; in BForm_DivT() local
191 PetscInt p,i,j,di,ngp; in BForm_Grad() local
218 PetscScalar Ge[U_DOFS*NODES_PER_EL*P_DOFS*NODES_PER_EL]; in BForm_Div() local
239 PetscInt p,i,j,ngp; in BForm_Stabilisation() local
275 PetscInt p,i,j,ngp; in BForm_ScaledMassMatrix() local
311 PetscInt p,i,ngp; in LForm_MomentumRHS() local
332 PetscInt i,d; in GetElementCoords() local
353 PetscScalar Ge[NODES_PER_EL*U_DOFS*NODES_PER_EL*P_DOFS]; in AssembleStokes_A() local
[all …]
H A Dex43.c151 PetscInt i; in ConstructQ12D_GNx() local
521 PetscInt p,i,j,di; in FormGradientOperatorQ1() local
551 PetscScalar Ge[U_DOFS*NODES_PER_EL*P_DOFS*NODES_PER_EL]; in FormDivergenceOperatorQ1() local
552 PetscInt i,j; in FormDivergenceOperatorQ1() local
573 PetscInt p,i,j; in FormStabilisationOperatorQ1() local
612 PetscInt p,i,j; in FormScaledMassMatrixOperatorQ1() local
651 PetscInt p,i; in FormMomentumRhsQ1() local
694 PetscScalar Ge[NODES_PER_EL*U_DOFS*NODES_PER_EL*P_DOFS]; in AssembleA_Stokes() local
765 PetscScalar Ge[NODES_PER_EL*U_DOFS*NODES_PER_EL*P_DOFS]; in AssembleA_PCStokes() local
987 PetscInt p,i; in DMDAIntegrateErrors() local
[all …]
H A Dex42.c450 PetscInt p,i,j,k; in FormStressOperatorQ13D() local
517 PetscInt p,i,j,di; in FormGradientOperatorQ13D() local
547 PetscScalar Ge[U_DOFS*NODES_PER_EL*P_DOFS*NODES_PER_EL]; in FormDivergenceOperatorQ13D() local
548 PetscInt i,j; in FormDivergenceOperatorQ13D() local
569 PetscInt p,i,j; in FormStabilisationOperatorQ13D() local
627 PetscInt p,i,j; in FormScaledMassMatrixOperatorQ13D() local
685 PetscInt p,i; in FormMomentumRhsQ13D() local
713 PetscInt p,i; in FormContinuityRhsQ13D() local
757 PetscScalar Ge[NODES_PER_EL*U_DOFS*NODES_PER_EL*P_DOFS]; in AssembleA_Stokes() local
845 PetscScalar Ge[NODES_PER_EL*U_DOFS*NODES_PER_EL*P_DOFS]; in AssembleA_PCStokes() local
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bdd/cudd/
H A DcuddSat.c205 int i; in Cudd_ShortestPath() local
412 int i) in Cudd_Decreasing()
492 int i) in Cudd_Increasing()
621 DdNode *Ft, *Fe, *Gt, *Ge, *Dt, *De; in Cudd_bddLeqUnless() local
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/parameterized-utils-2.1.3.0/src/Data/Parameterized/
H A DPeano.hs142 Ge a b = Lt b a function
308 succP (PeanoRepr i) = PeanoRepr (i+1) function
316 predP (PeanoRepr i) = PeanoRepr (i-1) function
318 predP (SRepr i) = i function
/dports/shells/ksh93/ast-93u/src/cmd/re/
H A Dsed2.c192 Ge(Text *script, unsigned char *pc, Text *data) in Ge() function
370 int i, n; in ye() local
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/re/
H A Dsed2.c192 Ge(Text *script, unsigned char *pc, Text *data) in Ge() function
370 int i, n; in ye() local
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/re/
H A Dsed2.c192 Ge(Text *script, unsigned char *pc, Text *data) in Ge() function
372 int i, n; in ye() local
/dports/math/py-brial/BRiAl-1.2.10/cudd/
H A DcuddSat.c215 int i; in Cudd_ShortestPath() local
427 int i) in Cudd_Decreasing()
507 int i) in Cudd_Increasing()
636 DdNode *Ft, *Fe, *Gt, *Ge, *Dt, *De; in Cudd_bddLeqUnless() local
/dports/math/cudd/cudd-3.0.0/cudd/
H A DcuddSat.c176 int i; in Cudd_ShortestPath() local
395 int i) in Cudd_Decreasing()
475 int i) in Cudd_Increasing()
602 DdNode *Ft, *Fe, *Gt, *Ge, *Dt, *De; in Cudd_bddLeqUnless() local
/dports/math/brial/BRiAl-1.2.10/cudd/
H A DcuddSat.c215 int i; in Cudd_ShortestPath() local
427 int i) in Cudd_Decreasing()
507 int i) in Cudd_Increasing()
636 DdNode *Ft, *Fe, *Gt, *Ge, *Dt, *De; in Cudd_bddLeqUnless() local
/dports/science/chemtool/chemtool-1.6.14/src-cht/
H A Dcht-2.4.c447 #define P_getbits_UB(a,i,n,L) ((int)((a)[(i)>>(L)-(n)] >> \ argument
451 #define P_getbits_SB(a,i,n,L) ((int)((a)[(i)>>(L)-(n)] << \ argument
455 #define P_putbits_UB(a,i,x,n,L) ((a)[(i)>>(L)-(n)] |= \ argument
458 #define P_putbits_SB(a,i,x,n,L) ((a)[(i)>>(L)-(n)] |= \ argument
462 #define P_clrbits_B(a,i,n,L) ((a)[(i)>>(L)-(n)] &= \ argument
467 #define P_getbits_US(v,i,n) ((int)((v) >> ((i)<<(n)) & (1<<(1<<(n)))-1)) argument
469 #define P_putbits_US(v,i,x,n) ((v) |= (x) << ((i) << (n))) argument
651 register int i; local
1365 register int i = *s + 1; local
1557 Co, Cr, Cs, Cu, Fe, Ga, Ge, In, Li, Mg, Mn, Na, Ni, K, Pb, Rb, Sb, Sc, Se, Sn, member
[all …]
H A Dcht-2.5.c447 #define P_getbits_UB(a,i,n,L) ((int)((a)[(i)>>(L)-(n)] >> \ argument
451 #define P_getbits_SB(a,i,n,L) ((int)((a)[(i)>>(L)-(n)] << \ argument
455 #define P_putbits_UB(a,i,x,n,L) ((a)[(i)>>(L)-(n)] |= \ argument
458 #define P_putbits_SB(a,i,x,n,L) ((a)[(i)>>(L)-(n)] |= \ argument
462 #define P_clrbits_B(a,i,n,L) ((a)[(i)>>(L)-(n)] &= \ argument
467 #define P_getbits_US(v,i,n) ((int)((v) >> ((i)<<(n)) & (1<<(1<<(n)))-1)) argument
469 #define P_putbits_US(v,i,x,n) ((v) |= (x) << ((i) << (n))) argument
651 register int i; local
1365 register int i = *s + 1; local
1557 …Co, Cr, Cs, Cu, Fe, Ga, Ge, Hf, Hg, In, Ir, Li, Lu, Mg, Mn, Mo, Na, Nb, Ni, Os, K, Pb, Pd, Pt, Rb, member
[all …]
H A Dcht-2.6.c447 #define P_getbits_UB(a,i,n,L) ((int)((a)[(i)>>(L)-(n)] >> \ argument
451 #define P_getbits_SB(a,i,n,L) ((int)((a)[(i)>>(L)-(n)] << \ argument
455 #define P_putbits_UB(a,i,x,n,L) ((a)[(i)>>(L)-(n)] |= \ argument
458 #define P_putbits_SB(a,i,x,n,L) ((a)[(i)>>(L)-(n)] |= \ argument
462 #define P_clrbits_B(a,i,n,L) ((a)[(i)>>(L)-(n)] &= \ argument
467 #define P_getbits_US(v,i,n) ((int)((v) >> ((i)<<(n)) & (1<<(1<<(n)))-1)) argument
469 #define P_putbits_US(v,i,x,n) ((v) |= (x) << ((i) << (n))) argument
652 register int i; local
1366 register int i = *s + 1; local
1558 …Co, Cr, Cs, Cu, Fe, Ga, Ge, Hf, Hg, In, Ir, Li, Lu, Mg, Mn, Mo, Na, Nb, Ni, Os, K, Pb, Pd, Pt, Rb, member
[all …]
/dports/science/chemtool-devel/chemtool-1.7alpha15/src-cht/
H A Dcht-2.4.c447 #define P_getbits_UB(a,i,n,L) ((int)((a)[(i)>>(L)-(n)] >> \ argument
451 #define P_getbits_SB(a,i,n,L) ((int)((a)[(i)>>(L)-(n)] << \ argument
455 #define P_putbits_UB(a,i,x,n,L) ((a)[(i)>>(L)-(n)] |= \ argument
458 #define P_putbits_SB(a,i,x,n,L) ((a)[(i)>>(L)-(n)] |= \ argument
462 #define P_clrbits_B(a,i,n,L) ((a)[(i)>>(L)-(n)] &= \ argument
467 #define P_getbits_US(v,i,n) ((int)((v) >> ((i)<<(n)) & (1<<(1<<(n)))-1)) argument
469 #define P_putbits_US(v,i,x,n) ((v) |= (x) << ((i) << (n))) argument
651 register int i; local
1365 register int i = *s + 1; local
1557 Co, Cr, Cs, Cu, Fe, Ga, Ge, In, Li, Mg, Mn, Na, Ni, K, Pb, Rb, Sb, Sc, Se, Sn, member
[all …]
H A Dcht-2.5.c447 #define P_getbits_UB(a,i,n,L) ((int)((a)[(i)>>(L)-(n)] >> \ argument
451 #define P_getbits_SB(a,i,n,L) ((int)((a)[(i)>>(L)-(n)] << \ argument
455 #define P_putbits_UB(a,i,x,n,L) ((a)[(i)>>(L)-(n)] |= \ argument
458 #define P_putbits_SB(a,i,x,n,L) ((a)[(i)>>(L)-(n)] |= \ argument
462 #define P_clrbits_B(a,i,n,L) ((a)[(i)>>(L)-(n)] &= \ argument
467 #define P_getbits_US(v,i,n) ((int)((v) >> ((i)<<(n)) & (1<<(1<<(n)))-1)) argument
469 #define P_putbits_US(v,i,x,n) ((v) |= (x) << ((i) << (n))) argument
651 register int i; local
1365 register int i = *s + 1; local
1557 …Co, Cr, Cs, Cu, Fe, Ga, Ge, Hf, Hg, In, Ir, Li, Lu, Mg, Mn, Mo, Na, Nb, Ni, Os, K, Pb, Pd, Pt, Rb, member
[all …]
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dfpp.c397 int i; in fpp() local
916 int i; in dlookup() local
927 int i; in inlist() local
945 int i; in dodef() local
1108 int i; in doincl() local
1213 int i; in domodule() local
1256 int i; in subst() local
1430 int i; in strstore() local
1454 int i; in lookup() local
1513 int i; in delete() local
[all …]
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dbuch2.c558 long i; in compute_invres() local
822 long i; in smooth_norm() local
1090 long i, l; in fixarch() local
1793 GEN v = gel(bnf,9), Ge = gel(v,4), M1 = gel(v,5), M2 = gel(v,6); in isprincipalall() local
2154 long i; in get_log_embed() local
3037 get_clg2(GEN cyc, GEN Ga, GEN C, GEN Ur, GEN Ge, GEN M1, GEN M2) in get_clg2()
3047 GEN M1, M2, z, G, Ga, Ge, cyc, X, Y, D, U, V, Ur, Ui, Uir; in class_group_gen() local
3295 GEN Sunits = bnf_get_sunits(bnf), Ur, Ga, Ge, M1, M2; in bnfnewprec_shallow() local
3358 long i; in bnrnewprec_shallow() local
3367 long i; in bnrnewprec() local
[all …]

12345