Searched refs:str_to_float (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-z80.c135 static str_to_float_t str_to_float; variable
345 str_to_float = get_str_to_float (arg);
717 if (str_to_float)
718 return str_to_float (litP, sizeP);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-z80.c135 static str_to_float_t str_to_float; variable
340 str_to_float = get_str_to_float (arg);
702 if (str_to_float)
703 return str_to_float (litP, sizeP);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-z80.c135 static str_to_float_t str_to_float; variable
345 str_to_float = get_str_to_float (arg);
717 if (str_to_float)
718 return str_to_float (litP, sizeP);

Completed in 114 milliseconds