MCPcopy 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
64static inline bool
65FPle(double A, double B)
66{
67 return A <= B + EPSILON;
68}
69
70static inline bool
71FPgt(double A, double B)

Callers 15

BoxLEFunction · 0.85
LSEGLEFunction · 0.85
CircleLEFunction · 0.85
box_ovFunction · 0.85
box_overleftFunction · 0.85
box_overbelowFunction · 0.85
box_contain_boxFunction · 0.85
box_below_eqFunction · 0.85
box_leFunction · 0.85
lseg_leFunction · 0.85
circle_overlapFunction · 0.85
circle_overleftFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected