Home
last modified time | relevance | path

Searched refs:qmat (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/lr_tddft/
H A Dtddft_bdtensor.F72 qmat(i,j) = three * tmom(qindex(i,j))
74 & qmat(j,i) = three * tmom(qindex(j,i))
86 qmat(i,i) = qmat(i,i) - trace
91 qmat(i,j) = half * qmat(i,j)
97 trace = trace + qmat(i,i)
102 call output(qmat,1,3,1,3,3,3,1)
113 qmat(i,j) = qmat(i,j) * eexcit
156 & * el_transdip(k) * qmat(l,j)
158 & * el_transdip(k) * qmat(l,i)
325 & const*el_transdip(k)*qmat(l,j) *
[all …]
H A Dtddft_oscstr.F28 double precision trace, qmat(3,3), rmat(3,3), tmat(3,3)
56 qmat(i,j) = tmom(qindex(i,j))
57 if (j.ne.i) qmat(j,i) = tmom(qindex(j,i))
67 qmat(i,i) = qmat(i,i) - third*trace
73 equad = equad + qmat(i,j)*qmat(i,j)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/lr_tddft/
H A Dtddft_bdtensor.F72 qmat(i,j) = three * tmom(qindex(i,j))
74 & qmat(j,i) = three * tmom(qindex(j,i))
86 qmat(i,i) = qmat(i,i) - trace
91 qmat(i,j) = half * qmat(i,j)
97 trace = trace + qmat(i,i)
102 call output(qmat,1,3,1,3,3,3,1)
113 qmat(i,j) = qmat(i,j) * eexcit
156 & * el_transdip(k) * qmat(l,j)
158 & * el_transdip(k) * qmat(l,i)
325 & const*el_transdip(k)*qmat(l,j) *
[all …]
H A Dtddft_oscstr.F28 double precision trace, qmat(3,3), rmat(3,3), tmat(3,3)
56 qmat(i,j) = tmom(qindex(i,j))
57 if (j.ne.i) qmat(j,i) = tmom(qindex(j,i))
67 qmat(i,i) = qmat(i,i) - third*trace
73 equad = equad + qmat(i,j)*qmat(i,j)
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/IO/src/
H A DNiftiImageWriter.cc107 Matrix qmat = _Input->GetImageToWorldMatrix(); in Initialize() local
110 smat.reset(new Matrix(qmat)); in Initialize()
111 qmat = _Input->GetAffineMatrix().Inverse() * qmat; in Initialize()
120 NIFTI_TYPE_INT8, qmat, smat.get(), torigin, data); in Initialize()
125 NIFTI_TYPE_UINT8, qmat, smat.get(), torigin, data); in Initialize()
130 NIFTI_TYPE_INT16, qmat, smat.get(), torigin, data); in Initialize()
140 NIFTI_TYPE_INT32, qmat, smat.get(), torigin, data); in Initialize()
161 NIFTI_TYPE_FLOAT32, qmat, smat.get(), torigin, in Initialize()
167 NIFTI_TYPE_FLOAT32, qmat, smat.get(), torigin, in Initialize()
184 NIFTI_TYPE_FLOAT64, qmat, smat.get(), torigin, in Initialize()
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/src/
H A Dqmatrixd.f9041 complex(DP) :: c0(ngw,nx), qmat(nx,nx), detq local
53 qmat(:,:)=(0.d0,0.d0)
179 qmat(ix,jx)=sca
197 qmat(ix,jx)=qmat(ix,jx)+sca
199 qmat(jx,ix)=qmat(ix,jx)
204 call zgetrf (n,n,qmat,nx,ipiv,info)
212 detq = detq*qmat(ix,ix)
215 call zgetri (n,qmat,nx,ipiv,work,nx,info)
221 qmat(jx,ix)=0.5d0*(qmat(ix,jx)+qmat(jx,ix))
222 qmat(ix,jx)=qmat(jx,ix)
H A Ddforceb.f9052 & qmat(nx,nx) local
86 dtemp(ig)=dtemp(ig)+c0(ctabin(ig,2),j)*qmat(j,i)
88 dtemp(ig)=dtemp(ig)+CONJG(c0(-ctabin(ig,2),j))*qmat(j,i)
95 dtemp(ig)=dtemp(ig)-c0(ctabin(ig,1),j)*CONJG(qmat(j,i))
97 dtemp(ig)=dtemp(ig)-CONJG(c0(-ctabin(ig,1),j))*conjg(qmat(j,i))
114 sndbuf(ig,1,ip)=-c0(ctabin_missing_rev_1(ig,1,ip),j)*CONJG(qmat(j,i))
120 sndbuf(ig,1,ip)=-c0(ctabin_missing_rev_2(ig,1,ip),j)*CONJG(qmat(j,i))
129 sndbuf(ig,2,ip)=c0(ctabin_missing_rev_1(ig,2,ip),j)*qmat(j,i)
135 sndbuf(ig,2,ip)=c0(ctabin_missing_rev_2(ig,2,ip),j)*qmat(j,i)
207 afrc(inl)=afrc(inl)+gqq(iv,jv,ia,is)*bec0(jnl,j)*qmat(j,i)&
[all …]
/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dmodels.c515 qmat[j*ns+i] = qmat[i*ns+j]; in Update_Qmat_Generic()
535 qmat[i*ns+i] = -sum; in Update_Qmat_Generic()
563 qmat[0*4+1] = (rr[0]*pi[1]); in Update_Qmat_GTR()
564 qmat[0*4+2] = (rr[1]*pi[2]); in Update_Qmat_GTR()
565 qmat[0*4+3] = (rr[2]*pi[3]); in Update_Qmat_GTR()
567 qmat[1*4+0] = (rr[0]*pi[0]); in Update_Qmat_GTR()
568 qmat[1*4+2] = (rr[3]*pi[2]); in Update_Qmat_GTR()
622 qmat[0*4+0] = (phydbl)(-(qmat[0*4+1]+qmat[0*4+2]+qmat[0*4+3])); in Update_Qmat_HKY()
623 qmat[1*4+1] = (phydbl)(-(qmat[1*4+0]+qmat[1*4+2]+qmat[1*4+3])); in Update_Qmat_HKY()
624 qmat[2*4+2] = (phydbl)(-(qmat[2*4+0]+qmat[2*4+1]+qmat[2*4+3])); in Update_Qmat_HKY()
[all …]
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/utils/altivec/
H A Diquant_non_intra.c53 uint16_t *qmat; in iquant_non_intra_m1_altivec() local
88 qmat = (uint16_t*)wsp->inter_q_mat; in iquant_non_intra_m1_altivec()
93 vec_dst(qmat, dsc.control, 1); in iquant_non_intra_m1_altivec()
100 vqmat = vec_ld(0, qmat); in iquant_non_intra_m1_altivec()
138 qmat += 8; in iquant_non_intra_m1_altivec()
139 vqmat = vec_ld(0, (unsigned short*)qmat); in iquant_non_intra_m1_altivec()
211 uint16_t *qmat; in iquant_non_intra_m2_altivec() local
253 qmat = (uint16_t*)wsp->inter_q_mat; in iquant_non_intra_m2_altivec()
258 vec_dst(qmat, dsc.control, 1); in iquant_non_intra_m2_altivec()
437 uint16_t *qmat; in iquant_non_intra_altivec_verify() local
[all …]
H A Diquant_intra.c54 uint16_t *qmat; in iquant_intra_m1_altivec() local
98 qmat = (uint16_t*)wsp->intra_q_mat; in iquant_intra_m1_altivec()
103 vec_dst(qmat, dsc.control, 1); in iquant_intra_m1_altivec()
149 vqmat = vec_ld(offset, (unsigned short*)qmat); in iquant_intra_m1_altivec()
205 vqmat = vec_ld(offset, (unsigned short*)qmat); in iquant_intra_m1_altivec()
258 uint16_t *qmat; in iquant_intra_m2_altivec() local
304 qmat = (uint16_t*)wsp->intra_q_mat; in iquant_intra_m2_altivec()
309 vec_dst(qmat, dsc.control, 1); in iquant_intra_m2_altivec()
354 vqmat = vec_ld(offset, (unsigned short*)qmat); in iquant_intra_m2_altivec()
470 uint16_t *qmat; in iquant_intra_altivec_verify() local
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/tests/x86/
H A Ddct.c29 int16_t *block, int16_t *qmat);
33 LOCAL_ALIGNED(16, int16_t, qmat, [64]); \
38 qmat[i]=4; \
41 ff_prores_idct_put_10_##INSN (dst, 16, tmp, qmat); \
52 int16_t *block, int16_t *qmat);
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/tests/x86/
H A Ddct.c27 int16_t *block, int16_t *qmat);
31 LOCAL_ALIGNED(16, int16_t, qmat, [64]); \
36 qmat[i]=4; \
39 ff_prores_idct_put_10_##INSN (dst, 16, tmp, qmat); \
50 int16_t *block, int16_t *qmat);
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/tests/x86/
H A Ddct.c29 int16_t *block, int16_t *qmat);
33 LOCAL_ALIGNED(16, int16_t, qmat, [64]); \
38 qmat[i]=4; \
41 ff_prores_idct_put_10_##INSN (dst, 16, tmp, qmat); \
52 int16_t *block, int16_t *qmat);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/tests/x86/
H A Ddct.c27 int16_t *block, int16_t *qmat);
31 LOCAL_ALIGNED(16, int16_t, qmat, [64]); \
36 qmat[i]=4; \
39 ff_prores_idct_put_10_##INSN (dst, 16, tmp, qmat); \
50 int16_t *block, int16_t *qmat);
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/ppc/
H A Dmpegvideo_altivec.c261 const vector signed int* qmat; in dct_quantize_altivec() local
295 q0 = vec_ctf(qmat[0], QMAT_SHIFT); in dct_quantize_altivec()
296 q1 = vec_ctf(qmat[2], QMAT_SHIFT); in dct_quantize_altivec()
297 q2 = vec_ctf(qmat[4], QMAT_SHIFT); in dct_quantize_altivec()
298 q3 = vec_ctf(qmat[6], QMAT_SHIFT); in dct_quantize_altivec()
299 q4 = vec_ctf(qmat[8], QMAT_SHIFT); in dct_quantize_altivec()
321 q0 = vec_ctf(qmat[1], QMAT_SHIFT); in dct_quantize_altivec()
322 q1 = vec_ctf(qmat[3], QMAT_SHIFT); in dct_quantize_altivec()
323 q2 = vec_ctf(qmat[5], QMAT_SHIFT); in dct_quantize_altivec()
324 q3 = vec_ctf(qmat[7], QMAT_SHIFT); in dct_quantize_altivec()
[all …]
/dports/science/R-cran-bayesm/bayesm/R/
H A Dsummary.bayesm.mat.R41 qmat=apply(X,2,quantile,probs=c(.025,.05,.5,.95,.975)) functionVar
42 colnames(qmat)=names
44 { qmat=rbind(tvalues,qmat)}
46 print(t(qmat),digits=2)}
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dcat_matvec.c138 THD_dmat33 *tmat , qmat , imat ; in main() local
229 qmat = tmat[0] ; qvec = tvec[0] ; in main()
232 for( dd=1 ; dd < ndvm ; dd++ ){ tmat[dd] = qmat; tvec[dd] = qvec; } in main()
261 qmat = dvm[dd].mm ; qvec = dvm[dd].vv ; in main()
262 imat = DMAT_MUL( qmat , tmat[dd] ) ; in main()
263 ivec = DMATVEC ( qmat , tvec[dd] ) ; in main()
269 qmat = dvm[0].mm ; qvec = dvm[0].vv ; in main()
270 imat = DMAT_MUL( qmat , tmat[dd] ) ; in main()
271 ivec = DMATVEC ( qmat , tvec[dd] ) ; in main()
H A D1dApar2mat.c6 mat44 qmat ; in main() local
113 qmat = GA_setup_affine( npar , parvec ) ; in main()
117 DUMP_MAT44(lab,qmat) ; in main()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/x86/
H A Ddct-test.c27 int16_t *block, int16_t *qmat);
30 DECLARE_ALIGNED(16, static int16_t, qmat)[64]; in ff_prores_idct_put_10_sse2_wrap()
35 qmat[i]=4; in ff_prores_idct_put_10_sse2_wrap()
38 ff_prores_idct_put_10_sse2(dst, 16, tmp, qmat); in ff_prores_idct_put_10_sse2_wrap()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/x86/
H A Ddct-test.c27 int16_t *block, int16_t *qmat);
30 DECLARE_ALIGNED(16, static int16_t, qmat)[64]; in ff_prores_idct_put_10_sse2_wrap()
35 qmat[i]=4; in ff_prores_idct_put_10_sse2_wrap()
38 ff_prores_idct_put_10_sse2(dst, 16, tmp, qmat); in ff_prores_idct_put_10_sse2_wrap()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/bfin/
H A Dmpegvideo_bfin.c37 const short *qmat; in dct_quantize_bfin() local
69 qmat = s->q_intra_matrix16[qscale][0]; in dct_quantize_bfin()
75 qmat = s->q_inter_matrix16[qscale][0]; in dct_quantize_bfin()
108 : "b" (block), "b" (qmat), "a" (32), "d" (0x00010001), "d" (bias[0]*0x10001), "d" (0) in dct_quantize_bfin()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dproresdsp.c67 …c void prores_idct_put_10_c(uint16_t *out, ptrdiff_t linesize, int16_t *block, const int16_t *qmat) in prores_idct_put_10_c() argument
69 ff_prores_idct_10(block, qmat); in prores_idct_put_10_c()
73 …c void prores_idct_put_12_c(uint16_t *out, ptrdiff_t linesize, int16_t *block, const int16_t *qmat) in prores_idct_put_12_c() argument
75 ff_prores_idct_12(block, qmat); in prores_idct_put_12_c()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dproresdsp.c67 …c void prores_idct_put_10_c(uint16_t *out, ptrdiff_t linesize, int16_t *block, const int16_t *qmat) in prores_idct_put_10_c() argument
69 ff_prores_idct_10(block, qmat); in prores_idct_put_10_c()
73 …c void prores_idct_put_12_c(uint16_t *out, ptrdiff_t linesize, int16_t *block, const int16_t *qmat) in prores_idct_put_12_c() argument
75 ff_prores_idct_12(block, qmat); in prores_idct_put_12_c()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dproresdsp.c67 …c void prores_idct_put_10_c(uint16_t *out, ptrdiff_t linesize, int16_t *block, const int16_t *qmat) in prores_idct_put_10_c() argument
69 ff_prores_idct_10(block, qmat); in prores_idct_put_10_c()
73 …c void prores_idct_put_12_c(uint16_t *out, ptrdiff_t linesize, int16_t *block, const int16_t *qmat) in prores_idct_put_12_c() argument
75 ff_prores_idct_12(block, qmat); in prores_idct_put_12_c()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dproresdsp.c67 …c void prores_idct_put_10_c(uint16_t *out, ptrdiff_t linesize, int16_t *block, const int16_t *qmat) in prores_idct_put_10_c() argument
69 ff_prores_idct_10(block, qmat); in prores_idct_put_10_c()
73 …c void prores_idct_put_12_c(uint16_t *out, ptrdiff_t linesize, int16_t *block, const int16_t *qmat) in prores_idct_put_12_c() argument
75 ff_prores_idct_12(block, qmat); in prores_idct_put_12_c()

12345678910>>...13