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

/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-arm.c357 const char * fp_const[] = variable
4036 for (i = 0; fp_const[i]; i++)
4038 if (strncmp (*str, fp_const[i], strlen (fp_const[i])) == 0)
4042 *str += strlen (fp_const[i]);
19526 if (atof_ieee ((char *) fp_const[i], 'x', fp_values[i]) == NULL)

Completed in 188 milliseconds