FLOAT 2049 lib-src/ebrowse.c case FLOAT: return "float"; FLOAT 2204 lib-src/ebrowse.c insert_keyword ("float", FLOAT); FLOAT 2486 lib-src/ebrowse.c case DOUBLE: case ENUM: case FLOAT: case INT: FLOAT 2825 lib-src/ebrowse.c case DOUBLE: case ENUM: case FLOAT: case INT: FLOAT 90 lib/ftoastr.c int width, int prec, FLOAT x) FLOAT 112 lib/ftoastr.c FTOASTR (char *buf, size_t bufsize, int flags, int width, FLOAT x) FLOAT 124 lib/ftoastr.c FLOAT abs_x = x < 0 ? -x : x;