Home
last modified time | relevance | path

Searched defs:hiBound (Results 1 – 9 of 9) sorted by relevance

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dsimplexnoise.cpp128 … const float loBound, const float hiBound, const float x, const float y ) in scaled_octave_noise_2d()
138 … const float loBound, const float hiBound, const float x, const float y, const float z ) in scaled_octave_noise_3d()
148 … const float loBound, const float hiBound, const float x, const float y, const float z, in scaled_octave_noise_4d()
158 float scaled_raw_noise_2d( const float loBound, const float hiBound, const float x, const float y ) in scaled_raw_noise_2d()
166 float scaled_raw_noise_3d( const float loBound, const float hiBound, const float x, const float y, in scaled_raw_noise_3d()
175 float scaled_raw_noise_4d( const float loBound, const float hiBound, const float x, const float y, in scaled_raw_noise_4d()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dsimplexnoise.cpp128 … const float loBound, const float hiBound, const float x, const float y ) in scaled_octave_noise_2d()
138 … const float loBound, const float hiBound, const float x, const float y, const float z ) in scaled_octave_noise_3d()
148 … const float loBound, const float hiBound, const float x, const float y, const float z, in scaled_octave_noise_4d()
158 float scaled_raw_noise_2d( const float loBound, const float hiBound, const float x, const float y ) in scaled_raw_noise_2d()
166 float scaled_raw_noise_3d( const float loBound, const float hiBound, const float x, const float y, in scaled_raw_noise_3d()
175 float scaled_raw_noise_4d( const float loBound, const float hiBound, const float x, const float y, in scaled_raw_noise_4d()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/tree/
H A Dcellbound.hpp269 arma::Mat<ElemType> hiBound; member in mlpack::bound::CellBound
H A Daddress.hpp257 const AddressType3& hiBound) in Contains()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dub_tree_test.cpp119 const arma::Mat<ElemType>& hiBound = tree.Bound().HiBound(); in CheckBound() local
/dports/devel/loki/loki-0.1.7/src/
H A DSmallObj.cpp932 const Chunk * hiBound = &chunks_.back() + 1; in VicinityFind() local
/dports/audio/openal-soft/openal-soft-1.21.1/utils/makemhr/
H A Dloaddef.cpp388 static int TrReadInt(TokenReaderT *tr, const int loBound, const int hiBound, int *value) in TrReadInt()
439 static int TrReadFloat(TokenReaderT *tr, const double loBound, const double hiBound, double *value) in TrReadFloat()
/dports/archivers/bzip/bzip-0.21/
H A Dbzip.c1995 Int32 hiBound; in sortIt() local
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A Dgrids.cpp214 int Ath__searchBox::hiXY(uint d, int hiBound) in hiXY()