Home
last modified time | relevance | path

Searched refs:float_constant (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/flex/dist/examples/manual/
H A Dnumbers.lex33 float_constant ({i}\.{i}?|{i}?\.{i}){exponent}?
92 {float_constant}{long_ext} {
96 {float_constant}{float_ext} {
100 {float_constant} { /* use %lf to protect against overflow */
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddebug.h380 bool (*float_constant) (void *, const char *, double); member
H A Ddebug.c518 double float_constant; member
1080 n->u.float_constant = val; in debug_record_float_const()
2395 return (*fns->float_constant) (fhandle, n->name, n->u.float_constant); in debug_write_name()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddebug.h380 bool (*float_constant) (void *, const char *, double); member
H A Ddebug.c513 double float_constant; member
1069 n->u.float_constant = val; in debug_record_float_const()
2399 return (*fns->float_constant) (fhandle, n->name, n->u.float_constant); in debug_write_name()