Home
last modified time | relevance | path

Searched refs:csj (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/math/tmv/tmv-0.75/tests/
H A DTMV_TestSymBandArith_F1.cpp45 tmv::SymMatrixView<std::complex<T> > csj = cs[j]; in TestSymBandMatrixArith_F1() local
47 TestMatrixArith4(si,csi,sj,csj,"SymBand/Sym"); in TestSymBandMatrixArith_F1()
48 TestMatrixArith5(si,csi,sj,csj,"SymBand/Sym"); in TestSymBandMatrixArith_F1()
49 TestMatrixArith6x(si,csi,sj,csj,"SymBand/Sym"); in TestSymBandMatrixArith_F1()
H A DTMV_TestSymBandArith_F2.cpp51 tmv::SymMatrixView<std::complex<T> > csj = cs[j]; in TestSymBandMatrixArith_F2() local
53 TestMatrixArith4(sj,csj,si,csi,"Sym/SymBand"); in TestSymBandMatrixArith_F2()
54 TestMatrixArith5(sj,csj,si,csi,"Sym/SymBand"); in TestSymBandMatrixArith_F2()
55 TestMatrixArith6x(sj,csj,si,csi,"Sym/SymBand"); in TestSymBandMatrixArith_F2()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/dimqm/
H A Ddimqm_screening.F125 double precision ai, arri, axi, ayi, azi, csi, csj
182 csj = one ! Contraction coefficent to DIM gaussian
189 dij = fac * csi * csj
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/dimqm/
H A Ddimqm_screening.F125 double precision ai, arri, axi, ayi, azi, csi, csj
182 csj = one ! Contraction coefficent to DIM gaussian
189 dij = fac * csi * csj
/dports/science/nwchem-data/nwchem-7.0.2-release/src/NWints/hondo/
H A Dhnd_stvint.F91 double precision csj, cpj, cdj, cfj, cgj, ax, ay, az
169 csj=coefj(jg,j_ngen)
176 dij = fac * csi * csj
H A Dhnd_veloc.F91 csj=coefj(jg,j_ngen)
98 cij=csi*csj*fac
H A Dhnd_giaos100.F93 csj=coefj(jg,j_ngen)
100 cij=csi*csj*fac
H A Dhnd_vstat.F111 double precision csj, cpj, cdj, cfj, cgj, ax, ay, az
203 csj=coefj(jg,j_ngen)
211 dum2=fac*csi*csj
H A Dhnd_giaos10.F95 csj=coefj(jg,j_ngen)
102 cij=csi*csj*fac
H A Dhnd_giaol10.F90 csj=coefj(jg,j_ngen)
97 cij=csi*csj*fac
H A Dhnd_dipvel.F90 csj=coefj(jg,j_ngen)
97 cij=csi*csj*fac*aa1*pi212
H A Dhnd_dipder.F99 double precision csj, cpj, cdj, cfj, cgj
180 csj=coefj(jg,j_ngen)
187 dij=fac*csi*csj
H A Dhnd_hlf_ij.F96 double precision aa, aa1, dum, fac, csj, cpj, cdj, cfj, cgj local
162 csj=coefj(jg,j_ngen)
169 pij=fac*csi*csj*pi212*aa1
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/NWints/hondo/
H A Dhnd_stvint.F91 double precision csj, cpj, cdj, cfj, cgj, ax, ay, az local
169 csj=coefj(jg,j_ngen)
176 dij = fac * csi * csj
H A Dhnd_giaos100.F93 csj=coefj(jg,j_ngen)
100 cij=csi*csj*fac
H A Dhnd_veloc.F91 csj=coefj(jg,j_ngen)
98 cij=csi*csj*fac
H A Dhnd_vstat.F111 double precision csj, cpj, cdj, cfj, cgj, ax, ay, az local
203 csj=coefj(jg,j_ngen)
211 dum2=fac*csi*csj
H A Dhnd_giaos10.F95 csj=coefj(jg,j_ngen)
102 cij=csi*csj*fac
H A Dhnd_giaol10.F90 csj=coefj(jg,j_ngen)
97 cij=csi*csj*fac
H A Dhnd_dipvel.F90 csj=coefj(jg,j_ngen)
97 cij=csi*csj*fac*aa1*pi212
H A Dhnd_hlf_ij.F96 double precision aa, aa1, dum, fac, csj, cpj, cdj, cfj, cgj
162 csj=coefj(jg,j_ngen)
169 pij=fac*csi*csj*pi212*aa1
H A Dhnd_dipder.F99 double precision csj, cpj, cdj, cfj, cgj local
180 csj=coefj(jg,j_ngen)
187 dij=fac*csi*csj
H A Dhnd_angmom.F93 csj=coefj(jg,j_ngen)
100 cij=csi*csj*fac
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dstringopts.cpp133 CallStaticJavaNode* csj = call->as_CallStaticJava(); in is_SB_toString() local
134 ciMethod* m = csj->method(); in is_SB_toString()
394 CallStaticJavaNode* csj = ctrl->as_CallStaticJava(); in collect_toString_calls() local
395 string_calls.push(csj); in collect_toString_calls()
547 CallStaticJavaNode* csj = arg->in(0)->as_CallStaticJava(); in build_candidate() local
548 if (csj->method() != NULL && in build_candidate()
549 csj->method()->intrinsic_id() == vmIntrinsics::_Integer_toString && in build_candidate()
560 sc->add_control(csj); in build_candidate()
561 sc->push_int(csj->in(TypeFunc::Parms)); in build_candidate()
624 CallStaticJavaNode* csj = arg->in(0)->as_CallStaticJava(); in PhaseStringOpts() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dstringopts.cpp133 CallStaticJavaNode* csj = call->as_CallStaticJava(); in is_SB_toString() local
134 ciMethod* m = csj->method(); in is_SB_toString()
394 CallStaticJavaNode* csj = ctrl->as_CallStaticJava(); in collect_toString_calls() local
395 string_calls.push(csj); in collect_toString_calls()
547 CallStaticJavaNode* csj = arg->in(0)->as_CallStaticJava(); in build_candidate() local
548 if (csj->method() != NULL && in build_candidate()
549 csj->method()->intrinsic_id() == vmIntrinsics::_Integer_toString && in build_candidate()
560 sc->add_control(csj); in build_candidate()
561 sc->push_int(csj->in(TypeFunc::Parms)); in build_candidate()
624 CallStaticJavaNode* csj = arg->in(0)->as_CallStaticJava(); in PhaseStringOpts() local
[all …]

12345678910>>...13