Searched refs:atof_generic (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/binutils/gas/
H A Dflonum.h87 int atof_generic (char **address_of_string_pointer,
H A Datof-generic.c0 /* atof_generic.c - turn a string of digits into a Flonum
76 atof_generic (/* return pointer to just AFTER number we read. */ function
614 /* end of atof_generic.c */
H A Dexpr.c199 error_code = atof_generic (&input_line_pointer, ".", EXP_CHARS,
883 int r = atof_generic (&cp, ".", EXP_CHARS,
899 as_fatal (_("expr.c(operand): bad atof_generic return val %d"),
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Datof-vax.c229 if (atof_generic (&return_value, ".", "eE", &f))
H A Datof-ieee.c236 if (atof_generic (&return_value, ".", EXP_CHARS,

Completed in 69 milliseconds