Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ FPle
Function
FPle
src/include/utils/geo_decls.h:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
static inline bool
65
FPle(double A, double B)
66
{
67
return A <= B + EPSILON;
68
}
69
70
static inline bool
71
FPgt(double A, double B)
Callers
15
BoxLE
Function · 0.85
LSEGLE
Function · 0.85
CircleLE
Function · 0.85
box_ov
Function · 0.85
box_overleft
Function · 0.85
box_overbelow
Function · 0.85
box_contain_box
Function · 0.85
box_below_eq
Function · 0.85
box_le
Function · 0.85
lseg_le
Function · 0.85
circle_overlap
Function · 0.85
circle_overleft
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected