Home
last modified time | relevance | path

Searched refs:ntypes_ (Results 1 – 18 of 18) sorted by relevance

/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/cints/
H A Dint1e.cc53 need_coulomb_(need_coulomb), ntypes_(ntypes) in Int1eCints()
60 target_ints_buffer_ = new double[ntypes_*max_doublet_size_]; in Int1eCints()
64 cart_ints_ = new double[ntypes_*max_cart_doublet_size_]; in Int1eCints()
67 sphharm_ints_ = new double[ntypes_*max_doublet_size_]; in Int1eCints()
81 tformbuf_ = new double[ntypes_*maxncart1*maxncart2]; in Int1eCints()
H A Dint1e.h61 int ntypes_; // Number of integrals held together variable
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_multisphere.h168 { return ntypes_; }
269 int ntypes_;
H A Dfix_multisphere.cpp101 ntypes_(0), in FixMultisphere()
453 ntypes_ = modify->n_fixes_style("particletemplate/multisphere"); in setup()
460 if(ntypes_existing > ntypes_ && nfmscfd > 0) in setup()
466 Vclump_ = new double [ntypes_+1]; in setup()
468 for(int ifix = 0; ifix < ntypes_; ifix++) in setup()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/go/gofrontend/
H A Dast-dump.cc595 : top_(type), ntypes_(0) in Type_dumper()
623 unsigned ntypes_; member in Type_dumper
635 std::pair<const Type*, unsigned> entry = std::make_pair(t, this->ntypes_); in lookup()
639 this->ntypes_++; in lookup()
/dports/lang/gcc9/gcc-9.4.0/gcc/go/gofrontend/
H A Dast-dump.cc590 : top_(type), ntypes_(0) in Type_dumper()
618 unsigned ntypes_; member in Type_dumper
630 std::pair<const Type*, unsigned> entry = std::make_pair(t, this->ntypes_); in lookup()
634 this->ntypes_++; in lookup()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/go/gofrontend/
H A Dast-dump.cc591 : top_(type), ntypes_(0) in Type_dumper()
619 unsigned ntypes_; member in Type_dumper
631 std::pair<const Type*, unsigned> entry = std::make_pair(t, this->ntypes_); in lookup()
635 this->ntypes_++; in lookup()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/go/gofrontend/
H A Dast-dump.cc595 : top_(type), ntypes_(0) in Type_dumper()
623 unsigned ntypes_; member in Type_dumper
635 std::pair<const Type*, unsigned> entry = std::make_pair(t, this->ntypes_); in lookup()
639 this->ntypes_++; in lookup()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/go/gofrontend/
H A Dast-dump.cc591 : top_(type), ntypes_(0) in Type_dumper()
619 unsigned ntypes_; member in Type_dumper
631 std::pair<const Type*, unsigned> entry = std::make_pair(t, this->ntypes_); in lookup()
635 this->ntypes_++; in lookup()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/go/gofrontend/
H A Dast-dump.cc590 : top_(type), ntypes_(0) in Type_dumper()
618 unsigned ntypes_; member in Type_dumper
630 std::pair<const Type*, unsigned> entry = std::make_pair(t, this->ntypes_); in lookup()
634 this->ntypes_++; in lookup()
/dports/lang/gcc10/gcc-10.3.0/gcc/go/gofrontend/
H A Dast-dump.cc591 : top_(type), ntypes_(0) in Type_dumper()
619 unsigned ntypes_; member in Type_dumper
631 std::pair<const Type*, unsigned> entry = std::make_pair(t, this->ntypes_); in lookup()
635 this->ntypes_++; in lookup()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/go/gofrontend/
H A Dast-dump.cc590 : top_(type), ntypes_(0) in Type_dumper()
618 unsigned ntypes_; member in Type_dumper
630 std::pair<const Type*, unsigned> entry = std::make_pair(t, this->ntypes_); in lookup()
634 this->ntypes_++; in lookup()
/dports/lang/gcc11/gcc-11.2.0/gcc/go/gofrontend/
H A Dast-dump.cc595 : top_(type), ntypes_(0) in Type_dumper()
623 unsigned ntypes_; member in Type_dumper
635 std::pair<const Type*, unsigned> entry = std::make_pair(t, this->ntypes_); in lookup()
639 this->ntypes_++; in lookup()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/go/gofrontend/
H A Dast-dump.cc595 : top_(type), ntypes_(0) in Type_dumper()
623 unsigned ntypes_; member in Type_dumper
635 std::pair<const Type*, unsigned> entry = std::make_pair(t, this->ntypes_); in lookup()
639 this->ntypes_++; in lookup()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DPerAtomQuantityLibrary.cpp560 atc_(atc), ntypes_(ATC::LammpsInterface::instance()->ntypes()), in AtomTypeVector()
564 index_.resize(ntypes_,-1); in AtomTypeVector()
574 atc_(atc), ntypes_(ATC::LammpsInterface::instance()->ntypes()), in AtomTypeVector()
580 index_.resize(ntypes_,-1); in AtomTypeVector()
H A DPerAtomQuantityLibrary.h74 int ntypes_; variable
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DPerAtomQuantityLibrary.cpp560 atc_(atc), ntypes_(ATC::LammpsInterface::instance()->ntypes()), in AtomTypeVector()
564 index_.resize(ntypes_,-1); in AtomTypeVector()
574 atc_(atc), ntypes_(ATC::LammpsInterface::instance()->ntypes()), in AtomTypeVector()
580 index_.resize(ntypes_,-1); in AtomTypeVector()
H A DPerAtomQuantityLibrary.h74 int ntypes_; variable