Home
last modified time | relevance | path

Searched refs:fO (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/dports/science/lammps/lammps-stable_29Sep2021/src/MOLECULE/
H A Dpair_tip4p_cut.cpp78 double fO[3],fH[3],fd[3],v[6]; in compute() local
248 fO[0] = fd[0]*(1.0 - alpha); in compute()
256 f[i][0] += fO[0]; in compute()
257 f[i][1] += fO[1]; in compute()
258 f[i][2] += fO[2]; in compute()
305 fO[0] = fd[0]*(1 - alpha); in compute()
306 fO[1] = fd[1]*(1 - alpha); in compute()
307 fO[2] = fd[2]*(1 - alpha); in compute()
313 f[j][0] += fO[0]; in compute()
314 f[j][1] += fO[1]; in compute()
[all …]
H A Dpair_lj_cut_tip4p_cut.cpp92 double fO[3],fH[3],fd[3],v[6]; in compute() local
290 fO[0] = fd[0]*(1.0 - alpha); in compute()
298 f[i][0] += fO[0]; in compute()
299 f[i][1] += fO[1]; in compute()
300 f[i][2] += fO[2]; in compute()
347 fO[0] = fd[0]*(1 - alpha); in compute()
348 fO[1] = fd[1]*(1 - alpha); in compute()
349 fO[2] = fd[2]*(1 - alpha); in compute()
355 f[j][0] += fO[0]; in compute()
356 f[j][1] += fO[1]; in compute()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/FEP/
H A Dpair_tip4p_long_soft.cpp85 double fO[3],fH[3],fd[3],v[6]; in compute() local
272 fO[0] = fd[0]*(1 - alpha); in compute()
273 fO[1] = fd[1]*(1 - alpha); in compute()
274 fO[2] = fd[2]*(1 - alpha); in compute()
280 f[i][0] += fO[0]; in compute()
281 f[i][1] += fO[1]; in compute()
282 f[i][2] += fO[2]; in compute()
329 fO[0] = fd[0]*(1 - alpha); in compute()
337 f[j][0] += fO[0]; in compute()
338 f[j][1] += fO[1]; in compute()
[all …]
H A Dpair_lj_cut_tip4p_long_soft.cpp86 double fO[3],fH[3],fd[3],v[6]; in compute() local
304 fO[0] = fd[0]*(1 - alpha); in compute()
305 fO[1] = fd[1]*(1 - alpha); in compute()
306 fO[2] = fd[2]*(1 - alpha); in compute()
312 f[i][0] += fO[0]; in compute()
313 f[i][1] += fO[1]; in compute()
314 f[i][2] += fO[2]; in compute()
361 fO[0] = fd[0]*(1 - alpha); in compute()
369 f[j][0] += fO[0]; in compute()
370 f[j][1] += fO[1]; in compute()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/KSPACE/
H A Dpair_tip4p_long.cpp84 double fO[3],fH[3],fd[3],v[6]; in compute() local
285 fO[0] = fd[0]*(1 - alpha); in compute()
286 fO[1] = fd[1]*(1 - alpha); in compute()
287 fO[2] = fd[2]*(1 - alpha); in compute()
293 f[i][0] += fO[0]; in compute()
294 f[i][1] += fO[1]; in compute()
295 f[i][2] += fO[2]; in compute()
342 fO[0] = fd[0]*(1 - alpha); in compute()
350 f[j][0] += fO[0]; in compute()
351 f[j][1] += fO[1]; in compute()
[all …]
H A Dpair_lj_long_tip4p_long.cpp86 double fO[3],fH[3],fd[3],v[6]; in compute() local
361 f[i][0] += fO[0]; in compute()
362 f[i][1] += fO[1]; in compute()
363 f[i][2] += fO[2]; in compute()
418 f[j][0] += fO[0]; in compute()
419 f[j][1] += fO[1]; in compute()
420 f[j][2] += fO[2]; in compute()
470 double fO[3],fH[3],fd[3]; in compute_inner() local
676 f[i][0] += fO[0]; in compute_inner()
677 f[i][1] += fO[1]; in compute_inner()
[all …]
H A Dpair_lj_cut_tip4p_long.cpp88 double fO[3],fH[3],fd[3],v[6]; in compute() local
317 fO[0] = fd[0]*(1 - alpha); in compute()
318 fO[1] = fd[1]*(1 - alpha); in compute()
319 fO[2] = fd[2]*(1 - alpha); in compute()
325 f[i][0] += fO[0]; in compute()
326 f[i][1] += fO[1]; in compute()
327 f[i][2] += fO[2]; in compute()
374 fO[0] = fd[0]*(1 - alpha); in compute()
382 f[j][0] += fO[0]; in compute()
383 f[j][1] += fO[1]; in compute()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/duplicates_in/
H A DA_test958.java4 private Object fO; field in A_test958
7 /*[*/Object o2= fO;/*]*/ in method0()
8 fO= o2; in method0()
12 Object o= fO; in method1()
13 fO= o; in method1()
H A DA_test960.java4 private Object fO; field in A_test960
7 /*[*/fO= new Object();/*]*/ in foo()
11 fO= new Object(); in bar()
H A DA_test961.java4 private Object fO; field in A_test961
7 /*[*/fO= o;/*]*/ in foo()
11 fO= x; in bar()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/duplicates_out/
H A DA_test958.java4 private Object fO; field in A_test958
8 fO= o2; in method0()
12 /*[*/Object o2= fO;/*]*/ in extracted()
18 fO= o; in method1()
H A DA_test960.java4 private Object fO; field in A_test960
10 /*[*/fO= new Object();/*]*/ in extracted()
H A DA_test961.java4 private Object fO; field in A_test961
10 /*[*/fO= o;/*]*/ in extracted()
/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/
H A Dlal_lj_tip4p_long.cu302 acctyp4 f, fO; in k_lj_tip4p_long() local
304 fO.x=(acctyp)0; fO.y=(acctyp)0; fO.z=(acctyp)0; in k_lj_tip4p_long()
569 fO.x += shfl_down(fO.x, s, t_per_atom); in k_lj_tip4p_long()
570 fO.y += shfl_down(fO.y, s, t_per_atom); in k_lj_tip4p_long()
571 fO.z += shfl_down(fO.z, s, t_per_atom); in k_lj_tip4p_long()
572 fO.w += shfl_down(fO.w, s, t_per_atom); in k_lj_tip4p_long()
635 fO.x=(acctyp)0; fO.y=(acctyp)0; fO.z=(acctyp)0; in k_lj_tip4p_long_fast()
898 fO.x += shfl_down(fO.x, s, t_per_atom); in k_lj_tip4p_long_fast()
899 fO.y += shfl_down(fO.y, s, t_per_atom); in k_lj_tip4p_long_fast()
900 fO.z += shfl_down(fO.z, s, t_per_atom); in k_lj_tip4p_long_fast()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpo_Bookmark.cpp28 po_Bookmark::po_Bookmark(pf_Frag_Object& fO, pt_PieceTable * pt, in po_Bookmark() argument
30 : m_fragObject(fO),m_pPieceTable(pt),m_iBookmarkType(bookmarkType) in po_Bookmark()
H A Dfd_Field.cpp33 fd_Field::fd_Field(pf_Frag_Object& fO, pt_PieceTable * pt, in fd_Field() argument
35 : m_fragObject(fO),m_pPieceTable(pt), in fd_Field()
H A Dpo_Bookmark.h47 po_Bookmark(pf_Frag_Object& fO, pt_PieceTable * pt, BookmarkType type, const gchar* name);
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/uccsdt/
H A Determ.F12 integer fO(2,0:7), fV(2,0:7)
40 call make_fock_mo(fO,fV)
45 call ga_add( 1.0d0,qO(symf,2), 1.0d0,fO(1,symf),qO(symf,2))
47 call ga_add( 1.0d0,qO(symf,5), 1.0d0,fO(2,symf),qO(symf,5))
53 call ga_add( 1.0d0,qO(symf,8), 1.0d0,fO(1,symf),qO(symf,8))
208 if (.not. ga_destroy(fO(inum,symf)))
/dports/science/nwchem-data/nwchem-7.0.2-release/src/uccsdt/
H A Determ.F12 integer fO(2,0:7), fV(2,0:7)
40 call make_fock_mo(fO,fV)
45 call ga_add( 1.0d0,qO(symf,2), 1.0d0,fO(1,symf),qO(symf,2))
47 call ga_add( 1.0d0,qO(symf,5), 1.0d0,fO(2,symf),qO(symf,5))
53 call ga_add( 1.0d0,qO(symf,8), 1.0d0,fO(1,symf),qO(symf,8))
208 if (.not. ga_destroy(fO(inum,symf)))
/dports/lang/spidermonkey60/firefox-60.9.0/layout/svg/
H A DnsSVGForeignObjectFrame.cpp368 SVGForeignObjectElement* fO = in NotifySVGChanged() local
372 if (fO->mLengthAttributes[SVGForeignObjectElement::ATTR_X].IsPercentage() || in NotifySVGChanged()
373 fO->mLengthAttributes[SVGForeignObjectElement::ATTR_Y].IsPercentage()) { in NotifySVGChanged()
379 if (fO->mLengthAttributes[SVGForeignObjectElement::ATTR_WIDTH] in NotifySVGChanged()
381 fO->mLengthAttributes[SVGForeignObjectElement::ATTR_HEIGHT] in NotifySVGChanged()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/svg/
H A DnsSVGForeignObjectFrame.cpp413 SVGForeignObjectElement *fO = in NotifySVGChanged() local
417 if (fO->mLengthAttributes[SVGForeignObjectElement::ATTR_X].IsPercentage() || in NotifySVGChanged()
418 fO->mLengthAttributes[SVGForeignObjectElement::ATTR_Y].IsPercentage()) { in NotifySVGChanged()
424 if (fO->mLengthAttributes[SVGForeignObjectElement::ATTR_WIDTH].IsPercentage() || in NotifySVGChanged()
425 fO->mLengthAttributes[SVGForeignObjectElement::ATTR_HEIGHT].IsPercentage()) { in NotifySVGChanged()
/dports/mail/spamassassin-devel/spamassassin-1ea352210/lm/
H A Dne.lm93 fO 88
159 fO{ 58
163 fO{_ 57
/dports/textproc/libtextcat/libtextcat-2.2/langclass/LM/
H A Dnepali.lm93 fO 88
159 fO{ 58
163 fO{_ 57
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/struct/
H A Drodbezj.cc65 fO(fOTmp), in RodBezier()
100 const Vec3 b1 = pN1->GetXCurr() + R1*fO; in RodBezier()
143 fO.Write(out, ", ") << ", " in Restart()
146 << "position, reference, node, "; fO.Write(out, ", ") << ", " in Restart()
194 const Vec3 fOTmp(R1*fO); in AssJac()
207 const Vec3 b1 = pNode1->GetXCurr() + R1*fO; in AssJac()
368 Vec3 fOTmp(R1*fO); in AssVec()
502 const Vec3 fOTmp(R1*fO); in InitialAssJac()
520 const Vec3 b1 = x1 + R1*fO; in InitialAssJac()
/dports/net/arataga/restinio-v.0.6.13/dev/sample/tls_inspector/certs/
H A Dserver.cer13 fO/pBkQYWQIDAQABMA0GCSqGSIb3DQEBCwUAA4IBAQBwH3YymmqcDxMf7B8lijFj

12345678910>>...19