Home
last modified time | relevance | path

Searched refs:spoly_eq (Results 1 – 2 of 2) sorted by relevance

/dports/databases/pgsphere/pgsphere-e0b303d/
H A Dpolygon.h55 bool spoly_eq(const SPOLY *p1, const SPOLY *p2, bool dir);
H A Dpolygon.c490 spoly_eq(const SPOLY *p1, const SPOLY *p2, bool dir) in spoly_eq() function
525 ret = spoly_eq(p1, p2, true); in spoly_eq()
860 PG_RETURN_BOOL(spoly_eq(p1, p2, false)); in spherepoly_equal()
869 PG_RETURN_BOOL(!spoly_eq(p1, p2, false)); in spherepoly_equal_neg()