FABS             126046 third_party/sqlite/amalgamation/sqlite3.c   #define FABS(a) ((a)<0.0?-1.0*(a):(a))
FABS             1789 third_party/sqlite/src/ext/rtree/rtree.c   #define FABS(a) ((a)<0.0?-1.0*(a):(a))