Home
last modified time | relevance | path

Searched refs:g_fact (Results 1 – 6 of 6) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dmemory_report.f9066 INTEGER :: g_fact, mix_type_size, scf_type_size local
79 g_fact = 2 ! use half plane waves or G-vectors
81 g_fact = 1 ! use all plane waves or G-vectors
90 npwx_g = NINT ( fpi/3.0_dp * SQRT(ecutwfc)**3 / (tpi**3/omega) / g_fact )
136 add = complex_size/g_fact * nexx_l * npol * nbnd_l * nkqs
271 ram1 = complex_size/g_fact * ( 3*nbnd_l**2 ) ! hr,sr,vr/hc,sc,vc
273 add = complex_size/g_fact * ( nkb*npol*nbnd ) ! <psi|beta>, becmod.f90:353
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/elliptic_curves/ec_rationals/
H A Delliptic_curve_rep_bigint.cc229 rational_factorization g_fact = factor(g); in minimise_c4c6() local
230 np = g_fact.no_of_comp(); in minimise_c4c6()
234 p = g_fact.base(index); in minimise_c4c6()
278 p = g_fact.base(index); in minimise_c4c6()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/
H A Dactor.h241 void remapActorPalette(int r_fact, int g_fact, int b_fact, int threshold);
H A Dactor.cpp3148 void Actor::remapActorPalette(int r_fact, int g_fact, int b_fact, int threshold) { in remapActorPalette() argument
3191 g = (g * g_fact) >> 8; in remapActorPalette()
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/
H A Dactor.h244 void remapActorPalette(int r_fact, int g_fact, int b_fact, int threshold);
H A Dactor.cpp3273 void Actor::remapActorPalette(int r_fact, int g_fact, int b_fact, int threshold) { in remapActorPalette() argument
3316 g = (g * g_fact) >> 8; in remapActorPalette()