Searched refs:sqmgt (Results 1 – 2 of 2) sorted by relevance
103 const float sqmgt = temp.x * temp.x + temp.y * temp.y + temp.z * temp.z + temp.w * temp.w; in BASE_BEGIN_NAMESPACE() local106 return sqmgt < Math::EPSILON * Math::EPSILON; in BASE_BEGIN_NAMESPACE()
173 const float sqmgt = temp.x * temp.x + temp.y * temp.y; in BASE_BEGIN_NAMESPACE() local176 return sqmgt < Math::EPSILON * Math::EPSILON; in BASE_BEGIN_NAMESPACE()958 const float sqmgt = temp.x * temp.x + temp.y * temp.y + temp.z * temp.z; in BASE_BEGIN_NAMESPACE() local961 return sqmgt < Math::EPSILON * Math::EPSILON; in BASE_BEGIN_NAMESPACE()1114 const float sqmgt = temp.x * temp.x + temp.y * temp.y + temp.z * temp.z + temp.w * temp.w; in BASE_BEGIN_NAMESPACE() local1117 return sqmgt < Math::EPSILON * Math::EPSILON; in BASE_BEGIN_NAMESPACE()