Home
last modified time | relevance | path

Searched refs:EFLAG (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/dports/japanese/groff/groff-1.18.1.1/font/devps/generate/
H A DMakefile48 EFLAG=-e $(TEXTENC) macro
55 $(AFMTODIT) $(EFLAG) $(RFLAG) \
59 $(AFMTODIT) $(EFLAG) $(RFLAG) \
67 $(AFMTODIT) $(EFLAG) $(IFLAG) \
71 $(AFMTODIT) $(EFLAG) $(RFLAG) \
75 $(AFMTODIT) $(EFLAG) $(RFLAG) \
79 $(AFMTODIT) $(EFLAG) $(IFLAG) \
83 $(AFMTODIT) $(EFLAG) $(IFLAG) \
103 $(AFMTODIT) $(EFLAG) $(RFLAG) \
107 $(AFMTODIT) $(EFLAG) $(RFLAG) \
[all …]
/dports/textproc/groff/groff-1.22.4/font/devps/generate/
H A DMakefile63 EFLAG=-e $(TEXTENC) macro
72 $(AFMTODIT) $(EFLAG) $(RFLAG) \
77 $(AFMTODIT) $(EFLAG) $(RFLAG) \
87 $(AFMTODIT) $(EFLAG) $(IFLAG) \
92 $(AFMTODIT) $(EFLAG) $(RFLAG) \
97 $(AFMTODIT) $(EFLAG) $(RFLAG) \
102 $(AFMTODIT) $(EFLAG) $(IFLAG) \
107 $(AFMTODIT) $(EFLAG) $(IFLAG) \
132 $(AFMTODIT) $(EFLAG) $(RFLAG) \
137 $(AFMTODIT) $(EFLAG) $(RFLAG) \
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dpair_eam_kokkos.h40 template<int EFLAG>
43 template<int EFLAG>
77 template<int EFLAG>
79 void operator()(TagPairEAMKernelB<EFLAG>, const int&, EV_FLOAT&) const;
81 template<int EFLAG>
83 void operator()(TagPairEAMKernelB<EFLAG>, const int&) const;
85 template<int EFLAG>
87 void operator()(TagPairEAMKernelAB<EFLAG>, const int&, EV_FLOAT&) const;
89 template<int EFLAG>
91 void operator()(TagPairEAMKernelAB<EFLAG>, const int&) const;
H A Dpair_eam_alloy_kokkos.h40 template<int EFLAG>
43 template<int EFLAG>
80 template<int EFLAG>
82 void operator()(TagPairEAMAlloyKernelB<EFLAG>, const int&, EV_FLOAT&) const;
84 template<int EFLAG>
86 void operator()(TagPairEAMAlloyKernelB<EFLAG>, const int&) const;
88 template<int EFLAG>
90 void operator()(TagPairEAMAlloyKernelAB<EFLAG>, const int&, EV_FLOAT&) const;
92 template<int EFLAG>
94 void operator()(TagPairEAMAlloyKernelAB<EFLAG>, const int&) const;
H A Dpair_eam_fs_kokkos.h40 template<int EFLAG>
43 template<int EFLAG>
80 template<int EFLAG>
82 void operator()(TagPairEAMFSKernelB<EFLAG>, const int&, EV_FLOAT&) const;
84 template<int EFLAG>
86 void operator()(TagPairEAMFSKernelB<EFLAG>, const int&) const;
88 template<int EFLAG>
90 void operator()(TagPairEAMFSKernelAB<EFLAG>, const int&, EV_FLOAT&) const;
92 template<int EFLAG>
94 void operator()(TagPairEAMFSKernelAB<EFLAG>, const int&) const;
/dports/lang/gforth/gforth-0.7.3/
H A Dsieve.fs6 FLAGS 8190 + CONSTANT EFLAG
8 : PRIMES ( -- n ) FLAGS 8190 1 FILL 0 3 EFLAG FLAGS
10 IF DUP I + DUP EFLAG <
11 IF EFLAG SWAP
H A Dsiev.fs7 \ FLAGS 8190 + CONSTANT EFLAG
9 : PRIMES ( -- n ) FLAGS 8190 1 FILL 0 3 EFLAG @ FLAGS
11 IF DUP I + DUP EFLAG @ <
12 IF EFLAG @ SWAP
/dports/science/lammps/lammps-stable_29Sep2021/src/OPENMP/
H A Dpair_lj_sdk_coul_msm_omp.cpp87 template <int EVFLAG, int EFLAG, int NEWTON_PAIR>
143 if (EFLAG) { in eval_msm_thr()
150 if (EFLAG) ecoul -= adjust; in eval_msm_thr()
159 if (EFLAG) ecoul = qtmp*q[j] * (etable[itable] + fraction*detable[itable]); in eval_msm_thr()
165 if (EFLAG) ecoul -= adjust; in eval_msm_thr()
177 if (EFLAG) in eval_msm_thr()
186 if (EFLAG) in eval_msm_thr()
194 if (EFLAG) in eval_msm_thr()
202 if (EFLAG) evdwl *= factor_lj; in eval_msm_thr()
H A Dpair_lj_sdk_coul_long_omp.cpp80 template <int EVFLAG, int EFLAG, int NEWTON_PAIR>
147 if (EFLAG) ecoul = prefactor*erfc; in eval_thr()
151 if (EFLAG) ecoul -= adjust; in eval_thr()
160 if (EFLAG) ecoul = qtmp*q[j] * (etable[itable] + fraction*detable[itable]); in eval_thr()
166 if (EFLAG) ecoul -= adjust; in eval_thr()
178 if (EFLAG) in eval_thr()
187 if (EFLAG) in eval_thr()
195 if (EFLAG) in eval_thr()
203 if (EFLAG) evdwl *= factor_lj; in eval_thr()
H A Dpair_lj_charmm_coul_msm_omp.cpp86 template <int EVFLAG, int EFLAG, int NEWTON_PAIR>
145 if (EFLAG) ecoul = prefactor*egamma; in eval()
149 if (EFLAG) ecoul -= adjust; in eval()
158 if (EFLAG) ecoul = qtmp*q[j] * (etable[itable] + fraction*detable[itable]); in eval()
164 if (EFLAG) ecoul -= adjust; in eval()
172 if (EFLAG) evdwl = r6inv*(lj3[itype][jtype]*r6inv-lj4[itype][jtype]); in eval()
179 if (EFLAG) { in eval()
191 if (EFLAG) evdwl *= factor_lj; in eval()
H A Dpair_lj_charmm_coul_long_omp.cpp80 template <int EVFLAG, int EFLAG, int NEWTON_PAIR>
151 if (EFLAG) ecoul = prefactor*erfc; in eval()
155 if (EFLAG) ecoul -= adjust; in eval()
164 if (EFLAG) ecoul = qtmp*q[j] * (etable[itable] + fraction*detable[itable]); in eval()
170 if (EFLAG) ecoul -= adjust; in eval()
179 if (EFLAG) evdwl = philj; in eval()
187 if (EFLAG) evdwl *= switch1; in eval()
193 if (EFLAG) evdwl *= factor_lj; in eval()
H A Dpair_nm_cut_coul_long_omp.cpp87 template <int EVFLAG, int EFLAG, int NEWTON_PAIR>
162 if (EFLAG) ecoul = prefactor*erfc; in eval()
165 if (EFLAG) ecoul -= (1.0-factor_coul)*prefactor; in eval()
175 if (EFLAG) in eval()
181 if (EFLAG) ecoul -= (1.0-factor_coul)*prefactor; in eval()
186 if (EFLAG) ecoul = 0.0; in eval()
197 if (EFLAG) in eval()
205 if (EFLAG) evdwl = 0.0; in eval()
H A Dpair_lj_charmm_coul_long_soft_omp.cpp80 template <int EVFLAG, int EFLAG, int NEWTON_PAIR>
152 if (EFLAG) ecoul = prefactor*erfc*denc*denc; in eval()
157 if (EFLAG) ecoul -= adjust*denc*denc; in eval()
168 if (EFLAG) evdwl = philj; in eval()
176 if (EFLAG) evdwl = philj*switch1; in eval()
182 if (EFLAG) evdwl *= factor_lj; in eval()
H A Dpair_lj_sdk_omp.cpp82 template <int EVFLAG, int EFLAG, int NEWTON_PAIR>
136 if (EFLAG) in eval_thr()
145 if (EFLAG) in eval_thr()
153 if (EFLAG) in eval_thr()
169 if (EFLAG) evdwl *= factor_lj; in eval_thr()
H A Dangle_sdk_omp.cpp83 template <int EVFLAG, int EFLAG, int NEWTON_BOND>
160 if (EFLAG) e13 = r4inv*(lj3[type1][type3]*r4inv*r4inv - lj4[type1][type3]); in eval()
167 if (EFLAG) e13 = r6inv*(lj3[type1][type3]*r3inv - lj4[type1][type3]); in eval()
173 if (EFLAG) e13 = r6inv*(lj3[type1][type3]*r6inv - lj4[type1][type3]); in eval()
177 if (EFLAG) e13 -= emin[type1][type3]; in eval()
188 if (EFLAG) eangle = tk*dtheta; in eval()
/dports/science/lammps/lammps-stable_29Sep2021/src/INTEL/
H A Dbond_harmonic_intel.cpp105 template <int EFLAG, int VFLAG, int NEWTON_BOND, class flt_t, class acc_t>
128 if (EFLAG) oebond = (acc_t)0.0;
155 if (EFLAG) sebond = (acc_t)0.0;
188 if (EFLAG) ebond = rk*dr;
212 if (EFLAG || VFLAG) {
214 IP_PRE_ev_tally_bond(EFLAG, VFLAG, eatom, vflag, ebond, i1, i2,
219 IP_PRE_ev_tally_bond(EFLAG, VFLAG, eatom, vflag, ebond, i1, i2,
227 if (EFLAG) oebond += sebond;
235 if (EFLAG) energy += oebond;
H A Dbond_fene_intel.cpp109 template <int EFLAG, int VFLAG, int NEWTON_BOND, class flt_t, class acc_t>
132 if (EFLAG) oebond = (acc_t)0.0;
159 if (EFLAG) sebond = (acc_t)0.0;
215 if (EFLAG) {
244 if (EFLAG || VFLAG) {
246 IP_PRE_ev_tally_bond(EFLAG, VFLAG, eatom, vflag, ebond, i1, i2, fbond,
250 IP_PRE_ev_tally_bond(EFLAG, VFLAG, eatom, vflag, ebond, i1, i2, fbond,
257 if (EFLAG) oebond += sebond;
265 if (EFLAG) energy += oebond;
H A Dangle_charmm_intel.cpp111 template <int EFLAG, int VFLAG, int NEWTON_BOND, class flt_t, class acc_t>
135 if (EFLAG) oeangle = (acc_t)0.0;
162 if (EFLAG) seangle = (acc_t)0.0;
217 if (EFLAG) eangle = rk*dr;
236 if (EFLAG) eangle += tk*dtheta;
280 if (EFLAG || VFLAG) {
282 IP_PRE_ev_tally_angle(EFLAG, VFLAG, eatom, vflag, eangle, i1, i2,
288 IP_PRE_ev_tally_angle(EFLAG, VFLAG, eatom, vflag, eangle, i1, i2,
297 if (EFLAG) oeangle += seangle;
305 if (EFLAG) energy += oeangle;
H A Dangle_harmonic_intel.cpp111 template <int EFLAG, int VFLAG, int NEWTON_BOND, class flt_t, class acc_t>
135 if (EFLAG) oeangle = (acc_t)0.0;
162 if (EFLAG) seangle = (acc_t)0.0;
217 if (EFLAG) eangle = tk*dtheta;
262 if (EFLAG || VFLAG) {
264 IP_PRE_ev_tally_angle(EFLAG, VFLAG, eatom, vflag, eangle, i1, i2, i3,
270 IP_PRE_ev_tally_angle(EFLAG, VFLAG, eatom, vflag, eangle, i1, i2, i3,
279 if (EFLAG) oeangle += seangle;
287 if (EFLAG) energy += oeangle;
H A Dpair_buck_coul_cut_intel.cpp129 template <int EFLAG, int NEWTON_PAIR, class flt_t, class acc_t>
163 IP_PRE_get_transfern(ago, NEWTON_PAIR, EFLAG, vflag, in eval()
206 if (EFLAG || vflag) in eval()
247 if (EFLAG) fwtmp = sevdwl = secoul = (acc_t)0; in eval()
281 if (EFLAG) in eval()
286 if (EFLAG) in eval()
304 if (EFLAG) in eval()
311 if (EFLAG) in eval()
336 if (EFLAG) { in eval()
371 if (EFLAG || vflag) { in eval()
[all …]
H A Ddihedral_fourier_intel.cpp102 template <int EFLAG, int VFLAG, int NEWTON_BOND, class flt_t, class acc_t>
126 if (EFLAG) oedihedral = (acc_t)0.0;
153 if (EFLAG) sedihedral = (acc_t)0.0;
225 if (EFLAG) deng = (flt_t)0.0;
253 if (EFLAG) deng += tk * p;
294 if (EFLAG || VFLAG) {
296 IP_PRE_ev_tally_dihed(EFLAG, VFLAG, eatom, vflag, deng, i1, i2, i3, i4,
302 IP_PRE_ev_tally_dihed(EFLAG, VFLAG, eatom, vflag, deng, i1, i2, i3, i4,
344 if (EFLAG) oedihedral += sedihedral;
352 if (EFLAG) energy += oedihedral;
H A Dimproper_harmonic_intel.cpp116 template <int EFLAG, int VFLAG, int NEWTON_BOND, class flt_t, class acc_t>
139 if (EFLAG) oeimproper = (acc_t)0.0;
166 if (EFLAG) seimproper = (acc_t)0.0;
248 if (EFLAG) eimproper = a*domega;
315 if (EFLAG || VFLAG) {
317 IP_PRE_ev_tally_dihed(EFLAG, VFLAG, eatom, vflag, eimproper, i1, i2,
323 IP_PRE_ev_tally_dihed(EFLAG, VFLAG, eatom, vflag, eimproper, i1, i2,
332 if (EFLAG) oeimproper += seimproper;
339 if (EFLAG) energy += oeimproper;
/dports/science/lammps/lammps-stable_29Sep2021/src/OPT/
H A Dpair_lj_long_coul_long_opt.cpp540 template < const int EVFLAG, const int EFLAG,
595 if (EFLAG) ecoul = t; in eval()
600 if (EFLAG) ecoul = t-r; in eval()
630 if (EFLAG) in eval()
637 if (EFLAG) in eval()
667 if (EFLAG) in eval()
774 if (EFLAG) ecoul = t; in eval_outer()
779 if (EFLAG) ecoul = t-r; in eval_outer()
798 if (EFLAG) { in eval_outer()
826 if (EFLAG) in eval_outer()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/GPU/
H A Dpair_lj_sdk_coul_long_gpu.cpp219 template <int EVFLAG, int EFLAG>
279 if (EFLAG) ecoul = prefactor*erfc; in cpu_compute()
282 if (EFLAG) ecoul -= (1.0-factor_coul)*prefactor; in cpu_compute()
293 if (EFLAG) { in cpu_compute()
301 if (EFLAG) ecoul -= (1.0-factor_coul)*prefactor; in cpu_compute()
317 if (EFLAG) in cpu_compute()
326 if (EFLAG) in cpu_compute()
334 if (EFLAG) in cpu_compute()
339 if (EFLAG) evdwl *= factor_lj; in cpu_compute()
/dports/science/lammps/lammps-stable_29Sep2021/src/CG-SDK/
H A Dpair_lj_sdk_coul_msm.cpp73 template <int EVFLAG, int EFLAG, int NEWTON_PAIR>
136 if (EFLAG) { in eval_msm()
142 if (EFLAG) ecoul -= (1.0-factor_coul)*prefactor; in eval_msm()
152 if (EFLAG) ecoul = qtmp*q[j] * in eval_msm()
158 if (EFLAG) ecoul -= (1.0-factor_coul)*prefactor; in eval_msm()
170 if (EFLAG) in eval_msm()
179 if (EFLAG) in eval_msm()
187 if (EFLAG) in eval_msm()
192 if (EFLAG) evdwl *= factor_lj; in eval_msm()

12345678910>>...17