Searched defs:maxDistance (Results 1 – 11 of 11) sorted by relevance
118 final float maxDistance = mRadius + otherRadius; in intersects() local
46 internal int maxDistance = 0; field in Org.Brotli.Dec.State
283 double maxDistance = Double.NEGATIVE_INFINITY; in getFarthestPoint() local
50 int maxDistance; field in State
157 private static int calculateDistanceAlphabetLimit(int maxDistance, int npostfix, int ndirect) { in calculateDistanceAlphabetLimit()
119 int maxDistance = getMaxDistance(path, value, sorted, values); in handleCheck() local
405 const U32 maxDistance = 1U << cParams->windowLog; in ZSTD_compressBlock_fast_dictMatchState_generic() local
87 U32 const maxDistance = 1U << cParams->windowLog; in ZSTD_insertDUBT1() local664 const U32 maxDistance = 1U << cParams->windowLog; in ZSTD_HcFindBestMatch() local1146 const U32 maxDistance = 1U << cParams->windowLog; in ZSTD_RowFindBestMatch() local
1267 U32 const maxDistance = 1U << windowLog; in ZSTD_getLowestMatchIndex() local1284 U32 const maxDistance = 1U << windowLog; in ZSTD_getLowestPrefixIndex() local
71 function calculateDistanceAlphabetLimit(maxDistance, npostfix, ndirect) { argument
130 const float maxDistance = tcu::length(p1 - p0) + maxPixelDistance; in pixelNearLineSegment() local