FLOAT 2044 lib-src/ebrowse.c case FLOAT: return "float"; FLOAT 2199 lib-src/ebrowse.c insert_keyword ("float", FLOAT); FLOAT 2481 lib-src/ebrowse.c case DOUBLE: case ENUM: case FLOAT: case INT: FLOAT 2820 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;