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