Searched refs:tolGreaterEqual (Results 1 – 2 of 2) sorted by relevance
87 template <typename NumType> bool tolGreaterEqual( NumType n1, NumType n2 ) { return tolEqual(n1,n2)… in tolGreaterEqual() function
229 (tolGreaterEqual(p0.y, lowerYBound) || tolGreaterEqual(p1.y, lowerYBound)) ) in Impl_calcSafeParams()1006 if( tolLessEqual(t1_c1, last_t2_c1) && tolGreaterEqual(t2_c1, last_t1_c1) ) in Impl_applySafeRanges_rec()
Completed in 25 milliseconds