Home | History | Annotate | Download | only in rtree

Lines Matching refs:FABS

1789   #define FABS(a) ((a)<0.0?-1.0*(a):(a))
1798 float diff = FABS(right-left);