Home
last modified time | relevance | path

Searched refs:atof_ieee (Results 1 – 20 of 20) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Datof-ieee.c160 atof_ieee (char *str, /* Text to convert to binary. */ in atof_ieee() function
786 t = atof_ieee (input_line_pointer, type, words); in ieee_md_atof()
Dtc-lm32.c239 t = atof_ieee (input_line_pointer, type, words); in md_atof()
Dtc-ft32.c436 t = atof_ieee (input_line_pointer, type, words); in md_atof()
Dtc-moxie.c583 t = atof_ieee (input_line_pointer, type, words); in md_atof()
Dtc-tilepro.c1232 t = atof_ieee (input_line_pointer, type, words); in md_atof()
Dtc-tilegx.c1357 t = atof_ieee (input_line_pointer, type, words); in md_atof()
Dtc-visium.c865 t = atof_ieee (input_line_pointer, type, words); in md_atof()
Dtc-tic4x.c2592 t = atof_ieee (input_line_pointer, type, words); in md_atof()
Dtc-microblaze.c1801 t = atof_ieee (input_line_pointer, type, words); in md_atof()
Dtc-nios2.c288 t = atof_ieee (input_line_pointer, type, words); in md_atof()
Dtc-score7.c6245 t = atof_ieee (input_line_pointer, type, words); in s7_atof()
Dtc-aarch64.c2232 if ((str = atof_ieee (str, 's', words)) == NULL) in parse_aarch64_imm_float()
Dtc-arm.c1138 t = atof_ieee (input_line_pointer, type, words); in md_atof()
4890 if ((save_in = atof_ieee (*str, 'x', words)) != NULL in parse_fpa_immediate()
5031 if ((str = atof_ieee (str, 's', words)) != NULL) in parse_qfloat_immediate()
24722 if (atof_ieee ((char *) fp_const[i], 'x', fp_values[i]) == NULL) in set_constant_flonums()
Dtc-score.c6693 t = atof_ieee (input_line_pointer, type, words); in s3_atof()
Dtc-ia64.c11605 t = atof_ieee (input_line_pointer, type, words); in md_atof()
/toolchain/binutils/binutils-2.27/gas/
Das.h476 char * atof_ieee (char *, int, LITTLENUM_TYPE *);
DChangeLog-0203456 * config/tc-arc.c: Remove a local prototype of atof_ieee.
3171 (md_atof): Remove declaration of atof_ieee.
3180 (md_atof): Remove declaration of atof_ieee.
3192 (md_atof): Remove declaration of atof_ieee.
3227 * config/tc-i860.c (md_atof): Remove declaration of atof_ieee.
3249 (md_atof): Remove declaration of atof_ieee.
3269 (md_atof): Remove declaration of atof_ieee.
3299 (md_atof): Remove declaration of atof_ieee.
3312 (md_atof): Remove declaration of atof_ieee.
3349 (md_atof): Remove declaration of atof_ieee.
[all …]
DChangeLog-96972002 (md_atof): Don't declare atof_ieee and vax_md_atof.
2007 (md_atof): Don't declare atof_ieee.
2009 * config/tc-m88k.c (md_atof): Don't declare atof_ieee.
2012 (md_atof): Don't declare atof_ieee.
DChangeLog-9899462 * config/atof-ieee.c (atof_ieee): Change what_kind to int.
DChangeLog-92955556 * config/tc-ns32k.c (md_atof): use atof_ieee instead of special
12307 * config/atof-ieee.c (atof_ieee): Exponent field isn't a pointer;