Lines Matching refs:set
40 #include <set>
53 using std::set;
286 set<int> outValues;
393 static bool containsAfterUintCast (const std::set<deInt32>& haystack, deUint32 needle, glu::Precision precision)
395 for (std::set<deInt32>::const_iterator it = haystack.begin(); it != haystack.end(); ++it)
401 static bool containsAfterUintCast (const std::set<deUint32>& haystack, deInt32 needle, glu::Precision precision)
403 for (std::set<deUint32>::const_iterator it = haystack.begin(); it != haystack.end(); ++it)
440 set<deInt32> inValues;
441 set<deUint32> outValues;
522 set<int> inValues;
523 set<deUint32> outValues;
581 m_initialValue = ~((1u<<(numBits-1u)) | 1u) & valueMask; // All bits except lowest and highest set.
597 const deUint32 groupMask = 1<<rnd.getInt(0, numBits-2); // One bit is always set.
654 m_initialValue = 1u; // Lowest bit set.
742 // Rest have either all or no bits set.
838 set<int> usedValues;