Home
last modified time | relevance | path

Searched refs:doubleNear (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dutilities.py126 def doubleNear(a, b, tol=0.0000000001): function
185 if not doubleNear(a1, b1, tol):
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dutilities.py126 def doubleNear(a, b, tol=0.0000000001): function
185 if not doubleNear(a1, b1, tol):
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/oracle/ocispatial/
H A Dqsql_ocispatial.cpp3044 inline bool doubleNear( double a, double b, double epsilon ) in doubleNear() function
3158 if ( doubleNear( xDelta_a, 0.0, 1E-8 ) || doubleNear( xDelta_b, 0.0, 1E-8 ) ) in circlePoints()
/dports/graphics/qgis/qgis-3.22.3/src/providers/oracle/ocispatial/
H A Dqsql_ocispatial.cpp3039 inline bool doubleNear( double a, double b, double epsilon ) in doubleNear() function
3153 if ( doubleNear( xDelta_a, 0.0, 1E-8 ) || doubleNear( xDelta_b, 0.0, 1E-8 ) ) in circlePoints()
/dports/graphics/qgis-ltr/qgis-3.16.16/
H A DChangeLog259254 …renamed doubleNear to qgsDoubleNear, QgsMalloc to qgsMalloc, QgsCalloc to qgsCalloc, QgsFree to qg…
313958 - introduce doubleNear(a,b,epsilon) to compare doubles
/dports/graphics/qgis/qgis-3.22.3/
H A DChangeLog292947 …renamed doubleNear to qgsDoubleNear, QgsMalloc to qgsMalloc, QgsCalloc to qgsCalloc, QgsFree to qg…
347651 - introduce doubleNear(a,b,epsilon) to compare doubles