Home
last modified time | relevance | path

Searched refs:smallDist (Results 1 – 25 of 100) sorted by relevance

1234

/dports/biology/mothur/mothur-1.46.1/source/
H A Dclusterclassic.cpp16 smallDist = MOTHURMAX; in ClusterClassic()
112 if (distance < smallDist) { smallDist = distance; } in readPhylipFile()
131 if (distance < smallDist) { smallDist = distance; } in readPhylipFile()
166 if (distance < smallDist) { smallDist = distance; } in readPhylipFile()
187 if (distance < smallDist) { smallDist = distance; } in readPhylipFile()
298 if (distance < smallDist) { smallDist = distance; } in readPhylipFile()
313 if (distance < smallDist) { smallDist = distance; } in readPhylipFile()
347 if (distance < smallDist) { smallDist = distance; } in readPhylipFile()
366 if (distance < smallDist) { smallDist = distance; } in readPhylipFile()
411 smallDist = aboveCutoff; in getSmallCell()
[all …]
H A Dclusterclassic.h28 double getSmallDist() { return smallDist; } in getSmallDist()
49 double smallDist; variable
H A Dcluster.cpp37 rabund->setLabel(toString(smallDist)); in clusterBins()
52 list->setLabel(toString(smallDist)); in clusterNames()
H A Dcluster.hpp36 float smallDist, adjust; member in Cluster
/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Dsparsematrix.cpp8 SparseMatrix::SparseMatrix() : numNodes(0), minsIndex(0), smallDist(MOTHURMAX){ m = MothurOut::get… in SparseMatrix()
19 return smallDist; in getSmallDist()
48 if(value.dist < smallDist){ in addCell()
49 smallDist = value.dist; in addCell()
66 smallDist = MOTHURMAX; in clear()
140 smallDist = begin()->dist; //set the first candidate small distance in getSmallestCell()
146 if(dist < smallDist){ //found a new smallest distance in getSmallestCell()
148 smallDist = dist; in getSmallestCell()
151 …else if(util.isEqual(dist, smallDist)){ //if a subsequent distance is the same as mins distance a… in getSmallestCell()
H A Dsparsedistancematrix.cpp14 SparseDistanceMatrix::SparseDistanceMatrix() : numNodes(0), smallDist(MOTHURMAX){ m = MothurOut::g… in SparseDistanceMatrix()
31 return smallDist; in getSmallDist()
84 if(cell.dist < smallDist){ smallDist = cell.dist; } in addCell()
99 if(cell.dist < smallDist){ smallDist = cell.dist; } in addCellSorted()
128 smallDist = MOTHURMAX; in getSmallestCell()
133 if (m->getControl_pressed()) { return smallDist; } in getSmallestCell()
140 if(dist < smallDist){ //found a new smallest distance in getSmallestCell()
142 smallDist = dist; in getSmallestCell()
147 …else if(util.isEqual(dist, smallDist)){ //if a subsequent distance is the same as mins distance a… in getSmallestCell()
H A Ddistancedb.cpp97 float smallDist = 100000; in findClosestSequences() local
102 if (dist < smallDist) { in findClosestSequences()
104 smallDist = dist; in findClosestSequences()
107 searchScore = smallDist; in findClosestSequences()
109 Scores.push_back(smallDist); in findClosestSequences()
H A Dsparsematrix.hpp39 float smallDist; member in SparseMatrix
H A Dsparsedistancematrix.h46 float smallDist, aboveCutoff; variable
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/MOGA/src/NichePressureApplicators/
H A DSpaceFillingNicher.cpp482 double smallDist = std::numeric_limits<double>::max(); in ApplyNichePressure() local
494 if(dist < smallDist) smallDist = dist; in ApplyNichePressure()
497 if(smallDist > largeDist) in ApplyNichePressure()
499 largeDist = smallDist; in ApplyNichePressure()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DAquariaMenuItem.cpp176 int smallDist = -1, dist = 0; in updateMovement() local
230 if (smallDist == -1 || dist < smallDist) in updateMovement()
233 smallDist = dist; in updateMovement()
/dports/games/criticalmass/CriticalMass-1.5/utils/lzma/SRC/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp1057 static inline bool ChangePair(UInt32 smallDist, UInt32 bigDist) in ChangePair() argument
1060 return (smallDist < (UInt32(1) << (32-kDif)) && bigDist >= (smallDist << kDif)); in ChangePair()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/Java/SevenZip/Compression/LZMA/
H A DEncoder.java1030 boolean ChangePair(int smallDist, int bigDist) in ChangePair() argument
1033 return (smallDist < (1 << (32 - kDif)) && bigDist >= (smallDist << kDif)); in ChangePair()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/Java/SevenZip/Compression/LZMA/
H A DEncoder.java1030 boolean ChangePair(int smallDist, int bigDist) in ChangePair() argument
1033 return (smallDist < (1 << (32 - kDif)) && bigDist >= (smallDist << kDif)); in ChangePair()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZMA/
H A DEncoder.java1030 boolean ChangePair(int smallDist, int bigDist)
1033 return (smallDist < (1 << (32 - kDif)) && bigDist >= (smallDist << kDif));
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java1030 boolean ChangePair(int smallDist, int bigDist) in ChangePair() argument
1033 return (smallDist < (1 << (32 - kDif)) && bigDist >= (smallDist << kDif)); in ChangePair()
/dports/archivers/lzmalib/lzmalib-0.0.1/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp1077 static inline bool ChangePair(UInt32 smallDist, UInt32 bigDist) in ChangePair() argument
1080 return (smallDist < (UInt32(1) << (32-kDif)) && bigDist >= (smallDist << kDif)); in ChangePair()
/dports/archivers/lzma/lzma-19.00/Java/SevenZip/Compression/LZMA/
H A DEncoder.java1030 boolean ChangePair(int smallDist, int bigDist) in ChangePair() argument
1033 return (smallDist < (1 << (32 - kDif)) && bigDist >= (smallDist << kDif)); in ChangePair()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java1030 boolean ChangePair(int smallDist, int bigDist) in ChangePair() argument
1033 return (smallDist < (1 << (32 - kDif)) && bigDist >= (smallDist << kDif)); in ChangePair()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZMA/
H A DEncoder.java1030 boolean ChangePair(int smallDist, int bigDist) in ChangePair() argument
1033 return (smallDist < (1 << (32 - kDif)) && bigDist >= (smallDist << kDif)); in ChangePair()
/dports/sysutils/squashfs-tools/Java/SevenZip/Compression/LZMA/
H A DEncoder.java1030 boolean ChangePair(int smallDist, int bigDist) in ChangePair() argument
1033 return (smallDist < (1 << (32 - kDif)) && bigDist >= (smallDist << kDif)); in ChangePair()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZMA/
H A DEncoder.java1030 boolean ChangePair(int smallDist, int bigDist) in ChangePair() argument
1033 return (smallDist < (1 << (32 - kDif)) && bigDist >= (smallDist << kDif)); in ChangePair()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZMA/
H A DEncoder.java1030 boolean ChangePair(int smallDist, int bigDist) in ChangePair() argument
1033 return (smallDist < (1 << (32 - kDif)) && bigDist >= (smallDist << kDif)); in ChangePair()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZMA/
H A DEncoder.java1030 boolean ChangePair(int smallDist, int bigDist) in ChangePair() argument
1033 return (smallDist < (1 << (32 - kDif)) && bigDist >= (smallDist << kDif)); in ChangePair()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs1030 bool ChangePair(UInt32 smallDist, UInt32 bigDist) in ChangePair() argument
1033 return (smallDist < ((UInt32)(1) << (32 - kDif)) && bigDist >= (smallDist << kDif)); in ChangePair()

1234