Searched refs:getMax (Results 1 – 11 of 11) sorted by relevance
50 if (value >= Bits.getMax(bits)) { in ensureCapacity()52 Math.max(value + 1, 2 * Bits.getMax(bits))); in ensureCapacity()60 if (value < Bits.getMax(bits)) { in remove()67 return (value < Bits.getMax(bits)) && Bits.get(bits, value); in has()74 ensureCapacity(Bits.getMax(o.bits) + 1); in merge()
47 public static int getMax(int[] bits) { in getMax() method in Bits
30 int getMax() const { return fMax; } in getMax() function
202 uint16_t getMax() const { return fMax; } in getMax() function271 uint16_t getMax() const { return fMax; } in getMax() function
293 Vector3f splitMax = splitBB.getMax(null); in updateShadowCamera()428 Vector3f casterMax = casterBB.getMax(null); in updateShadowCamera()431 Vector3f receiverMax = receiverBB.getMax(null); in updateShadowCamera()434 Vector3f splitMax = splitBB.getMax(null); in updateShadowCamera()
195 Vector3f max = bbox.getMax(null); in setMinMax()210 return bbox.getMax(null).get(axis); in getMinMax()
96 Vector3f max = bbox.getMax(null); in expandBoxToContainTri()
337 const SCEV *getMax(ScalarEvolution *SE) const;
880 bbox.getMax(max); in emitAllParticles()
940 public Vector3f getMax(Vector3f store) { in getMax() method in BoundingBox
4025 return getBackedgeTakenInfo(L).getMax(this); in getMaxBackedgeTakenCount()4059 isLoopInvariant(Result.getMax(this), L) && in getBackedgeTakenInfo()4063 else if (Result.getMax(this) == getCouldNotCompute() && in getBackedgeTakenInfo()4227 ScalarEvolution::BackedgeTakenInfo::getMax(ScalarEvolution *SE) const { in getMax() function in ScalarEvolution::BackedgeTakenInfo