Home
last modified time | relevance | path

Searched refs:maxValue2 (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/kNet/include/kNet/
H A DVLEPacker.h38 static const u32 maxValue2 = static_cast<u32>(LSBT<numBits1+numBits2>::val); variable
40 static const u32 maxValue = maxValue2;
100 static const u32 maxValue2 = static_cast<u32>(LSBT<numBits1+numBits2>::val); variable
119 else if (value <= maxValue2) in GetEncodedBitLength()
135 else if (value <= maxValue2) in Encode()
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcSimpleIntegerDynamicPseudoCost.cpp758 double maxValue2 = CoinMax(downCost2, upCost2); in infeasibility() local
761 downCost2, upCost2, minValue2, maxValue2); in infeasibility()