Home
last modified time | relevance | path

Searched refs:flatnames (Results 1 – 6 of 6) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DPitchName.cpp89 static const TranslatableString flatnames[12] = { in PitchName() local
146 case PitchNameChoice::Flats: table = flatnames; break; in PitchName()
/dports/games/yadex/yadex-1.7.0/src/
H A Dlevels.cc775 char *flatnames = 0; in ReadLevelData() local
847 flatnames = new char[WAD_FLAT_NAME * nflatnames]; in ReadLevelData()
848 wf->read_bytes (flatnames, WAD_FLAT_NAME * nflatnames); in ReadLevelData()
876 if (nflatnames && flatnames && index >= 0 && index < nflatnames) in ReadLevelData()
877 memcpy (Sectors[n].floort, flatnames + WAD_FLAT_NAME * index, in ReadLevelData()
882 if (nflatnames && flatnames && index >= 0 && index < nflatnames) in ReadLevelData()
883 memcpy (Sectors[n].ceilt, flatnames + WAD_FLAT_NAME * index, in ReadLevelData()
903 if (flatnames != 0) in ReadLevelData()
904 delete[] flatnames; in ReadLevelData()
/dports/math/py-pystan/pystan-2.19.0.0/doc/
H A Dapi.rst72 Parameters are listed in the same order as `model_pars` and `flatnames`.
209 Order of parameters is given by self.model_pars or self.flatnames
227 .. py:property:: flatnames
/dports/math/py-pystan/pystan-2.19.0.0/pystan/
H A Dstanfit4model.pyx415 """Split flatnames to par and location"""
577 Parameters are listed in the same order as `model_pars` and `flatnames`.
671 elif len(self.flatnames) > self._repr_num:
673 self._set_repr_pars(self.flatnames[:self._repr_num-1] + ['lp__'])
684 if pars is not None and len(self.flatnames) > len(pars):
853 Order of parameters is given by self.model_pars or self.flatnames
858 fnames = self.flatnames
933 property flatnames:
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/SeqIO/
H A Dswiss.t195 my $flatnames = "(CALM1 OR CAM1 OR CALM OR CAM) AND (CALM2 OR CAM2 OR CAMB) AND (CALM3 OR CAM3 OR C…
H A DHandler.t879 my $flatnames = "(CALM1 OR CAM1 OR CALM OR CAM) AND (CALM2 OR CAM2 OR CAMB) AND (CALM3 OR CAM3 OR C…