Home
last modified time | relevance | path

Searched refs:fcm (Results 1 – 25 of 953) sorted by relevance

12345678910>>...39

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/argos/
H A Dargos_cafe_scmf.F16 fcm(i,1)=zero
17 fcm(i,2)=zero
18 fcm(i,3)=zero
24 fcm(ismol(i),1)=fcm(ismol(i),1)+wgt(isatt(i),iset)*vs(i,3)
25 fcm(ismol(i),2)=fcm(ismol(i),2)+wgt(isatt(i),iset)
26 fcm(ismol(i),3)=fcm(ismol(i),3)+one
31 vs(i,3)=vs(i,3)-fcm(ismol(i),1)/fcm(ismol(i),2)
36 fcm(i,1)=zero
44 fcm(ismol(i),1)=fcm(ismol(i),1)+fs(i,3)
45 fcm(ismol(i),2)=fcm(ismol(i),2)+wgt(isatt(i),iset)
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/argos/
H A Dargos_cafe_scmf.F16 fcm(i,1)=zero
17 fcm(i,2)=zero
18 fcm(i,3)=zero
24 fcm(ismol(i),1)=fcm(ismol(i),1)+wgt(isatt(i),iset)*vs(i,3)
25 fcm(ismol(i),2)=fcm(ismol(i),2)+wgt(isatt(i),iset)
26 fcm(ismol(i),3)=fcm(ismol(i),3)+one
31 vs(i,3)=vs(i,3)-fcm(ismol(i),1)/fcm(ismol(i),2)
36 fcm(i,1)=zero
44 fcm(ismol(i),1)=fcm(ismol(i),1)+fs(i,3)
45 fcm(ismol(i),2)=fcm(ismol(i),2)+wgt(isatt(i),iset)
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dfmodifier.c1208 srcfcm = srcfcm->next, fcm = fcm->next) { in copy_fmodifiers()
1212 fcm->data = MEM_dupallocN(fcm->data); in copy_fmodifiers()
1278 for (fcm = modifiers->first; fcm; fcm = fmn) { in free_fmodifiers()
1297 for (fcm = modifiers->first; fcm; fcm = fcm->next) { in find_active_fmodifier()
1351 for (fcm = modifiers->first; fcm; fcm = fcm->next) { in list_has_suitable_fmodifier()
1425 if ((evaltime > fcm->sfra) && (evaltime < fcm->sfra + fcm->blendin)) { in eval_fmodifier_influence()
1428 float b = fcm->sfra + fcm->blendin; in eval_fmodifier_influence()
1431 if ((evaltime < fcm->efra) && (evaltime > fcm->efra - fcm->blendout)) { in eval_fmodifier_influence()
1434 float b = fcm->efra - fcm->blendout; in eval_fmodifier_influence()
1482 for (FModifier *fcm = modifiers->last; fcm; fcm = fcm->prev, fcm_index--) { in evaluate_time_fmodifiers() local
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/contrib/iapbs/modules/CHARMM/patches/c29b2/
H A Dmisc.patch29 +$(LIB)/misc.a(apbs.o) : comand.fcm
30 +$(LIB)/misc.a(apbs.o) : coord.fcm
31 +$(LIB)/misc.a(apbs.o) : dimens.fcm
32 +$(LIB)/misc.a(apbs.o) : exfunc.fcm
33 +$(LIB)/misc.a(apbs.o) : impnon.fcm
34 +$(LIB)/misc.a(apbs.o) : number.fcm
35 +$(LIB)/misc.a(apbs.o) : psf.fcm
36 +$(LIB)/misc.a(apbs.o) : stack.fcm
38 +$(LIB)/misc.a(apbs.o) : heap.fcm
39 +$(LIB)/misc.a(apbs.o) : pbeq.fcm
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/contrib/iapbs/modules/CHARMM/patches/c32a2/
H A Dmisc.patch29 +$(LIB)/misc.a(apbs.o) : comand.fcm
30 +$(LIB)/misc.a(apbs.o) : coord.fcm
31 +$(LIB)/misc.a(apbs.o) : dimens.fcm
32 +$(LIB)/misc.a(apbs.o) : exfunc.fcm
33 +$(LIB)/misc.a(apbs.o) : impnon.fcm
34 +$(LIB)/misc.a(apbs.o) : number.fcm
35 +$(LIB)/misc.a(apbs.o) : psf.fcm
36 +$(LIB)/misc.a(apbs.o) : stack.fcm
38 +$(LIB)/misc.a(apbs.o) : heap.fcm
39 +$(LIB)/misc.a(apbs.o) : pbeq.fcm
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/contrib/iapbs/modules/CHARMM/patches/c31a1/
H A Dmisc.patch29 +$(LIB)/misc.a(apbs.o) : comand.fcm
30 +$(LIB)/misc.a(apbs.o) : coord.fcm
31 +$(LIB)/misc.a(apbs.o) : dimens.fcm
32 +$(LIB)/misc.a(apbs.o) : exfunc.fcm
33 +$(LIB)/misc.a(apbs.o) : impnon.fcm
34 +$(LIB)/misc.a(apbs.o) : number.fcm
35 +$(LIB)/misc.a(apbs.o) : psf.fcm
36 +$(LIB)/misc.a(apbs.o) : stack.fcm
38 +$(LIB)/misc.a(apbs.o) : heap.fcm
39 +$(LIB)/misc.a(apbs.o) : pbeq.fcm
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/animation/
H A Dfmodifier_ui.c85 FModifier *fcm = (FModifier *)fcm_v; in validate_fmodifier_cb() local
90 fmi->verify_data(fcm); in validate_fmodifier_cb()
106 FModifier *fcm = (FModifier *)fcm_v; in delete_fmodifier_cb() local
109 remove_fmodifier(modifiers, fcm); in delete_fmodifier_cb()
972 if (fcm->flag & FMODIFIER_FLAG_EXPANDED) { in ANIM_uiTemplate_fmodifier_draw()
977 switch (fcm->type) { in ANIM_uiTemplate_fmodifier_draw()
1082 if (fcm) { in ANIM_fmodifiers_copy_to_buf()
1083 FModifier *fcmN = copy_fmodifier(fcm); in ANIM_fmodifiers_copy_to_buf()
1103 FModifier *fcm; in ANIM_fmodifiers_paste_from_buf() local
1119 for (fcm = fmodifier_copypaste_buf.first; fcm; fcm = fcm->next) { in ANIM_fmodifiers_paste_from_buf()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/context/test/
H A Dtest_context.cpp31 ctx::fcontext_t fcm = 0; variable
42 ctx::jump_fcontext( & fc, fcm, 0); in f1()
48 ctx::jump_fcontext( & fc, fcm, 0); in f3()
50 ctx::jump_fcontext( & fc, fcm, 0); in f3()
55 ctx::jump_fcontext( & fc, fcm, 7); in f4()
60 ctx::jump_fcontext( & fc, fcm, arg); in f5()
87 ctx::jump_fcontext( & fc, fcm, 0); in f8()
104 ctx::jump_fcontext( & fc1, fcm, 0); in f9()
127 ctx::jump_fcontext( & fcm, fc, 0); in test_start()
142 ctx::jump_fcontext( & fcm, fc, 0); in test_jump()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/context/test/
H A Dtest_context.cpp31 ctx::fcontext_t fcm = 0; variable
42 ctx::jump_fcontext( & fc, fcm, 0); in f1()
48 ctx::jump_fcontext( & fc, fcm, 0); in f3()
50 ctx::jump_fcontext( & fc, fcm, 0); in f3()
55 ctx::jump_fcontext( & fc, fcm, 7); in f4()
60 ctx::jump_fcontext( & fc, fcm, arg); in f5()
87 ctx::jump_fcontext( & fc, fcm, 0); in f8()
104 ctx::jump_fcontext( & fc1, fcm, 0); in f9()
127 ctx::jump_fcontext( & fcm, fc, 0); in test_start()
142 ctx::jump_fcontext( & fcm, fc, 0); in test_jump()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/context/test/
H A Dtest_context.cpp31 ctx::fcontext_t fcm = 0; variable
42 ctx::jump_fcontext( & fc, fcm, 0); in f1()
48 ctx::jump_fcontext( & fc, fcm, 0); in f3()
50 ctx::jump_fcontext( & fc, fcm, 0); in f3()
55 ctx::jump_fcontext( & fc, fcm, 7); in f4()
60 ctx::jump_fcontext( & fc, fcm, arg); in f5()
87 ctx::jump_fcontext( & fc, fcm, 0); in f8()
104 ctx::jump_fcontext( & fc1, fcm, 0); in f9()
127 ctx::jump_fcontext( & fcm, fc, 0); in test_start()
142 ctx::jump_fcontext( & fcm, fc, 0); in test_jump()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/context/test/
H A Dtest_context.cpp31 ctx::fcontext_t fcm = 0; variable
42 ctx::jump_fcontext( & fc, fcm, 0); in f1()
48 ctx::jump_fcontext( & fc, fcm, 0); in f3()
50 ctx::jump_fcontext( & fc, fcm, 0); in f3()
55 ctx::jump_fcontext( & fc, fcm, 7); in f4()
60 ctx::jump_fcontext( & fc, fcm, arg); in f5()
87 ctx::jump_fcontext( & fc, fcm, 0); in f8()
104 ctx::jump_fcontext( & fc1, fcm, 0); in f9()
127 ctx::jump_fcontext( & fcm, fc, 0); in test_start()
142 ctx::jump_fcontext( & fcm, fc, 0); in test_jump()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/context/test/
H A Dtest_context.cpp31 ctx::fcontext_t fcm = 0; variable
42 ctx::jump_fcontext( & fc, fcm, 0); in f1()
48 ctx::jump_fcontext( & fc, fcm, 0); in f3()
50 ctx::jump_fcontext( & fc, fcm, 0); in f3()
55 ctx::jump_fcontext( & fc, fcm, 7); in f4()
60 ctx::jump_fcontext( & fc, fcm, arg); in f5()
87 ctx::jump_fcontext( & fc, fcm, 0); in f8()
104 ctx::jump_fcontext( & fc1, fcm, 0); in f9()
127 ctx::jump_fcontext( & fcm, fc, 0); in test_start()
142 ctx::jump_fcontext( & fcm, fc, 0); in test_jump()
[all …]
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/tests/
H A Dtest_piezo_sensitivity.py115 fcm.get_FCM_operations()
120 fcm.get_FCM_operations()
121 rand_FCM = fcm.get_unstable_FCM()
137 fcm.get_FCM_operations()
139 fcm = fcm.get_symmetrized_FCM(np.random.rand(30, 30))
140 fcm = np.reshape(fcm, (10, 3, 10, 3)).swapaxes(1, 2)
155 fcm.get_FCM_operations()
156 rand_FCM = fcm.get_unstable_FCM()
183 fcm.get_FCM_operations()
218 fcm.get_FCM_operations()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dvaapi_vc1.c47 return v->fcm == PROGRESSIVE && in vc1_has_MVTYPEMB_bitplane()
59 return (v->fcm == PROGRESSIVE || v->fcm == ILACE_FRAME) && in vc1_has_SKIPMB_bitplane()
69 return (v->fcm == PROGRESSIVE || v->fcm == ILACE_FRAME) && in vc1_has_DIRECTMB_bitplane()
100 return v->fcm == ILACE_FRAME && in vc1_has_FIELDTX_bitplane()
110 return v->fcm == ILACE_FIELD && in vc1_has_FORWARDMB_bitplane()
141 if ((v->fcm == PROGRESSIVE || v->fcm == ILACE_FIELD) && in vc1_get_MVMODE()
151 if ((v->fcm == PROGRESSIVE || v->fcm == ILACE_FIELD) && in vc1_get_MVMODE2()
161 v->fcm == ILACE_FIELD && in vc1_get_INTCOMPFIELD()
206 v->fcm == ILACE_FIELD && in vc1_get_LUMSCALE2()
216 v->fcm == ILACE_FIELD && in vc1_get_LUMSHIFT2()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dvaapi_vc1.c47 return v->fcm == PROGRESSIVE && in vc1_has_MVTYPEMB_bitplane()
59 return (v->fcm == PROGRESSIVE || v->fcm == ILACE_FRAME) && in vc1_has_SKIPMB_bitplane()
69 return (v->fcm == PROGRESSIVE || v->fcm == ILACE_FRAME) && in vc1_has_DIRECTMB_bitplane()
100 return v->fcm == ILACE_FRAME && in vc1_has_FIELDTX_bitplane()
110 return v->fcm == ILACE_FIELD && in vc1_has_FORWARDMB_bitplane()
141 if ((v->fcm == PROGRESSIVE || v->fcm == ILACE_FIELD) && in vc1_get_MVMODE()
151 if ((v->fcm == PROGRESSIVE || v->fcm == ILACE_FIELD) && in vc1_get_MVMODE2()
161 v->fcm == ILACE_FIELD && in vc1_get_INTCOMPFIELD()
206 v->fcm == ILACE_FIELD && in vc1_get_LUMSCALE2()
216 v->fcm == ILACE_FIELD && in vc1_get_LUMSHIFT2()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dvaapi_vc1.c47 return v->fcm == PROGRESSIVE && in vc1_has_MVTYPEMB_bitplane()
59 return (v->fcm == PROGRESSIVE || v->fcm == ILACE_FRAME) && in vc1_has_SKIPMB_bitplane()
69 return (v->fcm == PROGRESSIVE || v->fcm == ILACE_FRAME) && in vc1_has_DIRECTMB_bitplane()
100 return v->fcm == ILACE_FRAME && in vc1_has_FIELDTX_bitplane()
110 return v->fcm == ILACE_FIELD && in vc1_has_FORWARDMB_bitplane()
141 if ((v->fcm == PROGRESSIVE || v->fcm == ILACE_FIELD) && in vc1_get_MVMODE()
151 if ((v->fcm == PROGRESSIVE || v->fcm == ILACE_FIELD) && in vc1_get_MVMODE2()
161 v->fcm == ILACE_FIELD && in vc1_get_INTCOMPFIELD()
206 v->fcm == ILACE_FIELD && in vc1_get_LUMSCALE2()
216 v->fcm == ILACE_FIELD && in vc1_get_LUMSHIFT2()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dvaapi_vc1.c47 return v->fcm == PROGRESSIVE && in vc1_has_MVTYPEMB_bitplane()
59 return (v->fcm == PROGRESSIVE || v->fcm == ILACE_FRAME) && in vc1_has_SKIPMB_bitplane()
69 return (v->fcm == PROGRESSIVE || v->fcm == ILACE_FRAME) && in vc1_has_DIRECTMB_bitplane()
100 return v->fcm == ILACE_FRAME && in vc1_has_FIELDTX_bitplane()
110 return v->fcm == ILACE_FIELD && in vc1_has_FORWARDMB_bitplane()
141 if ((v->fcm == PROGRESSIVE || v->fcm == ILACE_FIELD) && in vc1_get_MVMODE()
151 if ((v->fcm == PROGRESSIVE || v->fcm == ILACE_FIELD) && in vc1_get_MVMODE2()
161 v->fcm == ILACE_FIELD && in vc1_get_INTCOMPFIELD()
206 v->fcm == ILACE_FIELD && in vc1_get_LUMSCALE2()
216 v->fcm == ILACE_FIELD && in vc1_get_LUMSHIFT2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dvaapi_vc1.c47 return v->fcm == PROGRESSIVE && in vc1_has_MVTYPEMB_bitplane()
59 return (v->fcm == PROGRESSIVE || v->fcm == ILACE_FRAME) && in vc1_has_SKIPMB_bitplane()
69 return (v->fcm == PROGRESSIVE || v->fcm == ILACE_FRAME) && in vc1_has_DIRECTMB_bitplane()
100 return v->fcm == ILACE_FRAME && in vc1_has_FIELDTX_bitplane()
110 return v->fcm == ILACE_FIELD && in vc1_has_FORWARDMB_bitplane()
141 if ((v->fcm == PROGRESSIVE || v->fcm == ILACE_FIELD) && in vc1_get_MVMODE()
151 if ((v->fcm == PROGRESSIVE || v->fcm == ILACE_FIELD) && in vc1_get_MVMODE2()
161 v->fcm == ILACE_FIELD && in vc1_get_INTCOMPFIELD()
206 v->fcm == ILACE_FIELD && in vc1_get_LUMSCALE2()
216 v->fcm == ILACE_FIELD && in vc1_get_LUMSHIFT2()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/poems/
H A Dworkspace.cpp293 FF(4,j) = fcm[mappings[j - 1]-1][0]*ConFac; in LobattoOne()
294 FF(5,j) = fcm[mappings[j - 1]-1][1]*ConFac; in LobattoOne()
344 double fcmMag = fcm[mappings[k]-1][0] * fcm[mappings[k]-1][0] in LobattoOne()
345 + fcm[mappings[k]-1][1] * fcm[mappings[k]-1][1] in LobattoOne()
346 + fcm[mappings[k]-1][2] * fcm[mappings[k]-1][2]; in LobattoOne()
385 FF(4,j) = fcm[mappings[j - 1]-1][0]*ConFac; in LobattoTwo()
386 FF(5,j) = fcm[mappings[j - 1]-1][1]*ConFac; in LobattoTwo()
387 FF(6,j) = fcm[mappings[j - 1]-1][2]*ConFac; in LobattoTwo()
418 double fcmMag = fcm[mappings[k]-1][0] * fcm[mappings[k]-1][0] in LobattoTwo()
419 + fcm[mappings[k]-1][1] * fcm[mappings[k]-1][1] in LobattoTwo()
[all …]
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/
H A Dpiezo_sensitivity.py290 self.fcm = fcm
524 eigs, vecs = np.linalg.eig(fcm)
534 fcm = self.get_symmetrized_FCM(fcm)
535 fcm = self.get_asum_FCM(fcm)
536 eigs, vecs = np.linalg.eig(fcm)
547 return fcm
571 X = np.real(fcm)
637 fcm = fcm - D
639 return fcm
746 fcm.get_FCM_operations()
[all …]
/dports/math/octave/octave-6.4.0/libinterp/operators/
H A Dmodule.mk47 %reldir%/op-fcm-fcm.cc \
48 %reldir%/op-fcm-fcs.cc \
49 %reldir%/op-fcm-fdm.cc \
50 %reldir%/op-fcm-fm.cc \
51 %reldir%/op-fcm-fs.cc \
52 %reldir%/op-fcm-pm.cc \
54 %reldir%/op-fcs-fcm.cc \
59 %reldir%/op-fdm-fcm.cc \
65 %reldir%/op-fm-fcm.cc \
71 %reldir%/op-fs-fcm.cc \
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/context/example/
H A Drethrow.cpp23 ctx::fcontext_t fcm = 0; variable
30 ctx::jump_fcontext( & fc, fcm, arg); in f()
36 ctx::jump_fcontext( & fc, fcm, arg); in f()
53 ctx::jump_fcontext( & fcm, fc, ( intptr_t) 0); in main()
59 ctx::jump_fcontext( & fcm, fc, ( intptr_t) 0); in main()
67 ctx::jump_fcontext( & fcm, fc, ( intptr_t) 0); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/context/example/
H A Drethrow.cpp23 ctx::fcontext_t fcm = 0; variable
30 ctx::jump_fcontext( & fc, fcm, arg); in f()
36 ctx::jump_fcontext( & fc, fcm, arg); in f()
53 ctx::jump_fcontext( & fcm, fc, ( intptr_t) 0); in main()
59 ctx::jump_fcontext( & fcm, fc, ( intptr_t) 0); in main()
67 ctx::jump_fcontext( & fcm, fc, ( intptr_t) 0); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/context/example/
H A Drethrow.cpp23 ctx::fcontext_t fcm = 0; variable
30 ctx::jump_fcontext( & fc, fcm, arg); in f()
36 ctx::jump_fcontext( & fc, fcm, arg); in f()
53 ctx::jump_fcontext( & fcm, fc, ( intptr_t) 0); in main()
59 ctx::jump_fcontext( & fcm, fc, ( intptr_t) 0); in main()
67 ctx::jump_fcontext( & fcm, fc, ( intptr_t) 0); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/context/example/
H A Drethrow.cpp23 ctx::fcontext_t fcm = 0; variable
30 ctx::jump_fcontext( & fc, fcm, arg); in f()
36 ctx::jump_fcontext( & fc, fcm, arg); in f()
53 ctx::jump_fcontext( & fcm, fc, ( intptr_t) 0); in main()
59 ctx::jump_fcontext( & fcm, fc, ( intptr_t) 0); in main()
67 ctx::jump_fcontext( & fcm, fc, ( intptr_t) 0); in main()

12345678910>>...39