Searched defs:IsNear (Results 1 – 3 of 3) sorted by relevance
20 bool IsNear(int reference, int v) { in IsNear() function
50 static int IsNear(uint32_t a, uint32_t b, int limit) { in IsNear() function
91 bool Matrix3F::IsNear(const Matrix3F& rhs, float precision) const { in IsNear() function in gfx::Matrix3F