Home | History | Annotate | Download | only in functional

Lines Matching refs:needle

393 static bool containsAfterUintCast (const std::set<deInt32>& haystack, deUint32 needle, glu::Precision precision)
396 if (intEqualsAfterUintCast(*it, needle, precision))
401 static bool containsAfterUintCast (const std::set<deUint32>& haystack, deInt32 needle, glu::Precision precision)
404 if (intEqualsAfterUintCast(needle, *it, precision))